devolution

Poll

What should I prioritize next? (a * after a choice means I am currently working on that)

Player Stuff
20 (8.5%)
Girl's interactions (with each other)
25 (10.7%)
Scripts (interactions with the player)
46 (19.7%)
New Stats, Skills and Traits
10 (4.3%)
Existing Stats
1 (0.4%)
Existing Skills
3 (1.3%)
Existing Traits
6 (2.6%)
Customers
5 (2.1%)
Gangs
12 (5.1%)
Rivals
8 (3.4%)
Buildings
7 (3%)
General Jobs
4 (1.7%)
Farm Jobs
9 (3.8%)
Matrons
9 (3.8%)
Items
2 (0.9%)
Remaking the interface
15 (6.4%)
New stuff
8 (3.4%)
Whore Master Editor
4 (1.7%)
No priority
3 (1.3%)
WM7
This poll will be reset when I start a new section or add more choices so check back often.
37 (15.8%)

Total Members Voted: 136

Author Topic: Updates and Notes for Crazy's Mod --- Current Version .06.04.01  (Read 937898 times)

0 Members and 4 Guests are viewing this topic.

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Updates and Notes for Crazy's Mod --- Current Version .06.04.01
« Reply #975 on: April 18, 2019, 04:55:28 PM »
.06.04.01 is up on Patreon

If you start a new game you will see what the game is doing like you see when you load a game.
h1262216 rewrote how traits work in the game so you can make your own traits in CoreTraits.traitsx
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline renat

  • Newbie
  • *
  • Posts: 16
Re: Updates and Notes for Crazy's Mod --- Current Version .06.04.01
« Reply #976 on: April 21, 2019, 01:28:13 PM »
This is an amazing update! Ive been wanting to make my own traits from the beginning! now i just need to edit 1400+ girls with new traits....
 also in the editor the new No Tongue and Middle Aged traits have question marks as their type and all of the trait descriptions have been erased.
« Last Edit: April 21, 2019, 01:35:29 PM by renat »

Offline Solitude103

  • Jr. Member
  • **
  • Posts: 58
Re: Updates and Notes for Crazy's Mod --- Current Version .06.04.01
« Reply #977 on: April 21, 2019, 04:06:02 PM »
This is an amazing update! Ive been wanting to make my own traits from the beginning! now i just need to edit 1400+ girls with new traits....
 also in the editor the new No Tongue and Middle Aged traits have question marks as their type and all of the trait descriptions have been erased.


It's a pretty good update. I been wanting to make traits, but I been unsure on how to tackle to it. Maybe the community can brainstorm ideas? Join the discord if you wanna' brainstorm some ideas with me and maybe others at https://discord.gg/2XsPBPW.

Offline Cantstandya

  • Newbie
  • *
  • Posts: 9
Re: Updates and Notes for Crazy's Mod --- Current Version .06.04.01
« Reply #978 on: April 26, 2019, 04:32:19 PM »
   So I just started using 06.04.01 and I see that one girl that has the Powerful Magic trait and her actual Magic is 0, what gives?

Offline Cantstandya

  • Newbie
  • *
  • Posts: 9
Re: Updates and Notes for Crazy's Mod --- Current Version .06.04.01
« Reply #979 on: April 30, 2019, 01:24:09 AM »
  The problem is bigger than I thought, it seems Traits don't give any boost to stats any more and the items I've made in the prior WM game don't show up (I have to remake them again, thanks.) Do I have to go through every trait to fix this fuck up or what? I've read that you can make your own traits now is that the reason why all the traits don't gives stat boosts any more?

Offline h1262216

  • Jr. Member
  • **
  • Posts: 85
Re: Updates and Notes for Crazy's Mod --- Current Version .06.04.01
« Reply #980 on: April 30, 2019, 07:33:21 AM »
I will look into the problems, but I won't manage to do that before the weekend.
I am not sure about the clinic improvements, as far as I remember I did not change the code for these things.
For the traits not giving stats boosts, I have just taken a look at the girl loading process, and the stats definitely change after the traits are applied. Maybe it is a problem with the stats provided by items?
For making your own traits, take a look at "Resources/Data/CoreTraits.traitsx" for an example of how to define traits.

Offline Cantstandya

  • Newbie
  • *
  • Posts: 9
Re: Updates and Notes for Crazy's Mod --- Current Version .06.04.01
« Reply #981 on: April 30, 2019, 03:33:03 PM »
   Don't worry about the items, I guess I've overwritten some of itemsx file with the new update itemsx files. I added more items to some preexisting items that came with the updates, so I apologize for that mistake

Offline Tyrgalon

  • Newbie
  • *
  • Posts: 45
Re: Updates and Notes for Crazy's Mod --- Current Version .06.04.01
« Reply #982 on: May 02, 2019, 10:24:35 AM »

@ Aevojoey


The "deluxe derriere" trait is currently not set/recognized as an improvement to "great arse", which I imagine it should be?


Also some traits in the "CoreTraits" file like "fertile" don´t have any values/stats listed in the file, but still seem to do things?


Btw, is it better to post questions here or on discord?

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Updates and Notes for Crazy's Mod --- Current Version .06.04.01
« Reply #983 on: May 02, 2019, 11:01:34 PM »
The "deluxe derriere" trait is currently not set/recognized as an improvement to "great arse", which I imagine it should be?
They are working properly in most of the code but I am going over all of it.
The WorkGetAssJob is older than some of the ass traits so it will need to be updated as will some of the other jobs.

Wide Bottom was not in the ass section of MutuallyExclusiveTrait so I added it.

Other things that can be adjusted if you want to suggest changes:

For m_FetishTypes, this will be moved to CoreTraits.traitsx soon
Code: [Select]
//Ass
if (girl->has_trait("Great Arse")) { Sexy += 10; NiceArse += 60; }
if (girl->has_trait("Tight Butt")) { Lolita += 5; Sexy += 20; NiceArse += 40; }
if (girl->has_trait("Phat Booty")) { Lolita -= 20; Sexy += 15; NiceArse += 30; }
if (girl->has_trait("Deluxe Derriere")) { Lolita -= 25; Sexy += 20; NiceArse += 40; }
if (girl->has_trait("Wide Bottom")) { Lolita -= 20; Sexy += 15; NiceArse += 20; }
if (girl->has_trait("Plump Tush")) { Lolita -= 20; Sexy += 30; NiceArse += 10; }
if (girl->has_trait("Flat Ass")) { Lolita += 20; Sexy -= 20; NiceArse -= 50; }

In the customer satisfaction section of GirlFucks:
Code: [Select]
if (customer->m_Fetish == FETISH_ARSE)
{
/* */if (girl->has_trait("Great Arse")) happymod += 25;
else if (girl->has_trait("Deluxe Derriere")) happymod += 25;
else if (girl->has_trait("Tight Butt")) happymod += 10;
else if (girl->has_trait("Phat Booty")) happymod += 15;
else if (girl->has_trait("Wide Bottom")) happymod += 10;
else if (girl->has_trait("Plump Tush")) happymod += 5;
else if (girl->has_trait("Flat Ass")) happymod -= 30;
}
else
{
/* */if (girl->has_trait("Great Arse")) happymod += 3;
else if (girl->has_trait("Deluxe Derriere")) happymod += 3;
else if (girl->has_trait("Tight Butt")) happymod += 2;
else if (girl->has_trait("Phat Booty")) happymod += 1;
else if (girl->has_trait("Wide Bottom")) happymod += 0;
else if (girl->has_trait("Plump Tush")) happymod += 0;
else if (girl->has_trait("Flat Ass")) happymod -= 2;
}



Also some traits in the "CoreTraits" file like "fertile" don´t have any values/stats listed in the file, but still seem to do things?
The new "CoreTraits" is a work in progress and is slowly getting more things moved to it.
Many traits are hard coded into the game and can not (currently) be changed by the player.


Btw, is it better to post questions here or on discord?
Here is better for bigger things like this.
If it is just a small question, discord is better.
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline Tyrgalon

  • Newbie
  • *
  • Posts: 45
Re: Updates and Notes for Crazy's Mod --- Current Version .06.04.01
« Reply #984 on: May 03, 2019, 02:33:26 PM »
Alright, ty a lot for all the work you do :)
Will hopefully find some time to take a look at the traits some more.

Offline Tyrgalon

  • Newbie
  • *
  • Posts: 45
Re: Updates and Notes for Crazy's Mod --- Current Version .06.04.01
« Reply #985 on: May 05, 2019, 04:31:18 AM »
Looking at those trait names I would maybe reorder them a bit and make it a tiered system like the boobs one:

Code: [Select]
   //Ass
   if (girl->has_trait("Deluxe Derriere"))               { Lolita -= 30; Sexy += 30; NiceArse += 60; }
   if (girl->has_trait("Phat Booty"))               { Lolita -= 25; Sexy += 25; NiceArse += 50; }
   if (girl->has_trait("Great Arse"))               { Lolita -= 20; Sexy += 20; NiceArse += 40; }
   if (girl->has_trait("Wide Bottom"))               { Lolita -= 15; Sexy += 15; NiceArse += 30; }
   if (girl->has_trait("Tight Butt"))               { Lolita += 5; Sexy += 10; NiceArse += 20; }
   if (girl->has_trait("Plump Tush"))               { Lolita -= 15; Sexy += 10; NiceArse += 10; }
   if (girl->has_trait("Flat Ass"))               { Lolita += 20; Sexy -= 20; NiceArse -= 50; }


___________________________________________________________ ________________________________________


Code: [Select]
   if (customer->m_Fetish == FETISH_ARSE)
   {
      /* */if (girl->has_trait("Deluxe Derriere"))            happymod += 30;
      else if (girl->has_trait("Phat Booty"))               happymod += 25;
      else if (girl->has_trait("Great Arse"))               happymod += 20;
      else if (girl->has_trait("Wide Bottom"))            happymod += 15;
      else if (girl->has_trait("Tight Butt"))               happymod += 10;
      else if (girl->has_trait("Plump Tush"))            happymod += 5;
      else if (girl->has_trait("Flat Ass"))               happymod -= 30;   
   }
   else
   {


      /* */if (girl->has_trait("Deluxe Derriere"))      happymod += 5;     
      else if (girl->has_trait("Phat Booty"))         happymod += 4;     
      else if (girl->has_trait("Great Arse"))         happymod += 3;     
      else if (girl->has_trait("Wide Bottom"))      happymod += 2;
      else if (girl->has_trait("Tight Butt"))         happymod += 1;     
      else if (girl->has_trait("Plump Tush"))      happymod += 0;     
      else if (girl->has_trait("Flat Ass"))         happymod -= 2;   }


Edit: ahhhh crap -.-
Edit2: well hopefully I fixed it.
Edit3: well somewhat...also think deluxe and phat can maybe switch places, can´t remember their descriptions atm so not sure wich one is more fitting to be at the top.
« Last Edit: May 05, 2019, 05:00:46 AM by Tyrgalon »

Offline Nyanyan

  • Newbie
  • *
  • Posts: 12
Re: Updates and Notes for Crazy's Mod --- Current Version .06.04.01
« Reply #986 on: May 09, 2019, 10:45:34 PM »
I have 2 questions.


1) Is there a log file to find errors happening in the event of a crash? I can't find one.


And


2) My game keeps crashing, I know it has something to do with the catacombs, 'cause I don't crash until I click 'Next Week' while a gang/girl is exploring.


I might be able to fix my issue if I can look at a log that tells me what's happening up until the crash.


EDIT: Never mind, I found the file. Not sure how I missed it.
EDIT2: Not much help, I'm not sure what I'm looking for, and haven't seen anything that specifically jumps at me. I see the log of one of my girls fighting in the catacombs, and then the log stops. Thinking about it, must be a problem with the traits on one or more girls being generated, since the only change since last time I played was the update, and one of the bigger things was trait changes.
« Last Edit: May 10, 2019, 01:36:33 PM by Nyanyan »

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Updates and Notes for Crazy's Mod --- Current Version .06.04.01
« Reply #987 on: May 11, 2019, 12:35:12 PM »
Open config.xml and turn on all the debug options at the bottom, this should give you a little more information.
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline Strec

  • Newbie
  • *
  • Posts: 3
Re: Updates and Notes for Crazy's Mod --- Current Version .06.04.01
« Reply #988 on: May 11, 2019, 12:52:44 PM »

Any chance we will have more documentation on jobs?


For example making this more complete …
http://www.pinkpetal.org/index.php?topic=3588.msg34291#msg34291


Offline Nyanyan

  • Newbie
  • *
  • Posts: 12
Re: Updates and Notes for Crazy's Mod --- Current Version .06.04.01
« Reply #989 on: May 11, 2019, 05:09:29 PM »
I can't seem to find anything with the gamelog, but, I did find that if I removed a couple of my Rgirls I don't crash. As such I am close to figuring this out. I can play without them, but I would like to figure out what's wrong with it. So...I'll check the girls one by one.


.......................


Ok, I've got it, it's my Dog girl's file.




    <Girl Name="canine" Desc="Man's best friend, imbued with anthropomorphizing energy." Human="No" Catacomb="Yes" Arena="Yes">
        <Gold Min="0" Max="50" />
        <Stat Name="Level" Min="0" Max="1" />
        <Stat Name="Exp" Min="0" Max="0" />
        <Stat Name="Age" Min="15" Max="30" />
        <Stat Name="Fame" Min="0" Max="20" />
        <Stat Name="AskPrice" Min="0" Max="0" />
        <Stat Name="House" Min="100" Max="100" />
        <Stat Name="Health" Min="100" Max="100" />
        <Stat Name="Happiness" Min="100" Max="100" />
        <Stat Name="Tiredness" Min="0" Max="0" />
        <Stat Name="PCLove" Min="0" Max="0" />
        <Stat Name="PCFear" Min="0" Max="0" />
        <Stat Name="PCHate" Min="0" Max="0" />
        <Stat Name="Lactation" Min="0" Max="0" />
        <Stat Name="Charisma" Min="0" Max="40" />
        <Stat Name="Beauty" Min="10" Max="50" />
        <Stat Name="Refinement" Min="0" Max="20" />
        <Stat Name="Agility" Min="0" Max="50" />
        <Stat Name="Strength" Min="0" Max="40" />
        <Stat Name="Constitution" Min="30" Max="80" />
        <Stat Name="Intelligence" Min="0" Max="40" />
        <Stat Name="Mana" Min="0" Max="20" />
        <Stat Name="Morality" Min="-10" Max="10" />
        <Stat Name="Dignity" Min="0" Max="70" />
        <Stat Name="Confidence" Min="5" Max="70" />
        <Stat Name="Obedience" Min="30" Max="80" />
        <Stat Name="Spirit" Min="50" Max="80" />
        <Stat Name="Libido" Min="50" Max="100" />
        <Stat Name="NPCLove" Min="0" Max="0" />
        <Skill Name="Combat" Min="10" Max="65" />
        <Skill Name="Magic" Min="0" Max="10" />
        <Skill Name="Service" Min="20" Max="70" />
        <Skill Name="Medicine" Min="0" Max="20" />
        <Skill Name="Performance" Min="10" Max="60" />
        <Skill Name="Crafting" Min="0" Max="30" />
        <Skill Name="Farming" Min="0" Max="40" />
        <Skill Name="Herbalism" Min="5" Max="50" />
        <Skill Name="Brewing" Min="0" Max="10" />
        <Skill Name="AnimalHandling" Min="10" Max="70" />
        <Skill Name="Cooking" Min="0" Max="20" />
        <Skill Name="NormalSex" Min="20" Max="60" />
        <Skill Name="Anal" Min="0" Max="60" />
        <Skill Name="BDSM" Min="0" Max="70" />
        <Skill Name="Beastiality" Min="0" Max="50" />
        <Skill Name="Lesbian" Min="0" Max="30" />
        <Skill Name="Strip" Min="0" Max="30" />
        <Skill Name="Group" Min="0" Max="30" />
        <Skill Name="OralSex" Min="30" Max="60" />
        <Skill Name="TittySex" Min="0" Max="30" />
        <Skill Name="Handjob" Min="0" Max="60" />
        <Skill Name="Footjob" Min="0" Max="60" />
        <Trait Name="Agile" Percent="40" />
      <Trait Name="Small Boobs" Percent="10" />
      <Trait Name="Big Boobs" Percent="20" />
      <Trait Name="Retarded" Percent="1" />
      <Trait Name="Sadistic" Percent="5" />
      <Trait Name="Tomboy" Percent="30" />
      <Trait Name="Tsundere" Percent="5" />
      <Trait Name="Yandere" Percent="1" />
      <Trait Name="Cool Person" Percent="5" />
      <Trait Name="Dojikko" Percent="10" />
      <Trait Name="Nimble Tongue" Percent="30" />
      <Trait Name="Nymphomaniac" Percent="20" />
      <Trait Name="Slut" Percent="30" />
      <Trait Name="Playful Tail" Percent="50" />
      <Trait Name="Bruises" Percent="5" />
      <Trait Name="Sterile" Percent="5" />
      <Trait Name="Whore" Percent="10" />
      <Trait Name="Idiot Savant" Percent="5" />
      <Trait Name="Dependant" Percent="20" />
      <Trait Name="Aggressive" Percent="3" />
      <Trait Name="Adventurer" Percent="5" />
      <Trait Name="Porn Star" Percent="2" />
      <Trait Name="AIDS" Percent="1" />
      <Trait Name="Chlamydia" Percent="1" />
      <Trait Name="Chaste" Percent="1" />
      <Trait Name="Exhibitionist" Percent="30" />
      <Trait Name="Iron Will" Percent="10" />
      <Trait Name="Lolita" Percent="5" />
      <Trait Name="MILF" Percent="25" />
      <Trait Name="Fragile" Percent="3" />
      <Trait Name="Quick Learner" Percent="25" />
      <Trait Name="Slow Learner" Percent="25" />
      <Trait Name="Gag Reflex" Percent="5" />
      <Trait Name="Deep Throat" Percent="70" />
      <Trait Name="Fast Orgasms" Percent="30" />
      <Trait Name="Delicate" Percent="2" />
      <Trait Name="Fearless" Percent="20" />
      <Trait Name="Meek" Percent="5" />
      <Trait Name="Perky Nipples" Percent="20" />
      <Trait Name="Futanari" Percent="5" />
      <Trait Name="Cum Addict" Percent="33" />
      <Trait Name="Small Scars" Percent="5" />
      <Trait Name="Actress" Percent="5" />
      <Trait Name="Hunter" Percent="20" />
      <Trait Name="Muggle" Percent="60" />
      <Trait Name="Brawler" Percent="50" />
      <Trait Name="Masochist" Percent="5" />
      <Trait Name="Psychic" Percent="1" />
      <Trait Name="Cute" Percent="5" />
      <Trait Name="Deluxe Derriere" Percent="2" />
      <Trait Name="Flexible" Percent="50" />
      <Trait Name="Great Arse" Percent="30" />
      <Trait Name="Hourglass Figure" Percent="2" />
      <Trait Name="Incest" Percent="2" />
      <Trait Name="Long Legs" Percent="10" />
      <Trait Name="Bisexual" Percent="50" />
      <Trait Name="Straight" Percent="50" />
      <Trait Name="Dominatrix" Percent="5" />
      <Trait Name="Broodmother" Percent="10" />
      <Trait Name="Elegant" Percent="10" />
      <Trait Name="Canine" Percent="100" />
    </Girl>

I'm not sure where the spoiler option is, otherwise I'd use that to keep this from being so long.


Anyway, I don't know what's wrong with 'er, but she's the one that's crashing me. I removed all my rgirls files, and put them back one by one. This is the only one that crashed on me. Help would be appreciated.