the_sexiton

Newbie
Dec 30, 2022
83
41
Thank you, I think I'll build up my egg layer and farm hand. In not interested in selling cows or pigs at that moment but I already have my cow around B+ level because in a previous playthrough I had problems with endurance which caused mental strain and mood problems which had a negative effect on milk production and the general health of the cow. I'd like keep her content and taken care of if possible for optimal output. A farmhand should help take the load off my shoulders.
 

ImperatorAugustusTertius

Engaged Member
Sep 12, 2020
2,126
807
Made some progress on roadmap for 2.2.4 (dev version updated):

- Fixed bug when clicking Magnaga's name from the district menu after delivering a slave to her
- Revised naked walk and crocodile clip torture punishment descriptions to align with images
- Allow eating again at tavern if still hungry (can be caused by intra-day strength change or inadequate meal quality), to suppress end of day cooking at home, but only first tavern meal of the day raises strength
- Aligned images and sound effects to masochism lesson texts
- Serpis amulet protects from being caught smuggling clones
 

kiloter

New Member
Mar 5, 2022
10
1
Hello again! After your advice here I added my own buyers and everything seems to work ok, except for the interaction buttons. I ctrl+f for an existing buyer in qgen and followed the pattern, added pictures in characters and ui_overhaul and edited menu_item and menu_icon .jsons. How can I solve that? 1691676979319.png
 
Last edited:

kiloter

New Member
Mar 5, 2022
10
1
But just now I saw that the changes that I made in qgen were not present in the city_menu_form file in the "game" folder. Is it possible I am using qgen improperly? I just click save game after my edits
 

kiloter

New Member
Mar 5, 2022
10
1
Ok, nevermind, I did a clean install and did all teh steps and it all works now :) I dont know what I screwed up there before.

Edit: Additional question: is faction fame stored as an intereger or can I add e.x.: += demand_rating[$npc_id]/5 ? Would it still count and store it correctly?
 

sarinee

Member
Apr 12, 2021
290
145
Hello again! After your advice here I added my own buyers and everything seems to work ok, except for the interaction buttons. I ctrl+f for an existing buyer in qgen and followed the pattern, added pictures in characters and ui_overhaul and edited menu_item and menu_icon .jsons. How can I solve that? View attachment 2841419
Seems your menu_icon is missing.
In menu_icon.json
"icon_name": "<li style=\"background: url('content/pic/ui overhaul/pic_name.png'); background-repeat: no-repeat;\">",
Distinguish icon_name and pic_name.png

In menu_item
"item": num,

In qgen
func('$menu', 'goto_2', $icon_name, item, 'variable name', 'location', 'Mistress Fubuki')
!$variable represents for a string array.
!Pay attention to the $ here.


When you click on this menu, the game run as following
variable name = num
gt "location"
 
  • Like
Reactions: kiloter

sarinee

Member
Apr 12, 2021
290
145
Ok, nevermind, I did a clean install and did all teh steps and it all works now :) I dont know what I screwed up there before.

Edit: Additional question: is faction fame stored as an intereger or can I add e.x.: += demand_rating[$npc_id]/5 ? Would it still count and store it correctly?
Faction fame ranges from 0 to 5, and in $new_loc there are several lines to guarantee it won't go beyond the range.
Edit: rating of slave ranges from 0(F-) to 10(S+)
 
  • Like
Reactions: kiloter

ImperatorAugustusTertius

Engaged Member
Sep 12, 2020
2,126
807
Image pack (50mb) with new look for Yasmin (from tutorial/smuggler): (expires in 30 days)
Use with latest dev code (note: if you download latest dev media then you don’t need this pack because it’s already included). Replacement portraits are separate (see attachment to this post). Tutorial girl selection image is updated on media branches but not included in this pack.

Also new on dev build:

- swap tutorial difficulty labels to accurately reflect challenge level - Yasmin is normal now
- improve psychological status formula (more responsive to mood, obedience and despair)
- prevent mindbroken slaves from progressing stats other than nature
 
Last edited:

RedGreen3

Member
Apr 13, 2020
209
82
Is the media base in the dev version shared between both editions? It says not to mix lines, but I thought that applied to code and patch stuff?
 

DawnR

Newbie
May 27, 2020
16
1
i got a problem, its old unsolved problem.
first missing MSVCR120 and MSVCP120 after that solved next is
0xc000007b problems.
im lost , i dont know how to solve this anymore.
reinstalling windows and Vcredist done too
 

qwertyu12359

Jack-o-nine-tails
Game Developer
Aug 1, 2017
1,600
1,762
i got a problem, its old unsolved problem.
first missing MSVCR120 and MSVCP120 after that solved next is
0xc000007b problems.
im lost , i dont know how to solve this anymore.
reinstalling windows and Vcredist done too
It has to come from this:
1691845479688.png

You wrote that you installed Vcredist, but did you install all four of them correctly?
 
4.00 star(s) 62 Votes