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

0 Members and 7 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.49
« Reply #855 on: December 29, 2016, 03:31:55 PM »
Google Translate is not as good as I had hoped.
Each game week, security catches defaulters customers and they are all men. I would like to see among the captured and women non-payers.
They do occasionally catch women trying to skip out but it is rare:
Only about 15% of the customers are Women
They usually only run if they can not pay but women usually pay a lot less for services compared to groups of men

A long time ago I added a part where if a woman customer gets violent with your girl and gets caught, she may be force fed a "Brainwashing Oil", fitted with a "Necklace of Control" or "Slave Band" and taken to your dungeon.
I will add this to women trying to skip out as well.
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.51
« Reply #856 on: December 30, 2016, 12:00:59 AM »
.06.02.51 is up
Updated whore jobs so female customers that don't pay can be taken as slaves
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.52
« Reply #857 on: December 30, 2016, 10:03:57 AM »
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.53
« Reply #858 on: January 02, 2017, 08:37:07 AM »
.06.02.53 is up
Fixed a bug and updated Back to Work in some non-brothel buildings
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.54
« Reply #859 on: January 04, 2017, 03:05:13 PM »
.06.02.54 is up
A few updates by MuteDay and a few typeo/bug fixes
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline DarkArk

  • Newbie
  • *
  • Posts: 20
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.49
« Reply #860 on: January 08, 2017, 04:40:43 PM »
.06.02.49 is up
Added Cure Diseases to the Clinic


Now is the time to get your requests in
I go back to work next Monday so I only have 6 full days left to work on the game.

I'm really sorry I missed this. Was too busy with my own holiday stuff.

Would you be willing to add some more image types to the game? I have a list I've been meaning to post, I've been holding on to it for a while.  It's for things you already do. I've been collecting images for many of them.

Birth, should be self-explanatory, shows when a girls gives birth rather than just a profile, one for humans and one for monsters:
human
beast

Impregnate images, for when a girl gets pregnant, showing fertilization, for all the acts that can do it:

sex
group
bdsm
beast

Virginity loss, noting exactly when a girl loses her virginity

sex
group
bdsm
beast

Branding, plays when a girl gets branded by you

The death image is also used when girls get raped, so I'd split it up and make a rape type image, and maybe a monster rape type image.

Thanks if you could do this, I understand if I missed the window and you have no time.
« Last Edit: January 08, 2017, 04:50:31 PM by DarkArk »

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.49
« Reply #861 on: January 08, 2017, 05:51:32 PM »
Would you be willing to add some more image types to the game? I have a list I've been meaning to post, I've been holding on to it for a while.  It's for things you already do. I've been collecting images for many of them.
They will not get in for .06.02.55 tonight but I can get them in for .56

To help me add them in quicker, make a few lists for me with your new image types in these styles:

pic_types: all lower case, with *. after the prefix name
Code: [Select]
    "anal*.", "bdsm*.", "sex*.", "beast*.", "group*.", "les*.",
...
    "preg*.",    // pregnant varients
    "preganal*.", "pregbdsm*.", "pregsex*.", "pregbeast*.", "preggroup*.", "pregles*.",
...

galtxt: what it will say in the gallery list
Code: [Select]
"Anal", "BDSM", "Sex", "Beast", "Group", "Lesbian",
...

Constants: All caps starting with IMGTYPE_
Code: [Select]
    IMGTYPE_ANAL,
    IMGTYPE_BDSM,
    IMGTYPE_SEX,
    IMGTYPE_BEAST,
    IMGTYPE_GROUP,
    IMGTYPE_LESBIAN,
...
    IMGTYPE_PREGANAL,
    IMGTYPE_PREGBDSM,
    IMGTYPE_PREGSEX,
    IMGTYPE_PREGBEAST,
    IMGTYPE_PREGGROUP,
    IMGTYPE_PREGLESBIAN,
...

Finally, make an if not found flow for each like it is here Image Names that the game will recognize
Code: [Select]
Sex >> Anal > Group > Lesbian > Oral > Titty > Hand > Foot
Anal, Bdsm, Beast, Group >> Sex
Lesbian >> Nude > Sex
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline DarkArk

  • Newbie
  • *
  • Posts: 20
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.54
« Reply #862 on: January 08, 2017, 08:03:23 PM »
pic_types:

"birthhuman*." "birthhumanmultiple*." "birthbeast*." "impregsex*." "impreggroup*." "impregbdsm*." "impregbeast*." "virginsex*." "virgingroup*." "virginbdsm*." "virginbeast*." "brand*." "rape*." "rapebeast*."

"pregbrand*." "pregrape*." "pregrapebeast*."


galtxt:

"Human Birth" "Human Birth Multiple" "Monster Birth" "Impregnate Sex" "Impregnate Group" "Impregnate Bondage" "Impregnate Beast" "Virgin Sex" "Virgin Group" "Virgin Bondage" "Virgin Beast" "Branding" "Rape" "Beast Rape"

...

"Pregnant Branding" "Pregnant Rape" "Pregnant Beast Rape"

Constants:

IMGTYPE_BIRTHHUMAN
IMGTYPE_BIRTHHUMANMULTIPLE
IMPTYPE_BIRTHBEAST
IMPTYPE_IMPREGSEX
IMPTYPE_IMPREGGROUP
IMPTYPE_IMPREGBDSM
IMPTYPE_IMPREGBEAST
IMPTYPE_VIRGINSEX
IMPTYPE_VIRGINGROUP
IMPTYPE_VIRGINBDSM
IMPTYPE_VIRGINBEAST
IMPTYPE_BRAND
IMPTYPE_RAPE
IMPTYPE_RAPEBEAST
...
IMPTYPE_PREGBRAND
IMPTYPE_PREGRAPE
IMPTYPE_PREGRAPEBEAST
...

Birth Human >> Birth Monster > Profile
Birth Human Multiple >> Birth Human > Birth Monster > Profile
Birth Monster >> Birth Human > Profile
Impregnate Sex >> Sex
Impregnate Group >> Group
Impregnate Bondage >> Bondage
Impregnate Beast >> Beast
Virgin Sex >> Sex
Virgin Group >> Group
Virgin Bondage >> Bondage
Virgin Beast >> Beast
Branding >> Torture > Profile
Rape >> Torture > Group > Death
Beast Rape >> Beast > Torture > Death

I think that's everything you wanted? Let me know if you need something more.
« Last Edit: December 03, 2017, 04:33:38 PM by DarkArk »

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.55
« Reply #863 on: January 12, 2017, 01:28:06 AM »
.06.02.55 is up
A lot of small changes and bug fixes
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.56
« Reply #864 on: January 12, 2017, 10:59:51 PM »
.06.02.56 is up
Fixed a bug that was crashing the game.
Checked and cleaned most jobs starting text.
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: Updates and Notes for Crazy's Mod --- Current Version .06.02.56
« Reply #865 on: January 13, 2017, 08:15:28 AM »
Is there any chance that WM could handle more than one picture while running a script?

At these past days I've dived deep into the scriptings and it always annoys me to have only one option for a picture.

If there's any chance it would be great to have these option in WM.

Kind regards

HuiBui

Offline grishnak

  • Jr. Member
  • **
  • Posts: 77
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.56
« Reply #866 on: January 13, 2017, 09:02:24 AM »
Is there a way to test slave status in the script editor (for example i want to make different dialogues when talking to a free person or a slave)? Maybe it is a variable number i have to check?

Currently i only see in the script editor a way via traits (like registered slave etc.). These additional traits might still be of use, if you want to judge the disposition (enslaving without registering -> evil, punishable by law; keeping registered slaves -> evil, but not punishable by law). Maybe turning being a slave totally into a trait based status is possible? This would add a lot more options to scripting imho.

Another question is, if there is a way to test brothel stats via the scripts, for example
- check for beasts housed
- check for security
- check for other jobs in use by other girls
« Last Edit: January 13, 2017, 09:31:05 AM by grishnak »

Offline Dabanisher

  • Full Member
  • ***
  • Posts: 118
Re: Updates and Notes for Crazy's Mod --- Current Version .06.02.56
« Reply #867 on: January 15, 2017, 12:57:32 PM »
is there a pet picture section cus i used that feature and was hoping there was some kinda picture for it

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.57
« Reply #868 on: January 21, 2017, 08:10:46 PM »
.06.02.57 is up
Lots of updates to scripts.
See this to see the best way to edit scripts.
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.57
« Reply #869 on: January 22, 2017, 09:55:38 AM »
Nice :)