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

0 Members and 7 Guests are viewing this topic.

Offline boltsandbrains

  • Newbie
  • *
  • Posts: 8
Re: Crazy and PP's mod bug thread
« Reply #1260 on: May 26, 2018, 10:50:08 PM »
I'm not sure if this is a bug or not, but figured this would be the best place to ask this. I have removed girls from the characters resource folder, but they continue to show up, did I forget to remove them from somewhere? an answer to this would be much appreciated. Thank you

Offline spiker1984

  • Newbie
  • *
  • Posts: 20
Re: Crazy and PP's mod bug thread
« Reply #1261 on: May 27, 2018, 05:07:17 AM »
I'm not sure if this is a bug or not, but figured this would be the best place to ask this. I have removed girls from the characters resource folder, but they continue to show up, did I forget to remove them from somewhere? an answer to this would be much appreciated. Thank you
It's not the folder that gets read, but the .girlsx and .rgirlsx files.
Some of the files will list many girls, and if you've deleted the photos they'll come up blank.
Also, depending on when you downloaded/upgraded, there are two character folders. One for each version of the game, and one for all versions of the game. CTRL-f for "characters" folders if you can't find them.
Hope that helps.

Offline HuiBui

  • Full Member
  • ***
  • Posts: 148
Re: Crazy and PP's mod bug thread
« Reply #1262 on: May 27, 2018, 08:05:04 AM »
You are right. Its a bit strange. If you remove a girlsx file and also the pics- folder, it still happens that the girl appears in an existing game. Don't know why.If you start a new game , after deleting the girl, the deleted girl will not pop up in the new game anymore.

Offline boltsandbrains

  • Newbie
  • *
  • Posts: 8
Re: Crazy and PP's mod bug thread
« Reply #1263 on: May 27, 2018, 11:04:44 AM »
It's not the folder that gets read, but the .girlsx and .rgirlsx files.
Some of the files will list many girls, and if you've deleted the photos they'll come up blank.
Also, depending on when you downloaded/upgraded, there are two character folders. One for each version of the game, and one for all versions of the game. CTRL-f for "characters" folders if you can't find them.
Hope that helps.


Where is the one for all versions?
Also, I have deleted both the files and the pictures folder in, and they still show up in a new game.

Offline jrok

  • Jr. Member
  • **
  • Posts: 54
Re: Crazy and PP's mod bug thread
« Reply #1264 on: May 29, 2018, 07:32:14 PM »
If pictures are still show up look to see if you have this folder in /Resources/DefaultImages.
The direct link to my Ladies gifted to you:  https://mega.nz/#F!fDxxDYoZ!JM1UmSrTPmIg3nHbVcogmw

Offline boltsandbrains

  • Newbie
  • *
  • Posts: 8
Re: Crazy and PP's mod bug thread
« Reply #1265 on: May 29, 2018, 09:57:19 PM »
If pictures are still show up look to see if you have this folder in /Resources/DefaultImages.


The pictures don't show up, but the girl still will.
Here is an example, I had mewtwo in previous versions of the game, but I had removed them when I switched to the most recent one.

Offline spiker1984

  • Newbie
  • *
  • Posts: 20
Re: Crazy and PP's mod bug thread
« Reply #1266 on: May 30, 2018, 03:12:10 AM »


The pictures don't show up, but the girl still will.
Here is an example, I had mewtwo in previous versions of the game, but I had removed them when I switched to the most recent one.



Hey!
I'm having trouble opening your attachment, but here are some things to try:


  • Delete the character (folder AND .girlsx or .rgirlsx) from the Characters folder found HERE - this is specific to the particular version you have downloaded.
  • Delete the character (as above) from the Characters folder found HERE - this is actually the folder you should use, because it will keep your girls when you upgrade.
  • Here's the sneaky bit - .girlsx and .rgirlsx files can have MULTIPLE girls in them. I actually got tricked on pokemon girls also, because my Pikachu file had multiple girls in it, some of whom I'd deleted the folder of. Do you have Notepad++??  If not, download it and "Find in Files" and search the whole Characters folder (each location from 1. and 2.) for the name of the girl you want to delete. Then delete that part of the file. If you don't have Notepad++, just look through each .girlsx you have that you could have downloaded together with MewTwo. Delete her!
I know some of that repeats what I said earlier, but I wanted it all in  one place.
Good luck!

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Crazy and PP's mod bug thread
« Reply #1267 on: June 01, 2018, 09:33:05 PM »
The reason you are still getting the girls is because the girls are saved in the savegame files.
You have to edit the savegame, search for the girl and remove her there.
Look for the .girlsx file that the girl is in:
Code: [Select]
<File Filename="Cheetara.girlsx" />
and then find the girl herself, search for:
Code: [Select]
<Girl Name="Cheetara" ...
« Last Edit: June 01, 2018, 09:36:00 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 boltsandbrains

  • Newbie
  • *
  • Posts: 8
Re: Crazy and PP's mod bug thread
« Reply #1268 on: June 02, 2018, 06:49:04 PM »
The reason you are still getting the girls is because the girls are saved in the savegame files.
You have to edit the savegame, search for the girl and remove her there.
Look for the .girlsx file that the girl is in:
Code: [Select]
<File Filename="Cheetara.girlsx" />
and then find the girl herself, search for:
Code: [Select]
<Girl Name="Cheetara" ...


Thank you for this information, but I started a new game when the update happened and thank you spiker1984, for mentioning the notepad++ function, turned out to many mewtwos in other (r)girlsx files. Seemed to fix the problem

Offline HuiBui

  • Full Member
  • ***
  • Posts: 148
Re: Crazy and PP's mod bug thread
« Reply #1269 on: June 03, 2018, 03:36:44 AM »
The reason you are still getting the girls is because the girls are saved in the savegame files.
You have to edit the savegame, search for the girl and remove her there.
Look for the .girlsx file that the girl is in:
Code: [Select]
<File Filename="Cheetara.girlsx" />
and then find the girl herself, search for:
Code: [Select]
<Girl Name="Cheetara" ...
Hi aevojoey, thanks for that info. Abolutely helpful.
And I'm happy to read that you are still living. Any chance that you would be so kind and add some new picturetypes into the game?
HuiBui

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Crazy and PP's mod bug thread
« Reply #1270 on: June 06, 2018, 10:03:03 PM »
Hi aevojoey, thanks for that info. Abolutely helpful.
And I'm happy to read that you are still living. Any chance that you would be so kind and add some new picturetypes into the game?
HuiBui
I can probably do that, make a list and I will try to get to it this weekend.

Also, I just started on WM7.There is no content in it but I got the first few lines of code in and compiling properly.
I hope to have it do full screen on all 3 of my monitors by the weekend.
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline HuiBui

  • Full Member
  • ***
  • Posts: 148
Re: Crazy and PP's mod bug thread
« Reply #1271 on: June 08, 2018, 11:57:33 AM »
I can probably do that, make a list and I will try to get to it this weekend.

Also, I just started on WM7.There is no content in it but I got the first few lines of code in and compiling properly.
I hope to have it do full screen on all 3 of my monitors by the weekend.
Dear aevojoey,thanks for your quick response
Iwould really like to have those type of pics in addition:
molestfacepussypussy_after_sex
Please be so kind and add these also into the Scripteditor.
Kind regards,HuiBui


Offline HuiBui

  • Full Member
  • ***
  • Posts: 148
Re: Crazy and PP's mod bug thread
« Reply #1272 on: June 08, 2018, 12:02:41 PM »
well, I dont know what just happened,
Not being able to correct my last note.
Her is my wish list again.
Molest, face, pussy, pussy_after_sex
Kind regards,HuiBui
« Last Edit: June 08, 2018, 12:04:20 PM by HuiBui »

Offline Cantstandya

  • Newbie
  • *
  • Posts: 9
Re: Crazy and PP's mod bug thread
« Reply #1273 on: July 28, 2018, 04:17:25 PM »
I've been having problems for awhile with this modded game, saving problems that is. I'll get down to it. I've recently had issues with saving, on and off it has been crashing on the second save (after I saved once.) Now I can't save at all without it crashing. I've checked the gamelog.txt and it's shows that it crashes at saving the Studio. I loaded the game again and I guess I forgot to create a movie from the scenes. I've tried to create the movies BUT the game crashes again. So my point is, is it possible to clear the list so I can unassign those working on the movies to solve this problem?
« Last Edit: July 28, 2018, 04:19:49 PM by Cantstandya »

Offline HuiBui

  • Full Member
  • ***
  • Posts: 148
Re: Crazy and PP's mod bug thread
« Reply #1274 on: August 04, 2018, 05:48:08 AM »
There are many possibilities why the game could crash.
Did you remove (or rename) some items?
If you don't have all kind of girls, that could also are the reason for a game crash ( which occurs not a start of a game and only when the game wants to trigger that specific type of girl at a beginning of a new turn.)