+1
I'm experimenting with probability in FIRS 4, reducing chance of certain industries building during gameplay.
It gets complicated if industry closure is also permitted. Probably no good way to deal with that.
Moderator: Graphics Moderators
+1
It is just
Code: Select all
prob_in_game:
Can you post a screenshot of the problem and your GRF list? I havent tested the CZ sets yet, it could be that one of them conflicts with industries, or the manganese cargo simply isn't supported yet.
Code: Select all
if (grf_future_status("\4D\49\02\09")) {
error(FATAL, string(STR_ERR_INCOMPATIBLE_SET, "CZTR Engines-Diesel"));
}
if (grf_future_status("\4D\49\02\08")) {
error(FATAL, string(STR_ERR_INCOMPATIBLE_SET, "CZTR Engines-Electric"));
}
if (grf_future_status("\4D\49\02\10")) {
error(FATAL, string(STR_ERR_INCOMPATIBLE_SET, "CZTR Engines-EMU"));
}
if (grf_future_status("\4D\49\02\07")) {
error(FATAL, string(STR_ERR_INCOMPATIBLE_SET, "CZTR Engines-Steam"));
}
Users browsing this forum: Scautura and 14 guests