Mod Uploaded but unplayable

All I get is “Connection Closed” when I try to run my mod.
Here is the code (don’t steal) maybe someone can find the problem…
scene.zip (120.1 KB)

3 Likes

Did some code cleanup.
scene_fix.zip (105.1 КБ)
I’m 99% sure that I didn’t removed any content and bot behavior.
Problem was on these bots. It seems that you touched something that multiplayer doesn’t love.
Probably “Connection closed” was because of human_equipment__slots property.
I didn’t know about it, thanks for info!

What this property does? Well… I think it save info about equipment that added from human_equipment__initialEquip property. And maybe can’t be normally saved and seems shouldn’t be touched.

Talking about map… It’s great.
Damn… You’re first who did it with good atmosphere and map detail.
And faster me with my zombie theme in dark berlin.

2 Likes

Thanks for everything man. Half the stuff in here I only know thanks to you.

1 Like

crap, still not working…
well at least we tried.

1 Like

Huh. It’s weird, because I checked it in custom matches before then sent it to you.
Maybe you tries join with Pacific campaign? Gun game don’t contains settings for it.

1 Like

Also try set at least 1 in property team__zeroScoreFailTimer (it’s team property).
Probably because of it team can’t lose when lost all reinforcements.

But yeah… Seems I can’t help with gray zone in radar.

Oooh… I just noted that you set both teams as USA team. As result you will not able join to axis team.
If you want make USA vs USA then use Fictional or Mixed armies in custom matches.
Else try use this file:
scene_fix.zip (105.1 КБ)
In this file I changed second team. It’s now germany team.
Also did some test changes: increased team__zeroScoreFailTimer to 1.

OK, thanks so much!

1 Like

Sorry, one small problem…
The capzone capreward isn’t working, I think because the entities.blk file which overrides them isn’t uploaded. Is there a way to pack it with scene.blk or edit the txt to fix that?

1 Like

You need to upload vromfs.bin file (Build VROM in editor).
As result your mod will contains all files.

1 Like

K. I’ll import your fix to the editor as a new mod to add all files then build VROM.

1 Like