3.70 star(s) 9 Votes

Create community discord server?


  • Total voters
    131
  • Poll closed .

SomeDev

New Member
Jun 29, 2023
5
0
I got sick of how poorly this ran when you have a lot of packs installed so rather than bitch an moan about it over the last week or two I remade the game in Unreal Engine. If anyone is interested I ccould post it here (though I'd have to make a few other posts before I can post a link).

It isn't perfectly 1:1 with this since I couldn't be bothered with any reverse engineering, I also used different icons (or no icons) since I didn't know the copyright status of them, but it is fairly similar. I did add some quality of life things though like hiding clients that can't be served by the selected employee, and an option to hide male (or female) employees if you don't want to see them.
 

Crimson6

Member
Aug 9, 2017
162
51
I got sick of how poorly this ran when you have a lot of packs installed so rather than bitch an moan about it over the last week or two I remade the game in Unreal Engine. If anyone is interested I ccould post it here (though I'd have to make a few other posts before I can post a link).

It isn't perfectly 1:1 with this since I couldn't be bothered with any reverse engineering, I also used different icons (or no icons) since I didn't know the copyright status of them, but it is fairly similar. I did add some quality of life things though like hiding clients that can't be served by the selected employee, and an option to hide male (or female) employees if you don't want to see them.
Might be worth a look.

As far as I know all the icons come from here and are public domain:
 

Crimson6

Member
Aug 9, 2017
162
51
This pack took WAY longer than I wanted it to.

New Pack:
Contains: Applejack (Pony), Fluttershy (Pony), Pinkie Pie (Pony), Rainbow Dash (Pony), Rarity (Pony), and Twilight Sparkle (Pony).
 
  • Like
Reactions: eyvgbhunijmwk

abbadon

Newbie
Oct 3, 2017
32
23
I'm seeing this line in the log file for a bunch of events, is it just a false positive or is there aa fix?

EventsHelper - Error during crimson6_mario_collection/events/3 load: Newtonsoft.Json.JsonSerializationException: Required property 'selector' not found in JSON. Path '[1]', line 1, position 127.
 

Crimson6

Member
Aug 9, 2017
162
51
I'm seeing this line in the log file for a bunch of events, is it just a false positive or is there aa fix?

EventsHelper - Error during crimson6_mario_collection/events/3 load: Newtonsoft.Json.JsonSerializationException: Required property 'selector' not found in JSON. Path '[1]', line 1, position 127.
Ok, this one is my fault. During the upgrade from 0.3 to 0.31 all of my lesbian events broke and I didn't fix them, because I plan to remake them once the FreePrivateRooms bug and the State : Free bug are fixed.
If you really want to fix them, change ImpossibleRequirement to just Impossible and RandomRequirement to just Random.
 

VioletAmbush

Member
Game Developer
Dec 24, 2021
128
156
Ok, this one is my fault. During the upgrade from 0.3 to 0.31 all of my lesbian events broke and I didn't fix them, because I plan to remake them once the FreePrivateRooms bug and the State : Free bug are fixed.
If you really want to fix them, change ImpossibleRequirement to just Impossible and RandomRequirement to just Random.
Also it seems like selector is not set. Remember - i changed entity selection from simple string to selectors in 0.31
 

SomeDev

New Member
Jun 29, 2023
5
0
Here is that Unreal Engine remake I made:
Note that it uses the UE save game stuff so it isn't compatible with existing saves, I might fix that some other day if I can be bothered.
 

Crimson6

Member
Aug 9, 2017
162
51
Here is that Unreal Engine remake I made:
Note that it uses the UE save game stuff so it isn't compatible with existing saves, I might fix that some other day if I can be bothered.
Unreal Engine Remake has some advantages:
The "hide unserviceable" button is an excellent feature.
Faster Load time for gif's and large Images.
Faster Load with many characters.

But has the following bugs:
Reception does not show obedience and stamina bars.
The clients start flickering whenever there are exactly 3 on screen at once
End of week summery flickers with exactly 4 results.
Characters are not sorted by price in the hire menu.
Events don't work.
No artist names.
enabledFromStart.: false doesn't work (i.e. Twili Midna shows up in hire menu).
 
Last edited:

VioletAmbush

Member
Game Developer
Dec 24, 2021
128
156
Here is that Unreal Engine remake I made:
Note that it uses the UE save game stuff so it isn't compatible with existing saves, I might fix that some other day if I can be bothered.
Hey, thats a pretty good recreation.

I don't have much free time, but feel free to message me if you'll need help making saves compatible.
 

Crimson6

Member
Aug 9, 2017
162
51
Have you added all of the arena packs?
The purple ones at the top:
 

Love Blonde & HugeTits

Formerly 'lythucphuong97'
Jun 29, 2017
70
44
anyone know how to add arena events to your girl?
i add many arena events, but still don't show anything?
1689675963655.png 1689675985574.png
it just have show example file with 6 event arenas basic, just have like this, i don't understand?
1689676158347.png
 

Crimson6

Member
Aug 9, 2017
162
51
anyone know how to add arena events to your girl?
i add many arena events, but still don't show anything?

it just have show example file with 6 event arenas basic, just have like this, i don't understand?
Only the default arenas are called mainpackage.arena.whatever
The other arena's look like this: Untitled.png
 
3.70 star(s) 9 Votes