diff --git a/package_mod.bat b/package_mod.bat index 305aebf..5fbe690 100644 --- a/package_mod.bat +++ b/package_mod.bat @@ -6,7 +6,7 @@ call "%~dp0..\ModPackaging\utilities\ie_games.bat" REM /* MODIFY: set the values of the 3 variables below to reflect the current mod version */ set "mod_name=Wheels of Prophecy" -set mod_version=v5 +set mod_version=v6 set mod_folder=wheels REM /* MODIFY: list here which IE games the mod is compatible with, from this list of possibilities: */ diff --git a/wheels/readme-wheels.html b/wheels/readme-wheels.html index 591a459..4d1f718 100644 --- a/wheels/readme-wheels.html +++ b/wheels/readme-wheels.html @@ -12,7 +12,7 @@

The Wheels of Prophecy

A Gibberlings Three Mod
Author: DavidW

-

Version 4

+

Version 6

Overview

@@ -127,14 +127,20 @@

Version History

V4 (February 2016)

V5 (May 2016)

+

V6 (August 2016)

+
diff --git a/wheels/setup-wheels.tp2 b/wheels/setup-wheels.tp2 index e94b8ac..cd5ae21 100644 --- a/wheels/setup-wheels.tp2 +++ b/wheels/setup-wheels.tp2 @@ -1,6 +1,6 @@ BACKUP ~stratagems_external/backup/wheels~ AUTHOR ~For help troubleshooting installation problems, go to the Wheels of Prophecy forum at forums.gibberlings3.net.~ -VERSION ~v5~ +VERSION ~v6~ README ~wheels/readme-wheels.html~ AUTO_EVAL_STRINGS AUTO_TRA ~wheels/tra/%s~ diff --git a/wheels/sfo/general/lib_iterate.tpa b/wheels/sfo/general/lib_iterate.tpa index 5a6501b..677b331 100644 --- a/wheels/sfo/general/lib_iterate.tpa +++ b/wheels/sfo/general/lib_iterate.tpa @@ -626,8 +626,10 @@ BEGIN COUNT_2DA_ROWS 2 rowcount FOR (i=0;i~opcode=%opcode% and parameter2=%parameter2% and resource=%resource_here%~" // parameter1 intentionally left out END BUT_ONLY - END - OUTER_SPRINT "RESREF_%resource%_KIT_EFFECTS_ADD" "%tempadd%" - OUTER_SPRINT "RESREF_%resource%_KIT_EFFECTS_REMOVE" "%tempremove%" + OUTER_SPRINT "RESREF_%resource%_KIT_EFFECTS_ADD" "%tempadd%" + OUTER_SPRINT "RESREF_%resource%_KIT_EFFECTS_REMOVE" "%tempremove%" END END END @@ -639,7 +643,7 @@ END ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// DEFINE_ACTION_MACRO read_in_proficiency_progression BEGIN - ACTION_IF !VARIABLE_IS_SET proficiency_progression_read_in BEGIN + ACTION_IF !VARIABLE_IS_SET proficiency_progression_read_in BEGIN OUTER_SET proficiency_progression_read_in=1 COPY_EXISTING profs.2da ~%workspace%~ READ_2DA_ENTRIES_NOW MACRO_prof_progression_data 3 @@ -651,15 +655,22 @@ DEFINE_ACTION_MACRO read_in_proficiency_progression BEGIN SET ~PROFICIENCY_RATE_%MACRO_class%~=MACRO_rate END BUT_ONLY + + ACTION_IF ENGINE_IS ~bgee bg2ee eet~ BEGIN + OUTER_SET 2da_first_row = 1 + END ELSE BEGIN + OUTER_SET 2da_first_row = 0 + END + COPY_EXISTING profsmax.2da "%workspace%" - READ_2DA_ENTRIES_NOW MACRO_prof_max_data 3 - FOR (i=0;i