Author Topic: Bugs 1.29.3  (Read 76459 times)

0 Members and 1 Guest are viewing this topic.

Offline Alugere

  • Full Member
  • ***
  • Posts: 130
Re: Bugs 1.29.3
« Reply #75 on: December 02, 2009, 10:24:38 PM »
I have made it to where only the girls in this file are used. However, even after manually setting the ages, the girls range from 18-100.

Offline zodiac44

  • Hero Member
  • *****
  • Posts: 560
  • Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn
Re: Bugs 1.29.3
« Reply #76 on: December 02, 2009, 11:05:42 PM »
I found an odd bug with house percentages: it seems they are being treated as an inherited stat.  I manually set the house percentage to 95% for each girl in my brothel, and their daughters mature with a house percentage from 50-75% (most of them at 69%).  I'm pretty sure that's not something that should be treated with the inheritance routines.  >;o)
Capitalization is the difference between "I had to help my uncle Jack off a horse" and "I had to help my uncle jack off a horse."

Offline Wispowill

  • Jr. Member
  • **
  • Posts: 51
Re: Bugs 1.29.3
« Reply #77 on: December 02, 2009, 11:21:22 PM »
There seems to be something wrong with the house percentages anyway. I just went through on the latest game I was playing and suddenly noticed that quite a number of the girls I had freed from slavery had house percentages of either 100% or 0%. The majority had the correct 60%. I haven't been changing the house percentage at all, so I'm pretty sure something went awry in the game routines.

Offline sgb

  • Sr. Member
  • ****
  • Posts: 380
Re: Bugs 1.29.3
« Reply #78 on: December 03, 2009, 12:36:40 AM »
Quote
I have made it to where only the girls in this file are used. However,even after manually setting the ages, the girls range from 18-100.
I tried your file, and I'm not getting any problems; ages are all within the limits you set.  Are you certain you have the absolute newest version of the game?  The first version on 1.29.3 had this bug, but it was fixed with the latest exe update.

Offline Alugere

  • Full Member
  • ***
  • Posts: 130
Re: Bugs 1.29.3
« Reply #79 on: December 03, 2009, 12:16:11 PM »
I'm using the 1.29.3.2 full repack from the download thread, so I think I am.

Offline DocClox

  • Dev Team
  • *****
  • Posts: 1867
  • Messing Around With Python
Re: Bugs 1.29.3
« Reply #80 on: December 03, 2009, 12:21:40 PM »
Most odd. What does it say in your title bar?

Offline Alugere

  • Full Member
  • ***
  • Posts: 130
Re: Bugs 1.29.3
« Reply #81 on: December 03, 2009, 12:39:29 PM »
"Whore Master v1.29.3.2 Beta" Is what's in the title bar.

Offline DocClox

  • Dev Team
  • *****
  • Posts: 1867
  • Messing Around With Python
Re: Bugs 1.29.3
« Reply #82 on: December 03, 2009, 01:09:47 PM »
So you have the right binary, and the xml file you're running works for other people. Very odd indeed.

I'll have another look over the code when I get done with this config file stuff.

[edit]

Nope, cannot reproduce. I've downloaded the full download and used that with the rgirlsx files that came with it, and got a range of ages. And I also used it with your adjuted files and no others, and got a range of ages with that, too.

So I'm not entirely sure what to suggest at this point.
« Last Edit: December 03, 2009, 05:38:48 PM by DocClox »

Offline WonderDog

  • Dev Team
  • *****
  • Posts: 35
.Item file load errors
« Reply #83 on: December 04, 2009, 12:49:58 AM »
I have noticed that the original format item files is only loading first item correctly.  Using v1.29.3.2 BETA

Code: [Select]
    key = .\Resources\Data\Items
    path = .\Resources\Data\Items.items
        loading orig
Loading items from .\Resources\Data\Items.items
loading items from '.\Resources\Data\Items.items'
LoadItems: Simple Sheer Dress
LoadItems: 1 0 5
    key = .\Resources\Data\Magic Items
    path = .\Resources\Data\Magic Items.items
        loading orig
Loading items from .\Resources\Data\Magic Items.items
loading items from '.\Resources\Data\Magic Items.items'
LoadItems: Jelewed Wand
LoadItems: 0 1 3
    key = .\Resources\Data\More
    path = .\Resources\Data\More.items
        loading orig
Loading items from .\Resources\Data\More.items
loading items from '.\Resources\Data\More.items'
LoadItems: Home Impregnation Kit
LoadItems: 1 17 30
    key = .\Resources\Data\SGB Items
    path = .\Resources\Data\SGB Items.items
        loading orig
Loading items from .\Resources\Data\SGB Items.items
loading items from '.\Resources\Data\SGB Items.items'
LoadItems: Angels Ring
LoadItems: 0 1 25
LoadItems:  7 30
LoadItems:  21 -30
    key = .\Resources\Data\Special1
    path = .\Resources\Data\Special1.items
        loading orig
Loading items from .\Resources\Data\Special1.items
loading items from '.\Resources\Data\Special1.items'
LoadItems: Whip
LoadItems: 0 2 25
    key = .\Resources\Data\Special2
    path = .\Resources\Data\Special2.items
        loading orig
Loading items from .\Resources\Data\Special2.items
loading items from '.\Resources\Data\Special2.items'
LoadItems: Vira Seed
LoadItems: 3 8 1
    key = .\Resources\Data\WDItems
    path = .\Resources\Data\WDItems.items
        loading orig
Loading items from .\Resources\Data\WDItems.items
loading items from '.\Resources\Data\WDItems.items'
LoadItems: Lust Potion
LoadItems: 1 0 1
LoadItems:  20 5

With some testing with only one manually created item file it apears that the item is only read in up to number of effects - 1  (probably looping error) and the last trait/skill/stat/status line becomes the name of the next item.

If you test an item file with only one entry it game will load 2.

Offline ravenswinus

  • Newbie
  • *
  • Posts: 3
Re: Bugs 1.29.3
« Reply #84 on: December 04, 2009, 02:32:39 AM »
I've found a bug where items meant to break a girls will do not work.

I've put the necklace of control on two girls and their reb. stayed around 50.  I gave another girl the Armband of Control and she also stayed around 50.  I've left all three on the girls for six weeks and no change.

I'm running the latest version of the game.

Offline DocClox

  • Dev Team
  • *****
  • Posts: 1867
  • Messing Around With Python
Re: .Item file load errors
« Reply #85 on: December 04, 2009, 03:18:46 AM »
I have noticed that the original format item files is only loading first item correctly.  Using v1.29.3.2 BETA

Should be fixed in the next release.

It's worth pointing out that the pre-XML formats are going to be phased out before too much longer in any case.

Offline Midnight_Amratha

  • Full Member
  • ***
  • Posts: 124
Re: Bugs 1.29.3
« Reply #86 on: December 04, 2009, 07:05:17 AM »
minor issue: spelling thing, when you mate a girl with monsters she seems to mate with mosters instead
also i seem to have trouble loading saved games when the titles are made up of multiple words, the autosave seems to work just fine the loading won't accept space in the title however
The line between lunacy and genious is very thin.
So far i haven't been able to find it.

Offline DocClox

  • Dev Team
  • *****
  • Posts: 1867
  • Messing Around With Python
Re: Bugs 1.29.3
« Reply #87 on: December 04, 2009, 08:40:29 AM »
Fixed the spelling error. Can't replicate the loading problem.

Offline Wispowill

  • Jr. Member
  • **
  • Posts: 51
Re: Bugs 1.29.3
« Reply #88 on: December 04, 2009, 10:35:51 AM »
For some reason not all of the daughters are receiving the daughter trait. My first and fifth daughters received the Your Daughter trait, but the second through fourth ones (as marked in the dungeon) did not.
(On a side note, all five daughters had less than 15% constitution.)

Small typo in the "x gold from x bussiness" message.. should be business (unless some other countries spell that differently.)

I ran a game for a few years yesterday without problems while saving, but this morning am finding it impossible to load the save files.

After a few weeks in on a new game I'm getting stuff added to my inventory from nowhere. I don't have anyone visiting the catacombs and haven't bought anything.
« Last Edit: December 04, 2009, 11:13:41 AM by Wispowill »

Offline Alugere

  • Full Member
  • ***
  • Posts: 130
Re: Bugs 1.29.3
« Reply #89 on: December 04, 2009, 03:08:55 PM »
On the daughter thing, while it's my oppinion your issue with them not being your daughter is that slaves that someone else impregnated were put into place between your daughters, I'll agree that constitution and levels in daughters seems to be messed up. Both my daughters and the daughters of my girls seem to be anywhere from level 10-20 and constitution is generally 10%-20%. I believe, currently, both issues are caused because they are included in the inherited stats and are thus set to be between 10% and 20% despite it being a bit odd for them to be so.