Page 28 of 90

Re: Typos and Bugs

PostPosted: Mon Aug 25, 2014 8:12 am
by OmegaZen0
Release 57 / Serial is 140810. It's rather strange because I usually redownload the offline version quite often to get any new updates and they usually come that way pretty fast when I do it in that manner.

Re: Typos and Bugs

PostPosted: Mon Aug 25, 2014 8:19 am
by Wahn
Ok, your version is from 10.08.14 - the gorillas were added to the game on the 15th.

Re: Typos and Bugs

PostPosted: Mon Aug 25, 2014 8:26 am
by OmegaZen0
Oh, I tried to update the game a few times but it only goes to the 11th of this month now. Meh.

Re: Typos and Bugs

PostPosted: Mon Aug 25, 2014 9:17 am
by Shoggoth on the Roof
There's a delay in getting the newest content if you aren't a backer. Backers get access to new content immediately, non-backers are two updates behind.

Re: Typos and Bugs

PostPosted: Wed Aug 27, 2014 12:23 pm
by Olla
boring7 wrote:
Dr Lykos wrote:
*** Run-time problem P49: Memory allocation proved impossible.


Currently running Splatterlight v0.5.0. This particular attempt was at lvl 28, somewhere around 50-75 days in. What other information would be useful?


Same problem, Glulxe, Tried dumping my entire inventory except the 2 journals with no help. I don't remember where I got journal #2.


I Too am having this problem, I decided to get on the forums again to see if there might be a solution or if i could help find one, I am a programmer my self, but I don't know Inform so I've been looking in the code and its a little bit of spaghetti but that happens with projects with many people working on them

Anyways i figure what might help is a save word where this bug happens so here ya are
28}23}34}26}38}24}40}499}42}13274}16}Butterfly}Alpha Husky}Alpha Husky}Alpha Husky}Dalmatian}5}13}2}6}2}4}10}7}3}3}Organi Rod}0}0}1}0}Bunker}1}1}0}0}0}0}2}1}1}000100B}0}0}3}0}3}4}2}0}1}1}0}0}3}1}2}2}1
chantpartA}7}0}0}0}0}2}0}0}0}0}3}0}0}1}0}0}0}0}0}0}0}0}1}0}0}0}0}0000000000000N}1}0}0}0}10}0}0}0}57}5}0}0}1}0}4}1}2}1}1}2}0}0}0}2}60}4}32}0}0}0}0}0}0}0}0}0}0}0}0}0}0}0}0}7}100}0}0}1}0}2}0}50}2}0}1}0}0}0}0}0}0}4}0}0}0}0}0}0}0}0}0}0}0}0
chantpartB}0}0}0}0000000000000B}0}0}0}0}0}0}0}0}0}0}0}16}2}3}0}0}0}0}0}4}AAAAAAAAAAAA}0}0}0}0}0}0}0}0}0}0}0}0}0}0}0}0}0}0}0}0

Use this save word go to Larissa and talk, The game will crash.

I've seen this bug happen on every version of this I've played before when the player gets to a high level, but I have no idea why.

Re: Typos and Bugs

PostPosted: Wed Aug 27, 2014 7:53 pm
by Olla
I've looked at the code since I last posted, Now I don't know inform well enough to really understand the why of this.

But i have fixed the error for me by making one change to the code.

by adding the values to the list at creation time
Code: Select all
Chapter 1 - Getting Started

ndmlist is a list of text that varies.  ndmlist is usually {"Beach", "Red Light District", "High Rise District", "Park"}.

to say zephyrmatt1:


and removing them being assinged to the list inside of the rule, Seems to have stopped it from failing

Code: Select all
   say "     She heaves a small suitcase onto the counter and pops it open.  She takes a moment to demonstrate how to activate them, then closes it up and slides the case to you.  'They come equipped with a GPS transponder, so we'll be able to know if they've been properly installed or not, so don't get any funny ideas about just dumping them somewhere or sticking them in a few alleys.  They've got to be outside in the open and somewhere high up.'  Grabbing the heavy case, you sigh and head off, hoping this job will be as easy as she claims, but knowing it won't be somehow.";
   increase carried of nanite density monitor by 1;
   now beach detector site is unresolved;


edits in the main story file

Re: Typos and Bugs

PostPosted: Fri Aug 29, 2014 3:34 pm
by TigerStripes
Olla wrote:<quest issue>

Thanks very much for finding and resolving this issue. I got sent out of town for work the last couple of days, so having this taken care of is a big help.

Re: Typos and Bugs

PostPosted: Tue Sep 02, 2014 9:01 am
by Starwing
So just downloaded the newest content on the 2nd. I have access to the latest patches. After having access to the variant sex scenes with buster, you get one chance to choose an ption with him, and then every other time it just displays the menu and the infection effects, then ends.

Re: Typos and Bugs

PostPosted: Tue Sep 02, 2014 3:15 pm
by TigerStripes
Starwing wrote:So just downloaded the newest content on the 2nd. I have access to the latest patches. After having access to the variant sex scenes with buster, you get one chance to choose an ption with him, and then every other time it just displays the menu and the infection effects, then ends.

I found the problem and will send a patch ASAP.

Re: Typos and Bugs

PostPosted: Wed Sep 03, 2014 7:09 am
by Starwing
TigerStripes wrote:I found the problem and will send a patch ASAP.


Knew you would! Thanks lots!