Compare commits
No commits in common. "e57fcd57677fbfe8d7201d534b9b9daa80da5b4c" and "a7d9909275e1ca78fedf13da5b2fb08bfcb4c8d7" have entirely different histories.
e57fcd5767
...
a7d9909275
8
TODO.md
@ -17,13 +17,11 @@ x Pickup sprites for every angle
|
|||||||
n - Spool of wire, a tool, and some electical tape
|
n - Spool of wire, a tool, and some electical tape
|
||||||
x Set bulk
|
x Set bulk
|
||||||
|
|
||||||
x 1st-person sprites
|
- 1st-person sprites
|
||||||
n Wire cutters and electrical tape
|
- Wire cutters and electrical tape
|
||||||
|
|
||||||
- Pickup sound
|
- Pickup sound
|
||||||
|
|
||||||
- Fault detection sound
|
|
||||||
|
|
||||||
- ready animation
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -236,12 +236,10 @@ brightmaps : povsprite.aseprite
|
|||||||
--layer "brightmap_leds" \
|
--layer "brightmap_leds" \
|
||||||
--frame-range 0,2 --save-as brightmap_leds.png
|
--frame-range 0,2 --save-as brightmap_leds.png
|
||||||
|
|
||||||
|
aseprite -b $^ \
|
||||||
|
--layer "brightmap_digits" \
|
||||||
|
--frame-range 0,0 --save-as brightmap_digits.png
|
||||||
|
|
||||||
composite brightmap_display.png brightmap_leds1.png -compose screen ../sprites/jmpr_brightmap_1.png
|
composite brightmap_display.png brightmap_leds1.png -compose screen ../sprites/jmpr_brightmap_1.png
|
||||||
composite brightmap_display.png brightmap_leds2.png -compose screen ../sprites/jmpr_brightmap_2.png
|
composite brightmap_display.png brightmap_leds2.png -compose screen ../sprites/jmpr_brightmap_2.png
|
||||||
composite brightmap_display.png brightmap_leds3.png -compose screen ../sprites/jmpr_brightmap_3.png
|
composite brightmap_display.png brightmap_leds3.png -compose screen ../sprites/jmpr_brightmap_3.png
|
||||||
|
|
||||||
rm brightmap_display.png
|
|
||||||
rm brightmap_leds?.png
|
|
||||||
|
|
||||||
rm tmp?.png
|
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 362 B |
Before Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 371 B |
Before Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 361 B |
Before Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 370 B |
Before Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 684 B |
Before Width: | Height: | Size: 629 B |
Before Width: | Height: | Size: 656 B |
162
zscript.zs
@ -28,6 +28,16 @@ class JumperCablesMapLoader : EventHandler
|
|||||||
worldScanCompleted = false;
|
worldScanCompleted = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override void WorldLoaded(WorldEvent e)
|
||||||
|
{
|
||||||
|
// JumperCablesMapLoader loader = Get();
|
||||||
|
|
||||||
|
// // Clear out anything from the last level.
|
||||||
|
// deployedCables.Clear();
|
||||||
|
// loader.originalLinedefSpecials2.Clear();
|
||||||
|
// worldScanCompleted = false;
|
||||||
|
}
|
||||||
|
|
||||||
override void WorldTick()
|
override void WorldTick()
|
||||||
{
|
{
|
||||||
JumperCablesMapLoader loader = Get();
|
JumperCablesMapLoader loader = Get();
|
||||||
@ -44,16 +54,21 @@ class JumperCablesMapLoader : EventHandler
|
|||||||
}
|
}
|
||||||
|
|
||||||
loader.worldScanCompleted = true;
|
loader.worldScanCompleted = true;
|
||||||
|
|
||||||
|
Console.printf("JMP: World scan completed.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override void WorldLineActivated(WorldEvent e)
|
override void WorldLineActivated(WorldEvent e)
|
||||||
{
|
{
|
||||||
// Is this line affected by a battery?
|
// TODO: Deplete batteries.
|
||||||
|
//Console.printf("Line activated: %d %d\n", e.ActivatedLine.index(), e.ActivatedLine.special);
|
||||||
|
|
||||||
for(int cableIndex = 0; cableIndex < deployedCables.size(); cableIndex++) {
|
for(int cableIndex = 0; cableIndex < deployedCables.size(); cableIndex++) {
|
||||||
if(deployedCables[cableIndex].lineDefIndex == e.ActivatedLine.index()) {
|
if(deployedCables[cableIndex].lineDefIndex == e.ActivatedLine.index()) {
|
||||||
// Yes. Deplete the battery.
|
|
||||||
deployedCables[cableIndex].DecrementBattery();
|
deployedCables[cableIndex].DecrementBattery();
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -61,16 +76,24 @@ class JumperCablesMapLoader : EventHandler
|
|||||||
|
|
||||||
void RegisterCables(JumperCablesDeployed cableActor)
|
void RegisterCables(JumperCablesDeployed cableActor)
|
||||||
{
|
{
|
||||||
|
// Console.printf("REGISTERING %d\n", deployedCables.Find(cableActor));
|
||||||
if(deployedCables.Find(cableActor) == deployedCables.size()) {
|
if(deployedCables.Find(cableActor) == deployedCables.size()) {
|
||||||
deployedCables.Push(cableActor);
|
deployedCables.Push(cableActor);
|
||||||
|
|
||||||
|
// FIXME: Remove this.
|
||||||
|
// Console.printf("Cables registered %d\n", deployedCables.size());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void UnregisterCables(JumperCablesDeployed cableActor)
|
void UnregisterCables(JumperCablesDeployed cableActor)
|
||||||
{
|
{
|
||||||
|
// Console.printf("UNREGISTERING %d\n", deployedCables.Find(cableActor));
|
||||||
int index = deployedCables.find(cableActor);
|
int index = deployedCables.find(cableActor);
|
||||||
if(index != deployedCables.size()) {
|
if(index != deployedCables.size()) {
|
||||||
deployedCables.delete(index);
|
deployedCables.delete(index);
|
||||||
|
|
||||||
|
// FIXME: Remove this.
|
||||||
|
// Console.printf("Cables unregistered %d\n", deployedCables.size());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -97,6 +120,7 @@ class JumperCablesDeployed : HDUPK
|
|||||||
|
|
||||||
override void PostBeginPlay()
|
override void PostBeginPlay()
|
||||||
{
|
{
|
||||||
|
// Console.printf("IS THIS EVEN GETTING CALLED!?\n");
|
||||||
bNoGravity = true;
|
bNoGravity = true;
|
||||||
|
|
||||||
// Register us with the global event handler so we can
|
// Register us with the global event handler so we can
|
||||||
@ -211,13 +235,10 @@ class JumperCablesDeployed : HDUPK
|
|||||||
if(frandom(0.0, 1.0) < 0.02) {
|
if(frandom(0.0, 1.0) < 0.02) {
|
||||||
SpawnSpark();
|
SpawnSpark();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Despawn to battery if the sector gets re-destroyed.
|
// TODO: Tick function (or whatever) where we set the sprite to indicate the charge level.
|
||||||
if(level.lines[lineDefIndex].special == 0)
|
// TODO: Despawn if the sector gets broken *again*?
|
||||||
{
|
|
||||||
DespawnToBattery();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class JumperCablesUsable : HDWeapon
|
class JumperCablesUsable : HDWeapon
|
||||||
@ -269,13 +290,18 @@ class JumperCablesUsable : HDWeapon
|
|||||||
Actor hpc,
|
Actor hpc,
|
||||||
String whichdot)
|
String whichdot)
|
||||||
{
|
{
|
||||||
// Switch reticle colors depending on the LED status.
|
// int cx,cy,cw,ch;
|
||||||
|
// [cx,cy,cw,ch]=screen.GetClipRect();
|
||||||
|
// statusBar.SetClipRect(cx,cy,cw,ch);
|
||||||
|
|
||||||
String filename = String.Format("graphics/jmpr_reticle%d.png", lastIndicatorStatus + 1);
|
String filename = String.Format("graphics/jmpr_reticle%d.png", lastIndicatorStatus + 1);
|
||||||
|
// console.printf("blep, %s %d\n", filename, frame);
|
||||||
statusBar.drawImage(
|
statusBar.drawImage(
|
||||||
filename,
|
filename,
|
||||||
(0, 0) + bob,
|
(0, 0) + bob,
|
||||||
statusBar.DI_SCREEN_CENTER | statusBar.DI_ITEM_TOP,
|
statusBar.DI_SCREEN_CENTER | statusBar.DI_ITEM_TOP,
|
||||||
scale : (0.5, 0.5));
|
scale : (0.5, 0.5));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
states
|
states
|
||||||
@ -287,21 +313,9 @@ class JumperCablesUsable : HDWeapon
|
|||||||
stop;
|
stop;
|
||||||
|
|
||||||
select:
|
select:
|
||||||
JMPP A 1;
|
JMPP A 0;
|
||||||
|
|
||||||
// Raise it back up...
|
|
||||||
JMPP A 1 offset(0, 128);
|
|
||||||
JMPP A 1 offset(0, 96);
|
|
||||||
JMPP A 1 offset(0, 72);
|
|
||||||
JMPP A 1 offset(0, 64);
|
|
||||||
JMPP A 1 offset(0, 48);
|
|
||||||
JMPP A 1 offset(0, 32);
|
|
||||||
JMPP A 1 offset(0, 16);
|
|
||||||
JMPP A 1 offset(0, 0);
|
|
||||||
|
|
||||||
goto super::select;
|
goto super::select;
|
||||||
|
|
||||||
// LCD overlay states.
|
|
||||||
ledd_left_indicator:
|
ledd_left_indicator:
|
||||||
JMIL A 1 offset(0, -32); wait;
|
JMIL A 1 offset(0, -32); wait;
|
||||||
ledd_right_indicator:
|
ledd_right_indicator:
|
||||||
@ -315,18 +329,27 @@ class JumperCablesUsable : HDWeapon
|
|||||||
}
|
}
|
||||||
A_WeaponReady(WRF_NOFIRE | WRF_ALLOWUSER3); // USER3 = MagManager.
|
A_WeaponReady(WRF_NOFIRE | WRF_ALLOWUSER3); // USER3 = MagManager.
|
||||||
|
|
||||||
// Line trace to see what we might be inspecting.
|
|
||||||
FLineTraceData linetraceData;
|
FLineTraceData linetraceData;
|
||||||
DoLineTrace(HDPlayerPawn(invoker.owner), linetraceData);
|
DoLineTrace(HDPlayerPawn(invoker.owner), linetraceData);
|
||||||
|
|
||||||
// Overlay setup.
|
Vector3 hitPos;
|
||||||
|
if(linetraceData.hitType != TRACE_HitNone) {
|
||||||
|
hitPos = linetraceData.hitLocation - Vec3Offset(0, 0, 0);
|
||||||
|
}
|
||||||
|
|
||||||
A_Overlay(355, "ledd_left_indicator");
|
A_Overlay(355, "ledd_left_indicator");
|
||||||
A_Overlay(356, "ledd_right_indicator");
|
A_Overlay(356, "ledd_right_indicator");
|
||||||
|
|
||||||
// Update displays.
|
SpawnParticleForLineTrace(
|
||||||
UpdateVisualsForLineTrace(
|
|
||||||
HDPlayerPawn(invoker.owner),
|
HDPlayerPawn(invoker.owner),
|
||||||
linetraceData);
|
linetraceData);
|
||||||
|
|
||||||
|
// console.printf("blep, %d\n", frame);
|
||||||
|
|
||||||
|
//player.getpsprite(PSP_WEAPON).frame = randompick(0, 1, 2);
|
||||||
|
|
||||||
|
// invoker.lastIndicatorStatus += 1;
|
||||||
|
// invoker.lastIndicatorStatus %= 3;
|
||||||
}
|
}
|
||||||
goto readyend;
|
goto readyend;
|
||||||
|
|
||||||
@ -335,7 +358,6 @@ class JumperCablesUsable : HDWeapon
|
|||||||
#### # 0 A_Jump(256,"ready");
|
#### # 0 A_Jump(256,"ready");
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
// Lower it down...
|
|
||||||
JMPP A 1 offset(0, 16);
|
JMPP A 1 offset(0, 16);
|
||||||
JMPP A 1 offset(0, 32);
|
JMPP A 1 offset(0, 32);
|
||||||
JMPP A 1 offset(0, 48);
|
JMPP A 1 offset(0, 48);
|
||||||
@ -344,17 +366,16 @@ class JumperCablesUsable : HDWeapon
|
|||||||
JMPP A 1 offset(0, 96);
|
JMPP A 1 offset(0, 96);
|
||||||
JMPP A 1 offset(0, 128);
|
JMPP A 1 offset(0, 128);
|
||||||
|
|
||||||
// Play some sounds.
|
|
||||||
JMPP A 0 A_JumpIf(!pressingfire(),"ready");
|
JMPP A 0 A_JumpIf(!pressingfire(),"ready");
|
||||||
JMPP A 4 A_StartSound("weapons/pismagclick",CHAN_WEAPON);
|
JMPP A 4 A_StartSound("weapons/pismagclick",CHAN_WEAPON);
|
||||||
JMPP A 2 A_StartSound("derp/crawl",CHAN_WEAPON,CHANF_OVERLAP);
|
JMPP A 2 A_StartSound("derp/crawl",CHAN_WEAPON,CHANF_OVERLAP);
|
||||||
|
|
||||||
// Actual cable attachment happens here.
|
|
||||||
JMPP A 1 {
|
JMPP A 1 {
|
||||||
|
// invoker.owner.A_Log("Blep");
|
||||||
|
A_WeaponReady(WRF_NOFIRE | WRF_ALLOWRELOAD | WRF_ALLOWUSER4);
|
||||||
AttachCables(HDPlayerPawn(invoker.owner));
|
AttachCables(HDPlayerPawn(invoker.owner));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Raise it back up...
|
|
||||||
JMPP A 1 offset(0, 128);
|
JMPP A 1 offset(0, 128);
|
||||||
JMPP A 1 offset(0, 96);
|
JMPP A 1 offset(0, 96);
|
||||||
JMPP A 1 offset(0, 72);
|
JMPP A 1 offset(0, 72);
|
||||||
@ -376,18 +397,28 @@ class JumperCablesUsable : HDWeapon
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
action void UpdateVisualsForLineTrace(HDPlayerPawn pawn, FLineTraceData linetraceData)
|
action void SpawnParticleForLineTrace(HDPlayerPawn pawn, FLineTraceData linetraceData)
|
||||||
{
|
{
|
||||||
|
|
||||||
Line hitLine = linetraceData.hitLine;
|
Line hitLine = linetraceData.hitLine;
|
||||||
String particleColor = "darkred";
|
String particleColor = "darkred";
|
||||||
|
|
||||||
|
// if(linetraceData.hitType == TRACE_HitWall) {
|
||||||
|
// JumperCablesMapLoader loader = JumperCablesMapLoader.Get();
|
||||||
|
// int originalSpecial = loader.originalLinedefSpecials2.Get(hitLine.index());
|
||||||
|
// int thisLineSpecial = hitLine.special;
|
||||||
|
|
||||||
|
// if(originalSpecial != thisLineSpecial) {
|
||||||
|
// particleColor = "green";
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
Line brokenLine = LineTraceFindbrokenLine(linetraceData);
|
Line brokenLine = LineTraceFindbrokenLine(linetraceData);
|
||||||
|
|
||||||
// Set main frame (LEDs) based on raytrace status.
|
|
||||||
if(brokenLine) {
|
if(brokenLine) {
|
||||||
|
particleColor = "green";
|
||||||
|
|
||||||
// Found somethine we can fix!
|
// Found somethine we can fix!
|
||||||
particleColor = "green";
|
|
||||||
player.getpsprite(PSP_WEAPON).frame = 1;
|
player.getpsprite(PSP_WEAPON).frame = 1;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
@ -406,9 +437,6 @@ class JumperCablesUsable : HDWeapon
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set display overlay frames.
|
|
||||||
|
|
||||||
// Default to random numbers.
|
|
||||||
int frame_left = random(0, 15);
|
int frame_left = random(0, 15);
|
||||||
int frame_right = random(0, 15);
|
int frame_right = random(0, 15);
|
||||||
|
|
||||||
@ -419,19 +447,19 @@ class JumperCablesUsable : HDWeapon
|
|||||||
if(lineForDisplay) {
|
if(lineForDisplay) {
|
||||||
JumperCablesMapLoader loader = JumperCablesMapLoader.Get();
|
JumperCablesMapLoader loader = JumperCablesMapLoader.Get();
|
||||||
int originalSpecial = loader.originalLinedefSpecials2.Get(lineForDisplay.index());
|
int originalSpecial = loader.originalLinedefSpecials2.Get(lineForDisplay.index());
|
||||||
|
console.printf("Original special: %d", originalSpecial);
|
||||||
frame_right = originalSpecial % 16;
|
frame_right = originalSpecial % 16;
|
||||||
frame_left = originalSpecial / 16;
|
frame_left = originalSpecial / 16;
|
||||||
}
|
}
|
||||||
|
|
||||||
player.getpsprite(355).frame = frame_left;
|
player.getpsprite(355).frame = frame_left;
|
||||||
player.getpsprite(356).frame = frame_right;
|
player.getpsprite(356).frame = frame_right;
|
||||||
|
|
||||||
// Set indicator status fo the HUD.
|
|
||||||
invoker.lastIndicatorStatus = player.getpsprite(PSP_WEAPON).frame;
|
invoker.lastIndicatorStatus = player.getpsprite(PSP_WEAPON).frame;
|
||||||
|
|
||||||
// Debug particle display for the linetrace.
|
|
||||||
if(hd_debug > 1) {
|
|
||||||
if(linetraceData.hitType != TRACE_HitNone) {
|
if(linetraceData.hitType != TRACE_HitNone) {
|
||||||
Vector3 hitPos = linetraceData.hitLocation - Vec3Offset(0, 0, 0);
|
Vector3 hitPos = linetraceData.hitLocation - Vec3Offset(0, 0, 0);
|
||||||
|
// console.printf("hit pos: %f %f %f\n", hitPos.x, hitPos.y, hitPos.z);
|
||||||
A_SpawnParticle(
|
A_SpawnParticle(
|
||||||
particleColor,
|
particleColor,
|
||||||
0, 10, 2, 0,
|
0, 10, 2, 0,
|
||||||
@ -440,7 +468,6 @@ class JumperCablesUsable : HDWeapon
|
|||||||
hitPos.z);
|
hitPos.z);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
action float Vec2Mag(Vector2 v)
|
action float Vec2Mag(Vector2 v)
|
||||||
{
|
{
|
||||||
@ -490,7 +517,7 @@ class JumperCablesUsable : HDWeapon
|
|||||||
48,
|
48,
|
||||||
pawn.pitch,
|
pawn.pitch,
|
||||||
flags : TRF_THRUACTORS | TRF_ABSOFFSET,
|
flags : TRF_THRUACTORS | TRF_ABSOFFSET,
|
||||||
offsetz : pawn.gunPos.z - 1,
|
offsetz : pawn.gunPos.z - 1, // * 0.8,
|
||||||
offsetforward : pawn.gunPos.x,
|
offsetforward : pawn.gunPos.x,
|
||||||
offsetside : pawn.gunPos.y,
|
offsetside : pawn.gunPos.y,
|
||||||
data : linetraceData);
|
data : linetraceData);
|
||||||
@ -563,6 +590,10 @@ class JumperCablesUsable : HDWeapon
|
|||||||
// If we found something broken, then return the closest
|
// If we found something broken, then return the closest
|
||||||
// thing we found.
|
// thing we found.
|
||||||
if(closestLineInRange) {
|
if(closestLineInRange) {
|
||||||
|
// Console.printf(
|
||||||
|
// "Dist to line: %f\n",
|
||||||
|
// GetDistanceToLine(
|
||||||
|
// closestLineInRange, linetraceData.hitLocation));
|
||||||
return closestLineInRange;
|
return closestLineInRange;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -573,8 +604,8 @@ class JumperCablesUsable : HDWeapon
|
|||||||
|
|
||||||
action void AttachCables(HDPlayerPawn pawn)
|
action void AttachCables(HDPlayerPawn pawn)
|
||||||
{
|
{
|
||||||
// Do we have enough ammo?
|
|
||||||
HDMagAmmo batteryAmmo = HDMagAmmo(FindInventory("HDBattery"));
|
HDMagAmmo batteryAmmo = HDMagAmmo(FindInventory("HDBattery"));
|
||||||
|
|
||||||
if(!batteryAmmo || batteryAmmo.amount < 1) {
|
if(!batteryAmmo || batteryAmmo.amount < 1) {
|
||||||
invoker.owner.A_Log("You need a battery to use this.");
|
invoker.owner.A_Log("You need a battery to use this.");
|
||||||
return;
|
return;
|
||||||
@ -584,36 +615,32 @@ class JumperCablesUsable : HDWeapon
|
|||||||
FLineTraceData linetraceData;
|
FLineTraceData linetraceData;
|
||||||
DoLineTrace(pawn, linetraceData);
|
DoLineTrace(pawn, linetraceData);
|
||||||
|
|
||||||
// Are we even close enough to a line?
|
|
||||||
Line brokenLine = LineTraceFindbrokenLine(linetraceData);
|
Line brokenLine = LineTraceFindbrokenLine(linetraceData);
|
||||||
if(!brokenLine) {
|
|
||||||
invoker.owner.A_Log("Not close enough to repair.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if(!loader.originalLinedefSpecials2.CheckKey(brokenLine.index())) {
|
if(brokenLine) {
|
||||||
invoker.owner.A_Log("No mechanism present to repair.");
|
|
||||||
return;
|
if(loader.originalLinedefSpecials2.CheckKey(brokenLine.index())) {
|
||||||
}
|
|
||||||
|
// pawn.A_Log(string.Format("Blep3 %d",
|
||||||
|
// loader.originalLinedefSpecials2.Get(hitLine.index())));
|
||||||
|
|
||||||
// Check to see if it's something that actually needs fixing.
|
|
||||||
int originalSpecial = loader.originalLinedefSpecials2.Get(brokenLine.index());
|
int originalSpecial = loader.originalLinedefSpecials2.Get(brokenLine.index());
|
||||||
int currentSpecial = brokenLine.special;
|
int currentSpecial = brokenLine.special;
|
||||||
if(originalSpecial == currentSpecial) {
|
|
||||||
invoker.owner.A_Log("This is already functioning as normal.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Remove battery from inventory, but make sure we're actually
|
if(originalSpecial != currentSpecial) {
|
||||||
// getting a charged one.
|
|
||||||
|
// Remove battery from inventory.
|
||||||
int batteryCharges = batteryAmmo.TakeMag(true);
|
int batteryCharges = batteryAmmo.TakeMag(true);
|
||||||
if(batteryCharges < 1) {
|
// Console.printf("batteryCharges: %d", batteryCharges);
|
||||||
invoker.owner.A_Log("No charged batteries available to use.");
|
|
||||||
batteryAmmo.AddAMag(batteryCharges); // Just give it back.
|
if(batteryCharges < 1) {
|
||||||
return;
|
|
||||||
}
|
// Handle getting an empty battery. Just give it back.
|
||||||
|
invoker.owner.A_Log("No charged batteries available to use.");
|
||||||
|
batteryAmmo.AddAMag(batteryCharges);
|
||||||
|
|
||||||
|
} else {
|
||||||
|
|
||||||
// Actually spawn the deployed item.
|
|
||||||
JumperCablesDeployed deployed = JumperCablesDeployed(
|
JumperCablesDeployed deployed = JumperCablesDeployed(
|
||||||
Spawn(
|
Spawn(
|
||||||
"JumperCablesDeployed",
|
"JumperCablesDeployed",
|
||||||
@ -623,8 +650,6 @@ class JumperCablesUsable : HDWeapon
|
|||||||
deployed.bNoGravity = true;
|
deployed.bNoGravity = true;
|
||||||
deployed.charges = batteryCharges;
|
deployed.charges = batteryCharges;
|
||||||
|
|
||||||
// Use a different kind of flat sprite and angle depending on
|
|
||||||
// if we're attaching to wall or floor/ceiling.
|
|
||||||
if(linetraceData.hitType == TRACE_HitFloor || linetraceData.hitType == TRACE_HitCeiling) {
|
if(linetraceData.hitType == TRACE_HitFloor || linetraceData.hitType == TRACE_HitCeiling) {
|
||||||
deployed.SetFlatSprite(invoker.owner.angle);
|
deployed.SetFlatSprite(invoker.owner.angle);
|
||||||
} else {
|
} else {
|
||||||
@ -632,9 +657,12 @@ class JumperCablesUsable : HDWeapon
|
|||||||
deployed.SetWallSprite(lineDir);
|
deployed.SetWallSprite(lineDir);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Restore the damn line special already.
|
|
||||||
brokenLine.special = originalSpecial;
|
brokenLine.special = originalSpecial;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
override void DrawHUDStuff(HDStatusBar statusBar, HDWeapon weapon, HDPlayerPawn pawn)
|
override void DrawHUDStuff(HDStatusBar statusBar, HDWeapon weapon, HDPlayerPawn pawn)
|
||||||
{
|
{
|
||||||
|