Posts from Current questions and answers regarding the map editor.
Auto-translated
_________________
Группа картостроителей
Там ответы на вопросы, руководства, гайды и прочее
Discord-сервер "Герои 5: S.T.A.L.K.E.R"
Сервер по модификации "Герои 5: S.T.A.L.K.E.R"
_________________
Thank you all very much, everything is working now. There were some programs for the packs, but they weren't regular archivers, and the computer didn't offer to open them with an archiver, but in the end, WinRAR handled it!)
Thanks again, and I'll be able to start creating again tomorrow.
_________________
Группа картостроителей
Там ответы на вопросы, руководства, гайды и прочее
Discord-сервер "Герои 5: S.T.A.L.K.E.R"
Сервер по модификации "Герои 5: S.T.A.L.K.E.R"
_________________
The issue is caused by the presence of cracked heroes in the list of heroes. What mods do you have installed?
Good afternoon. I understand. I don't have any mods installed as such, but I created my own map and heroes. However, this map is not considered a mod, so I thought it was unlikely to be the cause of the error.
_________________
Группа картостроителей
Там ответы на вопросы, руководства, гайды и прочее
Discord-сервер "Герои 5: S.T.A.L.K.E.R"
Сервер по модификации "Герои 5: S.T.A.L.K.E.R"
_________________
Good afternoon, please tell me how to set the maximum level for heroes, how to make it so that heroes can live without a castle, and how to make it so that a hero starts with, for example, level 15, etc.
Hi)
1. Map Properties - in the window that opens, check the "Restrict hero level to" box and select the maximum level on the map.
2. In the map properties on the left, scroll down to the Objectives line, expand it, and go to Primary. Then, set all the DieInWeekWithoutTowns lines to false.
3. Depending on how you want to do it, you can set the hero to level 15 directly in the hero's properties (you need to specify the amount of experience he will have at the start), then when you start the map, your hero will be level 15 but without any upgrades, i.e., as if he were a level 1 hero. Otherwise, you can write a script in the map to give experience up to level 15. You can find a list of the required amount of experience for each level in the developer manuals (in your case, level 15 requires 34141 experience points), or you can do it a little more complicated - write a function with LevelUpHero with a loop of 15 times. But I think GiveExp(heroName, 34141) in the map script will be enough for the first time.
Thank you, everything worked, but new questions arose: how do I assign a hero to a player so that when creating a map, a specific hero is already selected and cannot be changed? I managed to do this once by accident.
Thank you, it worked!
Yes, unfortunately, the editor sometimes does this. Therefore, it is better to create cutscenes through the root folders and then pack them into a map archive. There is a video guide from Khottabych on how to do this. It explains everything in detail.
_________________
Группа картостроителей
Там ответы на вопросы, руководства, гайды и прочее
Discord-сервер "Герои 5: S.T.A.L.K.E.R"
Сервер по модификации "Герои 5: S.T.A.L.K.E.R"
_________________