baronofgibbitude Posted September 13, 2020 How can I make it so that the player starts with ONLY their fists, no pistol or anything? Everything I found appeared to be outdated. 0 Share this post Link to post
0 BoxY Posted September 13, 2020 (edited) STRAIN is vanilla and gives the player no starting ammo which is the equivalent of a fist start, so try checking out its dehacked script. 1 Share this post Link to post
0 Doom-X-Machina Posted September 13, 2020 If mapping in UDMF format you can do it via script. #include "zcommon.acs" script 1 enter //FIST ONLY START { ClearInventory(); GiveInventory("Fist", 1); } 0 Share this post Link to post
0 baronofgibbitude Posted September 13, 2020 So is there no way to script it in Doom 2 format? 0 Share this post Link to post
0 baronofgibbitude Posted September 14, 2020 The only thing you need to add is a dehacked file with the following code: Misc 0 Initial Bullets = 0 0 Share this post Link to post
How can I make it so that the player starts with ONLY their fists, no pistol or anything? Everything I found appeared to be outdated.
Share this post
Link to post