devolution

Poll

If you are reporting a bug, follow these steps to assist us in finding the cause of your bug

1. Delete the "gamelog.txt" file from your game folder to clear it.
2. Run the game as you normally would until it crashes.
3. Create a zip file with your savegame and your "gamelog.txt" files.
4. Post your bug report with details of how and when you get the crash.
5. Attach the zip file to your report.

Author Topic: Crazy and PP's mod bug thread  (Read 628957 times)

0 Members and 21 Guests are viewing this topic.

Offline zafer

  • Newbie
  • *
  • Posts: 15
Re: Crazy and PP's mod bug thread
« Reply #945 on: September 06, 2015, 01:20:31 AM »
When using the "save all girls, Random grls and Items to individual file" function in WME it doesn't work for the random girls. I get a "Index was outside the bounds of the array" error. Uploading a .rgirlsx file in case you need it.

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Crazy and PP's mod bug thread
« Reply #946 on: September 06, 2015, 10:35:52 AM »
When using the "save all girls, Random grls and Items to individual file" function in WME it doesn't work for the random girls. I get a "Index was outside the bounds of the array" error. Uploading a .rgirlsx file in case you need it.
The attached file is good.
Usually the "Index was outside the bounds of the array" error is caused by a missing stat or skill.
Check the "Add Missing Sex Skills On Load" box before loading the files and make sure all the boxes are filled in.

I will see if I can fix this problem but I may not have time right away.
I am going to try to rewrite the way the editor stores things but that will take some time.
 
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline zafer

  • Newbie
  • *
  • Posts: 15
Re: Crazy and PP's mod bug thread
« Reply #947 on: September 07, 2015, 04:19:18 AM »
Checked the "Add Missing Sex Skills On Load" box like you suggested. The tool-tip says it doesn't work on random girls though.?

Tried adding a value (besides 0) to every min/max stat and skill. That didn't work either.

Offline jb28147

  • Newbie
  • *
  • Posts: 8
Re: Crazy and PP's mod bug thread
« Reply #948 on: September 10, 2015, 12:50:19 AM »
In the script editor, if AdjustTargetGirlStat is used for a skill, there is no effect when used in the game.

For example, if a script is using AdjustTargetGirlStat to give the target girl +8 Combat, +4 Strength, and +10 Tiredness, the girl gets the Strength and Tiredness gains but not the Combat gain.
« Last Edit: September 10, 2015, 03:46:00 AM by jb28147 »

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Crazy and PP's mod bug thread
« Reply #949 on: September 10, 2015, 08:42:29 AM »
In the script editor, if AdjustTargetGirlStat is used for a skill, there is no effect when used in the game.
For example, if a script is using AdjustTargetGirlStat to give the target girl +8 Combat, +4 Strength, and +10 Tiredness, the girl gets the Strength and Tiredness gains but not the Combat gain.
STAT_NPCLOVE was added to the game but not to the editor so all the skills are shifted by 1.
So in your case changing Combat actually changes Stripping.

I have added a separate function for skills so if any new stats or skills are added the older scripts will still work using the older function.
New scripts will use "AdjustTargetGirlSkill" for skills and "AdjustTargetGirlStat" for stats but STAT_NPCLOVE will not be available at this time.
I corrected the "AdjustTargetGirlStat" to use the old stat set so old scripts will work as intended again.


I have attached a corrected ScriptCommands.txt so you can start making the scripts but the "AdjustTargetGirlSkill" will not work until I put out .06.02.18
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline SammeyTiger

  • Newbie
  • *
  • Posts: 27
Re: Crazy and PP's mod bug thread
« Reply #950 on: September 10, 2015, 01:47:59 PM »
Something has been bugging me about pregnancy:


When a girl losses a child / child doesn't survive birth only her tiredness changes.
I understand why her health doesn't change - because of the way children are stored if she died any non-adult children would be deleted also.


In addition to tiredness I think the fallowing should also change:


Obedience (-)
Spirit (+)
PCFear (+)
PCLove (-)
PCHate (+)
Constitution (-)
Happiness (-)
 

Offline Dabanisher

  • Full Member
  • ***
  • Posts: 118
Re: Crazy and PP's mod bug thread
« Reply #951 on: September 12, 2015, 02:53:10 AM »
is it normal to get girls who are labled as traits such as "Viras Blood Addict" and several other traits.
they also die instantly wehenever they do work or get tortured

Offline dmotrl

  • Full Member
  • ***
  • Posts: 164
Re: Crazy and PP's mod bug thread
« Reply #952 on: September 12, 2015, 10:17:43 AM »
is it normal to get girls who are labled as traits such as "Viras Blood Addict" and several other traits.
It can be.  Rgirls can have a chance to have various addictions, and some Unique girls have them as well.  It would only be a problem if the girl in question is not supposed to have the trait.
Quote
they also die instantly wehenever they do work or get tortured
That would be strange, although I've acquired girls at less than full health, even though they're supposed to be at it - in a few cases, the girl has arrived at 0% Health, though it's usually 19%, for some reason.

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Crazy and PP's mod bug thread
« Reply #953 on: September 12, 2015, 11:59:14 AM »
... although I've acquired girls at less than full health, even though they're supposed to be at it - in a few cases, the girl has arrived at 0% Health, though it's usually 19%, for some reason.
If a girl fights back when being captured, she continues to fight until her health drops below 20%, this is what gives the 19% health you are talking about.
If the girl keeps fighting because of some traits or high will, or if the attackers somehow do too much damage to her, she may end up with less than 19 health.


Someone a while back asked if the walk/tryouts could be moved to the main area screen instead of it opening a new screen.
The Arena, Clinic and Studio are done.
I may try adding walks to the other buildings later.
« Last Edit: September 12, 2015, 03:19:36 PM by aevojoey »
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline Dabanisher

  • Full Member
  • ***
  • Posts: 118
Re: Crazy and PP's mod bug thread
« Reply #954 on: September 12, 2015, 02:28:01 PM »
i think you misunderstand me i have gotten girls literally named viras blood addiction and also others named literally after other traits
and the girl/trait are always at 100%

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Crazy and PP's mod bug thread
« Reply #955 on: September 12, 2015, 03:09:47 PM »
i think you misunderstand me i have gotten girls literally named viras blood addiction and also others named literally after other traits
and the girl/trait are always at 100%
That usually indicates a bad .(r)girlsx file.
If it is a .girlsx file, if you look in your save game for the first girl with a trait as her name, the girl above her will probably be the corrupt file.
If it is a .rgirlsx file you may have to look at all that you have to find the bad one.
Because their file is corrupt, they have no stats so the game basically kills them off quick.
« Last Edit: September 12, 2015, 06:09:18 PM by aevojoey »
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline hjp766

  • Newbie
  • *
  • Posts: 10
Re: Crazy and PP's mod bug thread
« Reply #956 on: September 13, 2015, 02:18:53 PM »
Ran fine initially while using some new items I made to get the feel of stuff.

Now when ever I hit next week it crashes to desktop.

Ta

HJ

www.penguintransport.co.uk/bug.rar

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Crazy and PP's mod bug thread
« Reply #957 on: September 13, 2015, 03:06:06 PM »
Ran fine initially while using some new items I made to get the feel of stuff.
Now when ever I hit next week it crashes to desktop.
Argh another simple bug killing the game.
When a girl has a boy child grow up, I added a part where they could join one of your gangs.
If there is no gang that has an opening, the game will crash.
Fixed it and it will be up as soon as I finish what I am currently working on.
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline Bobtmonkey

  • Newbie
  • *
  • Posts: 2
Re: Crazy and PP's mod bug thread
« Reply #958 on: September 13, 2015, 05:20:47 PM »
Still getting the bug where if a Unique Girl is born as a daughter her name is only the surname of the player character.

Offline andy_and

  • Newbie
  • *
  • Posts: 6
Re: Crazy and PP's mod bug thread
« Reply #959 on: September 14, 2015, 02:11:11 PM »
This comes when i try to pick up girls with the "walk around town" button. Have not tried the other ones.