This fix was released by me in November 2024
I need to do this in the editor itself, so that there is a defeat message
Is this possible?
No, there is no issue with showing the defeat message, it is just the defeat function is never called by the zombie_spawn_mode entity. So it is not telling you that you defeated as it should have been, and the mission doesn’t end
You cant do this within the editor here. You need to use the Windows File Explorer and Notepad program to perform the action.
-
Open your Enlisted installation: It is usually located at
%localappdata%/Enlisted
-
Open the
userGameMods
folder inside -
Open the folder with the name of your mod
-
Create a text file and name it
entities.blk
(without the .txt extension) -
Open it with Notepad
-
Copy and paste the following to the file
zombie_spawn_mode{
_override:b=yes
zombie_mode_sessionWaitTime:r=0
zombie_mode_sessionEndTime:r=-1.0
}
- Save the file
- Load up your mod
DONE
Thanks, it helped, and can I ask you if it is possible to somehow change the characteristics of a weapon to an improved one, for example = make it for damage and recoil
Is it possible?
It is possible, but requires a bit of coding
You need to use the entities.blk
i mentioned above again for that.
You will need to replace the codes of the guns using the file
Check out Custom Profiles - Another look (Guide) first, so you can get basic idea of what entities.blk
is.
Then, you can ask me again if you want to custom build a gun’s damage, recoil, etc. I am always willing to help
You should join our discord server with the link above, where you can find me and discord message me directly. That way, i can respond to you in real-time, as well as provide more resources to you easily
OK, I wanted to ask how to spawn a bunker like in zombie mode
and how to make a marker for zombies on the mini map
This one i know, @Bazsi37 told me last year.
Let me give you the code later today, it will be also pasted to your entities.blk
Do you have any photos about this? I am not sure about what you mean by spawning a bunker
Here
You will have to ask the author of this map. This is not made by me.
Also, i think this is not one piece thing, there are multiple parts
he question may be how to make it so that the following factions can be taken online for the first team: USSR, USA, Germany and Japan
please
I need lone fighters.
You can set it to Lone Fighters, doesn’t affect
Same for Max Players and Max AI-Soldiers
Remember this box MUST be CHECKED. Or else your mod will not be able to be used
and how to make sure that there are 4 factions for 1 side at once, and then the USA and the USSR for 1, and Germany and Japan for 2
Can you describe more about what you are trying to do?
I made a zombie mod, but I need Team 1 to have 4 factions in the game itself.