Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
Perhaps consider an option like Chance of spawn (user input value) per time-interval-a (user input value) - with a guaranteed spawn per time-interval-b (user input-value). All capped by population factor.
Default something like:
100% per minute (which will be capped by Population factor).
Then those who want it less busy could set something like:
30% per 8 minutes and guaranteed once per 48 minutes.
The public variable I put in the condition part of the AI module, in parentheses. I found it does not work without the parentheses.
When it is time to turn on AI raider spawning I set the public variable to true, declare it, then sleep for how long I want the AI raiders to spawn. Then I set it back to false; turning off the AI raider spawn.
You may not have to make it public with the publicVariable declaration after changing the value. I do it anyway as prep for making MP scenarios and the process-cost is as low as possible in this context (just setting a boolean) .