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

0 Members and 18 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.02.33
« Reply #795 on: October 09, 2016, 02:19:38 PM »
.06.02.33 is up
Fixed the consumable items bug.
Added items to the Tailor job.
Added things to the whore jobs.
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline precursor

  • Newbie
  • *
  • Posts: 5
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.33
« Reply #796 on: October 11, 2016, 10:42:53 AM »
Hi! Can I set the font size for the list of jobs, traits, girls etc? In resolution 1920*1080
font much smallest. In interface xml files i cant find that.
Sorry for my bad english(

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.33
« Reply #797 on: October 11, 2016, 01:25:57 PM »
I just got out of the hospital and will have 2-3 weeks off work so I will be doing a lot here.
I will be in the chat room whenever I am on if anyone wants to talk.


I think I may know why the game crashes in xp but not any other os.
Some of the girls have file names like "profile.jpg" and "Profile.jpg", xp is case insensitive so they are both seen as the same file while most others are case sensitive so they see them as two different files.
I will need to do some testing to see if I am right and then I will have to figure out how to fix it.

Hi! Can I set the font size for the list of jobs, traits, girls etc? In resolution 1920*1080
font much smallest. In interface xml files i cant find that.
Sorry for my bad english(
The font size for list boxes is fixed at 10px with the row height at 20.
I will try to make it editable for the next version.
« Last Edit: October 11, 2016, 01:34:54 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 precursor

  • Newbie
  • *
  • Posts: 5
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.33
« Reply #798 on: October 11, 2016, 02:10:15 PM »
Thanks!

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.33
« Reply #799 on: October 11, 2016, 02:52:28 PM »
Font Sizes and Row Heights for List Boxes and Edit Boxes are now editable in the interface .xmls.
Just add FontSize and RowHeight to the ListBox line and adjust the column widths to compensate for the larger text.
Code: [Select]
<ListBox Name="FileName"              XPos="8"   YPos="8"   Width="328" Height="288" Border="1" FontSize="15" RowHeight="30"/>
If they are not specified, they use the default numbers.
« Last Edit: October 11, 2016, 04:38:53 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 aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.34
« Reply #800 on: October 11, 2016, 04:45:51 PM »
.06.02.34 is up

See my previous post for details.
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline Sergo

  • Newbie
  • *
  • Posts: 10
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.34
« Reply #801 on: October 11, 2016, 11:07:51 PM »
.06.02.34 is up

See my previous post for details.

good to know u are still around  :)

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.35
« Reply #802 on: October 12, 2016, 01:55:40 AM »
.06.02.35 is up
Not much to see on the front end but several things on the back end.
More font size customization for interfaces.
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline seden

  • Newbie
  • *
  • Posts: 36
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.35
« Reply #803 on: October 12, 2016, 12:27:12 PM »
Yes, caring to the code + others back end files is quite a good practice, as to both stability & future options + features.

To be seen.

Updating trough the svn is definitely the way to go, in any case..

Offline Tyrgalon

  • Newbie
  • *
  • Posts: 45
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.35
« Reply #804 on: October 12, 2016, 02:12:39 PM »
Is it possible to make the game recheck/add girls when loading a save?

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.35
« Reply #805 on: October 12, 2016, 02:35:57 PM »
Is it possible to make the game recheck/add girls when loading a save?
If you edit your save game and remove the .girlsx file from the Loaded_Files section, the game will add her back in when the game loads.
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.02.35
« Reply #806 on: October 12, 2016, 02:44:18 PM »
Hmmm...what about new girls files that have been added into the characters folder after the creation of the savegame, will it load them in when you load the save next time?

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.35
« Reply #807 on: October 12, 2016, 02:46:38 PM »
Hmmm...what about new girls files that have been added into the characters folder after the creation of the savegame, will it load them in when you load the save next time?
Yes, any .girlsx file not in the Loaded_Files section will get added in when the game loads.
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.36
« Reply #808 on: October 12, 2016, 02:53:18 PM »
.06.02.36 is up
Some more background and interface stuff.
Choice boxes are starting to look better (free a slave to see how they will look).
There are a couple changes to the interface files so if you have a custom interface you will need to check it.
« Last Edit: October 12, 2016, 02:55:44 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 Tyrgalon

  • Newbie
  • *
  • Posts: 45
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.35
« Reply #809 on: October 12, 2016, 03:10:02 PM »
Yes, any .girlsx file not in the Loaded_Files section will get added in when the game loads.


Damn...I always tought it only picked up the ones that where in the folder when creating the new game XD
Well that is good to know, saves a lot of trouble.


Also keep the updates coming :D