Teardown

Teardown

Det Cord
El_ttio  [Entwickler] 11. Okt. 2023 um 19:08
Any ideas for version 3 ?
Discussion for ideas for version 3
< >
Beiträge 110 von 10
Fumitsu 14. Okt. 2023 um 13:06 
The ability to change the keybind
yeah changing the keybind, also maybe different det cord color?
Being npt just able to adjust explosion power but also being able to pick a mode that only cuts pixels behind the cord
Could you make an option so it doesn't set things on fire, but does cut through things as it does already? (I'd like to use it to bring buildings down, but want to avoid the fire that it creates)
Zuletzt bearbeitet von Beetlejuicexx; 2. Jan. 2024 um 15:22
Detcord is my favorite mod. Could you please add the following:

1. The ability to detonate when you're on another tool. The C4 Mod works this way - the detonate hotkey is always active, so if you're in a tool like a cinematic cam, you can detonate when you're ready.
This is critically important so I can make videos based on this mod.

2. An option to set an initial delay before starting the detonation once you've pressed the hotkey. This is valuable in itself but could be a (less elegant) workaround for #1.

3. ability to delete the last laid cord (eg SHIFT+LMB) -- sometimes you make a mistake, it would be great to have an undo. If this could work for the last N cords, that would be even better. I spend a lot of time quicksaving, and backing up the quicksaves so I can roll-back if I make a mistake.

4. Option to disable the cable sag -- and have it be a perfectly straight line from point-to-point. I spend a lot of time trying to overcome this on long runs. For example if I want to slice through a long part of the floor, by running from one end of the building to another, the cord is sagging so much in the middle that it doesn't cause consistent damage from end-to-end,

5. Option to change color of the cord, even better make it mostly transparent, so it doesn't appear or is less obvious in videos.

6. Ability to add a DELAY in between cords (eg RMB). This would allow for more co--ordinated explosions. People could add multiple delays in a row to vary the inter-cord delays. It would be excellent if the delay value was configurable (global option, not per-click).

Here's a video example of what i've been doing with det cord:
xJonQx 10. Jan. 2024 um 6:08 
So I decided to take a stab at tweaking your mod and I added #1 and #4 easily. The mod is even more awesome now.

I fixed #1 by changing this:
if GetString("game.player.tool") == "detcord" then

to:
if (GetString("game.player.tool") == "detcord") or (InputPressed("K") and #Cords > 0) then

and #3 was just changing the slack= parameter from -0.7 to -100 - but obviously for the masses this would need to be an option.
Zuletzt bearbeitet von xJonQx; 10. Jan. 2024 um 6:10
El_ttio  [Entwickler] 23. Feb. 2024 um 9:07 
Thanks for your ideas !
I will work on version 3 !
Maybe add a variant that creates a fire instead of explosion with the strength changing the area in which the fire is created/size of fire created.
Gloomy 22. Juli 2024 um 19:20 
The ability to change the keybinds, i have special hands
the ability to play with a controller, like the c4 mod
< >
Beiträge 110 von 10
Pro Seite: 1530 50