Search found 5 matches

by Ihatesiginingupforstuff
Sat May 04, 2024 11:25 pm
Forum: Field of Glory II: Medieval - Modding
Topic: How to disable victory conditions for all gamemodes
Replies: 5
Views: 1079

Re: How to disable victory conditions for all gamemodes

It should be possible. In /Data/scripts/MoreScenarioTools.BSF there is a section starting around line 5596 that reads: if ((MPGame == 0) && (GetTurn() < deadline) && (UseTutorialMode() == 0) && (IsHotseat() == 0)) { MaybeEndBattle(); // Chance for player to continue playing ...
by Ihatesiginingupforstuff
Fri May 03, 2024 9:41 pm
Forum: Field of Glory II: Medieval - Modding
Topic: How to disable victory conditions for all gamemodes
Replies: 5
Views: 1079

Re: How to disable victory conditions for all gamemodes

hello everyone, is there a universal way to disable victory conditions for every game mode in FOG Medieval? since i usually only play hotseat mode, i keep finding battles ending abruptly and i would rather if i could just disable the whole thing and roleplay if a side loses heart or not, this has b...
by Ihatesiginingupforstuff
Tue Apr 30, 2024 10:53 pm
Forum: Field of Glory II: Medieval - Modding
Topic: How to disable victory conditions for all gamemodes
Replies: 5
Views: 1079

How to disable victory conditions for all gamemodes

hello everyone, is there a universal way to disable victory conditions for every game mode in FOG Medieval? since i usually only play hotseat mode, i keep finding battles ending abruptly and i would rather if i could just disable the whole thing and roleplay if a side loses heart or not, this has be...
by Ihatesiginingupforstuff
Tue Oct 03, 2023 6:56 pm
Forum: Field of Glory II: Medieval - Scenario Design
Topic: How to change troop quality of specific units + other questions
Replies: 4
Views: 1229

Re: How to change troop quality of specific units + other questions

// Upgrade Galwegians GetUnitTypeString(GetUnitTypeIndex(id)); if (StringCompare(GetWorkString(), "Galwegians") == 1) { SetAttrib(id, "Experience", 200); SetAttrib(id, "Elan", 200); } This tells the game to upgrade all Galwegians units in Side 0 to 200 Experience and 2...
by Ihatesiginingupforstuff
Fri Sep 29, 2023 6:33 pm
Forum: Field of Glory II: Medieval - Scenario Design
Topic: How to change troop quality of specific units + other questions
Replies: 4
Views: 1229

How to change troop quality of specific units + other questions

Hello everyone im new to this whole scenario design thing but ive been trying to make a scenario myself recently and ive hit snags along the way but solved them here in this very forum! i thank stockwellpete for making all those topics describing his various problems and solutions as i finally under...

Go to advanced search