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 619482 times)

0 Members and 5 Guests are viewing this topic.

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Crazy and PP's mod bug thread
« Reply #1215 on: November 27, 2017, 09:23:23 PM »
Looks like I need to add a "ElseNew" as well.
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline blx

  • Newbie
  • *
  • Posts: 9
Re: Crazy and PP's mod bug thread
« Reply #1216 on: November 30, 2017, 06:22:32 AM »
Here are a few bugs that I found in version 06.02.57

Objective "End the week # gold in the bank" has wrong starting message on weekly report screen: "You must acquire # gold".

Girls fill their inventory with the same items.

Girls lost "Optimist" and gain "Pessimist" traits, even if they have misc-item or equipped equip with +Optimist -Pessimist.

Studio:
    "MovieRunTime" no longer have fixed 35 value, it`s increases every week.
    Fluffers boost non-sex scenes.

Boys from multi-birth still growing up as girls.

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Crazy and PP's mod bug thread
« Reply #1217 on: November 30, 2017, 12:37:58 PM »
Objective "End the week # gold in the bank" has wrong starting message on weekly report screen: "You must acquire # gold".
I will rewrite the objectives so they are more descriptive.

"You have a new objective:"
- "The bank has requested that you deposit X gold within Y weeks."
- "Your gangs are getting restless and itching for a fight. Launch a successful attack mission within X weeks."
- "The seller of a brothel is offering a bonus mystery prize to whoever buys it within X weeks."

Changing the objectives gave me a few ideas:
There should be consequences if you fail an objective.
I am going to finally add in the bank earned interest and the rate will adjust a little when you pass/fail the objective.
- "The bank has determined that you are not a serious investor and has reduced your interest rate. (Not implemented yet)"


Girls fill their inventory with the same items.
Girls gotta shop  :P
Sometimes when a girl is resting she will go shopping and if she has money, she will buy something.
I will look into making them buy things in a more reasonable way.
For now just take the items from her and give them to the other girls. (wash them first)

Girls lost "Optimist" and gain "Pessimist" traits, even if they have misc-item or equipped equip with +Optimist -Pessimist.
I will look into this on the weekend.

Studio:
    "MovieRunTime" no longer have fixed 35 value, it`s increases every week.
    Fluffers boost non-sex scenes.
"MovieRunTime" should decrease every week, I will look into it.

Boys from multi-birth still growing up as girls.
I will have to look into this on the weekend.
I will eventually be rewriting the entire baby/child handling system but that will probably happen next year.
« Last Edit: November 30, 2017, 01:32:26 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 Chace7

  • Newbie
  • *
  • Posts: 2
Re: Crazy and PP's mod bug thread
« Reply #1218 on: December 04, 2017, 06:10:33 PM »
attached is a screen shot of my screen the game seams to be off center i just downloaded the game and this is what i opened it to i have tried everything i can think of but im no computer wiz somebody plz help.

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Crazy and PP's mod bug thread
« Reply #1219 on: December 04, 2017, 07:59:52 PM »
attached is a screen shot of my screen the game seams to be off center i just downloaded the game and this is what i opened it to i have tried everything i can think of but im no computer wiz somebody plz help.
Doh, I forgot to update the config.xml for the new interface
Edit the config.xml and change the Resolution ScaleWidth and ScaleHeight
Code: [Select]
    <Resolution
        Resolution="J_1024x768"
        Width="1024"
        Height="768"
        ScaleWidth="1024"
        ScaleHeight="768"
        FixedScale="false"
        FullScreen="false"
        ListScrollAmount="3"
        TextScrollAmount="3" />
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline Chace7

  • Newbie
  • *
  • Posts: 2
Re: Crazy and PP's mod bug thread
« Reply #1220 on: December 06, 2017, 08:06:54 PM »
thankyou

Offline skriveavis

  • Newbie
  • *
  • Posts: 22
Re: Crazy and PP's mod bug thread
« Reply #1221 on: December 08, 2017, 10:43:00 AM »
Welcome back, Aevojoey!  ;D

  • Slider bars in settings are not working correctly (numbers disappear when sliding).
  • When starting new game (no saves, but with characters and defaultimages), game was not responding for some seconds then finished loading (without seeing anything loading)
  • When starting new game (had one save), get message on loading screen: "Something went wrong" and the rest is hidden from view (too small textbox?). Can only click back. If I delete the old save I can create a new game without problems.
New loading screen for an existing save works fine (if I have only one save)
« Last Edit: December 08, 2017, 10:44:46 AM by skriveavis »

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Crazy and PP's mod bug thread
« Reply #1222 on: December 08, 2017, 01:39:44 PM »
Slider bars in settings are not working correctly (numbers disappear when sliding).
I didn't really make any changes in the settings.xml for the J_1024x768 so they are probably just squeezed into a small box.
I will look at it this weekend.

Update: I have updated the settings screen to 1024x768

When starting new game (no saves, but with characters and defaultimages), game was not responding for some seconds then finished loading (without seeing anything loading)
When starting new game (had one save), get message on loading screen: "Something went wrong" and the rest is hidden from view (too small textbox?). Can only click back. If I delete the old save I can create a new game without problems.New loading screen for an existing save works fine (if I have only one save)
The new loading screen was mainly for existing games, I have not rewritten the new game part yet.
I will look at fixing the bug this weekend.

Update: Found and fixed
I changed the load list from if statements to a switch set
I also split the loading info files into traits, items and names
« Last Edit: December 10, 2017, 01:50:35 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 grishnak

  • Jr. Member
  • **
  • Posts: 77
Re: Crazy and PP's mod bug thread
« Reply #1223 on: December 11, 2017, 06:45:04 AM »
In the girls gallery the "prev" and "next" buttons do not seem to function anymore.

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Crazy and PP's mod bug thread
« Reply #1224 on: December 11, 2017, 11:33:07 AM »
In the girls gallery the "prev" and "next" buttons do not seem to function anymore.
...And the columns were off.

I have attached a corrected gallery_screen.xml file.

For anyone who doesn't know how to use it, it goes in your "\Resources\Interface\J_1024x768" folder.

I also found a bug in the studio so I will be pushing .06.03.03 shortly.
« Last Edit: December 11, 2017, 12:22:51 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 skriveavis

  • Newbie
  • *
  • Posts: 22
Re: Crazy and PP's mod bug thread
« Reply #1225 on: December 12, 2017, 05:41:16 AM »
The summary for stripping jobs (and others that give tips I'm guessing) for non-slaves is unclear. At first I was confused since the numbers didn't add up, but by setting the house cut to 100% I understood the logic.


Example:
"Masane Amaha earned a total of 157 gold.
She keeps the 31 she got in tips and her cut (0%) of the payment amounting to 0 gold.

You got 126 gold (100%)."

I think the following would be more straightforward way of presenting the numbers, but that's just my suggestion :)

"Masane Amaha earned a total of 126 gold, excluding tips.
She keeps the 31 she got in tips and her cut (0%) of the payment, 0 gold, amounting to a total of 31 gold.

You got 126 gold (100%)."
« Last Edit: December 12, 2017, 05:43:18 AM by skriveavis »

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Crazy and PP's mod bug thread
« Reply #1226 on: December 12, 2017, 09:40:03 AM »
The summary for stripping jobs (and others that give tips I'm guessing) for non-slaves is unclear. At first I was confused since the numbers didn't add up, but by setting the house cut to 100% I understood the logic.


Example:
"Masane Amaha earned a total of 157 gold.
She keeps the 31 she got in tips and her cut (0%) of the payment amounting to 0 gold.

You got 126 gold (100%)."

I think the following would be more straightforward way of presenting the numbers, but that's just my suggestion :)

"Masane Amaha earned a total of 126 gold, excluding tips.
She keeps the 31 she got in tips and her cut (0%) of the payment, 0 gold, amounting to a total of 31 gold.

You got 126 gold (100%)."
Looking at this, the code is a mess, the whole thing may need to be rewritten.
The actual money handling is done completely separate from the telling of it so the numbers may not match 100%.
Also within the jobs themselves not all of them report the money the same way.
Some handle the money themselves, others pass it off to the building to divvy it up.
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline skriveavis

  • Newbie
  • *
  • Posts: 22
Re: Crazy and PP's mod bug thread
« Reply #1227 on: December 13, 2017, 01:09:58 PM »
The objective to "Acquire 1800 gold" completed only when I put my money into the bank. If I remember correctly, the quest didn't specify that I had to put the money in the bank?

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Crazy and PP's mod bug thread
« Reply #1228 on: December 13, 2017, 01:23:21 PM »
The objective to "Acquire 1800 gold" completed only when I put my money into the bank. If I remember correctly, the quest didn't specify that I had to put the money in the bank?
It was changed to be money in the bank a while back in .06.02.22.

I have started rewriting the texts for objectives so that it will be more descriptive but have not finished it yet.
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline skriveavis

  • Newbie
  • *
  • Posts: 22
Re: Crazy and PP's mod bug thread
« Reply #1229 on: December 13, 2017, 01:59:18 PM »
It was changed to be money in the bank a while back in .06.02.22.

I have started rewriting the texts for objectives so that it will be more descriptive but have not finished it yet.
Awesome!


I've noticed in House some girls does not have any set sexuality (Straight/Bi/Gay). Maybe sexuality could be set to Straight or by some distribution if missing from .girlx-file (or wherever it's set)?

The text for piano at bar:
"Rider knows a note. To bad its the only one she knows and plays it over and over." To -> too, its -> it's
Gangs are missing colorlabels for overview list (at least the dark blue one, dunno about the others)
Also, the Bribery Rate in Town Hall has what is probably the resolution issue, although I'm not sure if the Town Hall even has any purpose at the moment?
« Last Edit: December 13, 2017, 02:16:48 PM by skriveavis »