I got the error too, but one of the other developers said uploading will remove the error, because it’s meant for online data linking stuff. You gotta have those custom profiles in your enlisted launcher before using viewing at your choice of media device.
I have no idea what you mean with this. But it’s a custom profile from the game files. Not one created myself. So it shouldn’t matter too much. Since it’s already within the gamefiles by itself
Maybe server side has only zombie profile 2. Try to use custom one.
No idea. Did you many times update your public mods or uploaded/updated many drafts? Maybe you uploaded huge files? Is it still blocked (iirc i once time too got this problem and timer didn’t show real time)?
I uploaded 10 drafts because there sre 10 maps.
Files should not be anywhere huge (below 2 MB i think as there are only 2 blk files and 1 json file.)
The timer doesn’t show real time, always show 1 second
Edit: its unblocked now
Are you sure this is correct? When i add this into my entities file, all i get is this empty cross. And i can’t actually place anything. But the med_box works just fine
The old one didn’t work.
Use this one
ammo_box{
_extends:t="base_fortification_build"
_use:t="base_fortification_build"
_use:t="tutorial_ammunition_box_a"
_use:t="paid_ammo_box_ressuply"
_use:t="undestroyable_ri_extra"
team:i=1
useful_box__maxUseCount:i=99999
}
Thanks to you, i have updated so the guide now contains correct information
for some reason, when i removed ‘‘team:i=1’’ it did work. But once i added this again, it crashed immediatly. Something is messing with team 1
i have changed a couple of things, and now it works
The fix has been located!
Add the following code to your entities.blk
zombie_spawn_mode{
_override:b=yes
zombie_mode_sessionWaitTime:r=0
zombie_mode_sessionEndTime:r=-1.0
}
I will add this immediatly and test it out!
Also,
I add both of these codes to the entities file as well right? Just making sure
Hello, I’m glad that you also found this solution. I’m sorry that I didn’t write right away. It’s stupid that if you haven’t played for a long time, you can’t write a message to someone on the forum. In my case it gave different results. In one mode, defeat always ends in victory, but in another, everything is fine as it should be.
But I did it like this:
zombie_spawn_modee{
_use:t=“replicating”
_use:t=“team_bots_data”
team__id:i=3
team__goalShowTime:r=-1
entity_spawner__aliveZombiesLimit:i=100
entity_spawner__aliveZombiesCount:i=0
_tracked:t=“entity_spawner__aliveZombiesCount”
_tracked:t=“zombie_mode_sessionWaitTime”
_tracked:t=“zombie_mode_sessionEndTime”
_tracked:t=“entity_spawner__counstSpawnInWave”
_tracked:t=“entity_spawner__alreadySpawnInWave”
_tracked:t=“objective_spawner__nextActivationAfterTime”
_tracked:t=“entity_spawner__curWaveId”
_tracked:t=“entity_spawner__nextWaveAtTime”
_replicated:t=“entity_spawner__aliveZombiesCount”
_replicated:t=“zombie_mode_sessionWaitTime”
_replicated:t=“zombie_mode_sessionEndTime”
_replicated:t=“entity_spawner__counstSpawnInWave”
_replicated:t=“entity_spawner__alreadySpawnInWave”
_replicated:t=“objective_spawner__nextActivationAfterTime”
_replicated:t=“entity_spawner__curWaveId”
_replicated:t=“entity_spawner__nextWaveAtTime”
zombie_mode__sessionFinished:b=no
zombie_mode_sessionWaitTime:r=15.0
zombie_mode_sessionEndTime:r=-1.0
…
It seemed to me that the copy would be more resistant to changes by the developers, I understand that this sounds stupid, but constantly fixing the mod takes a lot of time.
AND I WOULD ALSO WANT TO ASK IF YOU HAVE NOTICED THIS UPDATE IN THE EDITOR. When you try to copy a window or door from a ready-made asset on a stage, they disappear. Scenes made earlier lose the window and door, this is playable, but it looks wild and spoils the appearance. How to deal with this :)))))???
Yes it is the problem.
But the announcer says you are defeated
Very true
I never really edit scenes - i prefer how they look originally. So i don’t know how to fix
Is there a way to add custom wave briefings
So instead of the default ‘‘Wave_briefing/welcome’’, you can just add anything you want in there? Does it have to be done specifically through the scenes.blk, or can it be done in the editor too
yes you can do in editor too, I am just a bit lazy to find the entity in my editor
The default stuff is better because you get translations for different game languages