Page 5 of 90

Re: Typos and Bugs

PostPosted: Wed Jan 08, 2014 7:00 pm
by Blue Bishop
DrGryphon wrote:<Coding Woes>


Often times, I find that you'll run into some very weird problems when they are actually just some wholly unrelated and silly flub; 90% Of all compile errors consist of missing semicolons, colons, periods, etc.

If you're using notepad, you might want to use the game's internal document viewer instead, as it colour-codes everything to make things like quotation or bracket errors much more obvious.

Additionally, keep in mind that how GIT handles Inform's Story.ni file is a little silly. Make sure that you pull the Story.ni file from the Inform folder in your GIT directory, then drag it into the Users\[User]\My Documents\Inform\Projects\Flexible Survival.inform\Source folder, rather than simply the extension equivalent.

Re: Typos and Bugs

PostPosted: Wed Jan 08, 2014 8:25 pm
by TigerStripes
Savriss wrote:<dryad scene>

Thanks for going over this. I'll deal with those corrections tomorrow or Friday and take the opportunity to look at the critter in general while I'm at it.

Re: Typos and Bugs

PostPosted: Sun Jan 12, 2014 4:21 pm
by SallyFox
The saveword seems to be missing important state numbers?

After trying to change the size of a certain somethin ( ;3 ),

Amy was no longer in any of her states, causing a bug when I tried to talk to her. (ERROR-Amy-6C: She isn’t in one of the states she should be in! Please report how you got to this message.)

Helen was no longer pregnant

Karen (retreiver pet) was no longer with my pets (had to re-do the quest chain)

I was addicted to the dog bone again

Xerxes was suddenly in the bunker WITH helen (having taken all of her state information somehow, having everything up to the tattoo I'd done for Helen

And that's all I've found so far

-Edit- Amy's state is fixed after getting her pregnant again

-edit2- Helen's discription no longer shows her pregnancy bump even when she IS pregnant

-edit 3!!- Alexandra is missing from bunker

Re: Typos and Bugs

PostPosted: Sun Jan 12, 2014 4:48 pm
by Wahn
SallyFox wrote:Saveword Troubles


Well, what did you do to the saveword? Sounds like there's a value missing in it, causing all kinds of variables to be set to the wrong numbers. Can you post your saveword pre- and post-editing?

Another thing to remember too is that the savewords weren't meant to actually replace the saving system. Putting a saveword restore on top of an already existing playthrough might have... unexpected results.

Re: Typos and Bugs

PostPosted: Mon Jan 13, 2014 3:24 am
by SallyFox
Lucky for you I still had the save word in the notepad

1009}1015}1000}1000}1002}1001}98}48708}66}320961}2}Black Wolf}Black Wolf}Black Wolf}Black
Wolf}Black Wolf}5}0}1}4}1}4}37}32}25}16}journal}0}0}1}0}Bunker}1}2}1}0}0}0}0}0}0}000100B}0}0}3}2}1}3}4}5}1}0
0}5}1}3}0}0}0
chantpartA}0}0}8}2}4}2}20}0}1}0}0}3}1}1}2}0}0}1}1}1}5}1}1}1}1}1}4}0332303333000N}0}0}17}5}0}7}0}
}57}5}1}0}2}11}3}1}2}1}0}0}20}2}4}5}4}0}35}0}0}0}6}0}12}1}50}5}1}3}2}5}12}1}-591}3}100}0}7}0}3}2
0}3}6}0}0}0}2}6}0}0}0}0}0}12}30}6}2}2}0}4}10}2}3}0
chantpartB}2}12}12}0110000003000B}1}1}1}1}0}0}0}16}15}30}0


The green values are the ONLY ones I edited, including re-copying the original save word and re-doing all three steps of the recite code

Re: Typos and Bugs

PostPosted: Mon Jan 13, 2014 4:05 am
by Wahn
Hm, what you just posted is missing at least three characters in the saveword. There should always be a number, followed by a curly bracket, so 00 and }} are clear to be damage to the integrity of the saveword, and I checked the spot for the second missing } - Joanna's hp should never be "20", so it has to be "2}0":

SallyFox wrote:1009}1015}1000}1000}1002}1001}98}48708}66}320961}2}Black Wolf}Black Wolf}Black Wolf}Black
Wolf}Black Wolf}5}0}1}4}1}4}37}32}25}16}journal}0}0}1}0}Bunker}1}2}1}0}0}0}0}0}0}000100B}0}0}3}2}1}3}4}5}1}0}
0}5}1}3}0}0}0
chantpartA}0}0}8}2}4}2}20}0}1}0}0}3}1}1}2}0}0}1}1}1}5}1}1}1}1}1}4}0332303333000N}0}0}17}5}0}7}0}?
}57}5}1}0}2}11}3}1}2}1}0}0}20}2}4}5}4}0}35}0}0}0}6}0}12}1}50}5}1}3}2}5}12}1}-591}3}100}0}7}0}3}2}
0}3}6}0}0}0}2}6}0}0}0}0}0}12}30}6}2}2}0}4}10}2}3}0
chantpartB}2}12}12}0110000003000B}1}1}1}1}0}0}0}16}15}30}0


Filling in the } and a 0 for the ? resulted in a save that has Helen and Alexandra in the bunker where they were missing as you reported.

Re: Typos and Bugs

PostPosted: Mon Jan 13, 2014 11:37 am
by SallyFox
How did I lose those parts of the save? O.o

Re: Typos and Bugs

PostPosted: Mon Jan 13, 2014 3:04 pm
by Dormir
When trying to have sex with Sandra with the first option,no text appears.It just takes me back to the back to the bunker.

Re: Typos and Bugs

PostPosted: Fri Jan 17, 2014 12:54 am
by Catweasel
In the bouncy castle, if you lose to the blue pillars and end the game, you no longer get the loss scene first, it goes straight to game over.

Re: Typos and Bugs

PostPosted: Fri Jan 17, 2014 4:55 am
by TigerStripes
Dormir wrote:When trying to have sex with Sandra with the first option,no text appears.It just takes me back to the back to the bunker.

Minor typo. I'll send a fix a little later.

Catweasel wrote:In the bouncy castle, if you lose to the blue pillars and end the game, you no longer get the loss scene first, it goes straight to game over.

Looking at the code, I'm not sure what could have caused this. I'll add a pause after the scene plays to see if that resolves it.

Thank you both for the head's up.