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 Quote 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. Edited September 13, 2020 by BoxY 1 Quote 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 Quote 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 Quote Share this post Link to post
0 baronofgibbitude Posted September 13, 2020 (edited) Thanks! Edited September 13, 2020 by baronofgibbitude 0 Quote 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 Quote Share this post Link to post
Question
baronofgibbitude
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
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.