devolution

Author Topic: Bugs v1.29.4.0  (Read 109725 times)

0 Members and 1 Guest are viewing this topic.

Offline delta224

  • Dev Team
  • *****
  • Posts: 577
Re: Bugs v1.29.4.0
« Reply #15 on: December 14, 2009, 05:30:11 PM »
Well the code is looking for PChate not PCHate, I checked.

Offline sammeh

  • Newbie
  • *
  • Posts: 22
Re: Bugs v1.29.4.0
« Reply #16 on: December 14, 2009, 05:32:33 PM »
allright, i'll change em and see if that works

Offline sammeh

  • Newbie
  • *
  • Posts: 22
Re: Bugs v1.29.4.0
« Reply #17 on: December 14, 2009, 05:37:35 PM »
changed all the PCHate's to PChate, still get "error unknown string PChate" I can still play the load and save though.

Offline delta224

  • Dev Team
  • *****
  • Posts: 577
Re: Bugs v1.29.4.0
« Reply #18 on: December 14, 2009, 05:38:58 PM »
weird, will have to look into.

Offline DocClox

  • Dev Team
  • *****
  • Posts: 1867
  • Messing Around With Python
Re: Bugs v1.29.4.0
« Reply #19 on: December 14, 2009, 05:40:59 PM »
but not getting an error for PCLove and PCFear.

Have you checked all the .girlsx and all the .rgirlsx files? It couldn't hurt to look at Items.itemsx as well for that matter.

Offline delta224

  • Dev Team
  • *****
  • Posts: 577
Re: Bugs v1.29.4.0
« Reply #20 on: December 14, 2009, 05:46:51 PM »
Yeah, it is the inventory that is giving us trouble. .girlsx and .rgirlsx use PCHate. .itemsx use PChate. Forgot to check what file I was looking at in the code.

Offline sammeh

  • Newbie
  • *
  • Posts: 22
Re: Bugs v1.29.4.0
« Reply #21 on: December 14, 2009, 05:47:21 PM »
Yeah, it is the inventory that is giving us trouble. .girlsx and .rgirlsx use PCHate. .itemsx use PChate. Forgot to check what file I was looking at in the code.

AH, ok.

Offline DocClox

  • Dev Team
  • *****
  • Posts: 1867
  • Messing Around With Python
Re: Bugs v1.29.4.0
« Reply #22 on: December 14, 2009, 05:57:06 PM »
Well the code is looking for PChate not PCHate, I checked.

Where is that? I just did a search and didn't find any matches.

It should be PCHate in all cases, purely for consistency.

Offline delta224

  • Dev Team
  • *****
  • Posts: 577
Re: Bugs v1.29.4.0
« Reply #23 on: December 14, 2009, 06:00:12 PM »
Most recent commit fixes this issue. It was in cInventory.h

Offline DocClox

  • Dev Team
  • *****
  • Posts: 1867
  • Messing Around With Python
Re: Bugs v1.29.4.0
« Reply #24 on: December 14, 2009, 06:01:48 PM »
Ah, OK. That would do it.

[edit]

Found out why I been getting odd errors: I didn't notice that the file unzipped to a subdirectory. I've been running with the old version all this time. Explains why I wasn't seeing any changes!

[edit]

Girls seem to be running away a bit too easily. Got to be one of mine...
« Last Edit: December 14, 2009, 06:27:21 PM by DocClox »

Offline Wispowill

  • Jr. Member
  • **
  • Posts: 51
Re: Bugs v1.29.4.0
« Reply #25 on: December 14, 2009, 07:24:16 PM »
The auto-buy for healing potions is broken in this version.

exodia91

  • Guest
Re: Bugs v1.29.4.0
« Reply #26 on: December 14, 2009, 08:15:20 PM »
would it be possible to move the config file into the data folder? cause it took me like an hour of looking before I finally found it in the middle of all those interface images.

EDIT: also, whenever I try to view a girls details from the brothel management screen, I just get the blank background image with a little bar in one corner.
« Last Edit: December 14, 2009, 08:25:01 PM by exodia91 »

Offline Alugere

  • Full Member
  • ***
  • Posts: 130
Re: Bugs v1.29.4.0
« Reply #27 on: December 14, 2009, 09:42:30 PM »
The config file is a complete mess when opened with notepad and defaults to opening in a browser.

Balmung60

  • Guest
Re: Bugs v1.29.4.0
« Reply #28 on: December 14, 2009, 09:48:58 PM »
I'm just going to have to point out that the money is more than a "little" wonky, but rather completely borked, the game says I made 100k+ gold, but I lose tens of thousands instead.

Offline delta224

  • Dev Team
  • *****
  • Posts: 577
Re: Bugs v1.29.4.0
« Reply #29 on: December 14, 2009, 10:05:06 PM »
Zodiac something is wrong with the GirlDetailsScreen file most likely.

For editing the text file use notepad++ http://notepad-plus.sourceforge.net/
« Last Edit: December 14, 2009, 10:09:56 PM by delta224 »