<div class="markdown_content"><p>Okay. so I have two copies of fat_frog.rpg</p>
<p>I have the "demo" version, which has gen(genVersion) = 2<br/>
I have the "full" version that matski sent me, which has gen(genVersion) = 3</p>
<p>gen(genVersion) = 2 is "June 18 1999 format"<br/>
gen(genVersion) = 3 is "July 8 1999 format"</p>
<p>The next version after that is:</p>
<p>gen(genVersion) = 4 is "Sept 15 2000 format"</p>
<p>That means that we don't have any simple way to detect the changes that happened in the ELEVEN versions that went in-between July 8 1999 and Sept 15 2000, including the Nov 9 1999 version which added plotscripting (and therefore also added a script trigger to the .map record)</p>
<p>Now I can very easily add some code that zeroes out the unused .map records when upgrading from "June 18 1999 format". I feel that would be safe, and it would solve the bug for the Fat Frog demo (andy any other games older than July 8 1999)</p>
<p>But it does not solve the problem for the Fat Frog full-version, nor does it solve the problem for any other games released in that unfortunate 14-month span.</p>
<p>I can't simply zero out the .map records for games in that range, because I have no idea whether or not they have added script triggers to their maps.</p>
<p>Even an IF gamename = "fat_frog" THEN fix would be problematic, because the full version of fat_frog actually does have a fat_frog.hsp lump, indicating that there are actually some plotscripts in it.</p>
<p>Not giving up hope yet, but good lord! what am mess I made! (in my defense I had 15 years less experience)</p>
<hr/>
<p><strong> <a class="alink" href="http://sourceforge.net/p/ohrrpgce/bugs/2014/">[bugs:#2014]</a> fat_frog.rpg fails with numerous script errors</strong></p>
<p><strong>Status:</strong> open<br/>
<strong>Milestone:</strong> OHRRPGCE<br/>
<strong>Created:</strong> Tue Sep 08, 2015 04:20 PM UTC by Bob the Hamster<br/>
<strong>Last Updated:</strong> Tue Sep 08, 2015 05:31 PM UTC<br/>
<strong>Owner:</strong> nobody</p>
<p>matski reports that when running fat_frog.rpg in recent versions of the ohrrpgce, it fails frequently with script error messages. <a href="http://www.slimesalad.com/forum/viewtopic.php?t=6703" rel="nofollow">http://www.slimesalad.com/forum/viewtopic.php?t=6703</a></p>
<p>"Script error! Script data may be corrupt or unsupported: script id 30069 does not exist"<br/>
"Funny... no scripts running!"</p>
<p>g_debug.txt logs many instances of:</p>
<p>Scripterr(6): script 30069 <span>[id 30069]</span> does not exist<br/>
Scripterr(6): Failed to load eachstep script 30069 <span>[id 30069]</span></p>
<hr/>
<p>Sent from sourceforge.net because ohrrpgce@lists.motherhamster.org is subscribed to <a href="https://sourceforge.net/p/ohrrpgce/bugs/">https://sourceforge.net/p/ohrrpgce/bugs/</a></p>
<p>To unsubscribe from further messages, a project admin can change settings at <a href="https://sourceforge.net/p/ohrrpgce/admin/bugs/options.">https://sourceforge.net/p/ohrrpgce/admin/bugs/options.</a>  Or, if this is a mailing list, you can unsubscribe from the mailing list.</p></div>