MGUltimate

Member
Dec 12, 2021
463
538
it's one of those things that "looks cool on paper". probably there should be a check box in the game settings to turn this on/off
Agree, almost like dev doesn't know female anatomy. In the descriptions the male's dick is pressing against the female's uterus. That is not possible. Also, "ass is too dry." The anus doesn't produce lube, it needs to be applied.
 

Lientu

Newbie
Oct 31, 2018
75
116
Agree, almost like dev doesn't know female anatomy. In the descriptions the male's dick is pressing against the female's uterus. That is not possible. Also, "ass is too dry." The anus doesn't produce lube, it needs to be applied.
hehe) it's even funnier when you dig in this. like, rapist can't go full speed because "yr ass is too dry" a hahaha haha, uber immersion breaking.
 

MGUltimate

Member
Dec 12, 2021
463
538
hehe) it's even funnier when you dig in this. like, rapist can't go full speed because "yr ass is too dry" a hahaha haha, uber immersion breaking.
I've had too many times playing as myself a female rapist got pregnant and wanted to have a relationship. I did marry her in one because she was really hot.
 
  • Haha
Reactions: jinzom

rambo50

New Member
Dec 17, 2017
12
3
I have been following this game for a while and it became alot better over the years. Especialy since 4.0 I believe, with new clothing items, better looking characters and a system to influence the looks of npcs. You can make the automatic generated npcs look very good.

One big thing to improve the game now, would be to have real 3d scenes where you have full control over your character, like in the game "Some Modeling Agency". It would probably be alot of work, but I hope it would be possible in the distant future. If that isnt possible I still would like to see some changes or improvements to the current system.
Besides that maybe the UI could be improved.
 
Last edited:

Admiral9iner

Newbie
May 5, 2019
89
87
Anyone familiar with the scene asian_learn_martial_cms? Its a plotline that seems to have broken for me, anytime it pops up now the scene just abruptly ends after I make the first choice.
 

SmanMax

Newbie
Sep 2, 2019
45
60
Hrm...I don't play with that pack active so I've never tried it...but looking at the code, it's much more complicated than most events, with nested chains of 'if-then' conditionals based on your stats. On the first choice, if you pick 'Dismiss' it just ends the script, with a fairly long timeout before it can run again.

If you decide to 'learn more about it,' then you basically start a series of encounters that compare your martial, fitness and muscle stats to NPCs. Looks like a grand total of 8 encounters have to happen, because even if you do win before that many times, the script decides it's just a fluke, and keeps running. Being defeated reduces the 'stage count' and thus extends the number of victories you have to get. And because it's this game, there's various sexual consequences depending on if you win or lose and what modules you have active.

The whole thing looks kind of tedious to me, and could EASILY be broken with how many if/then loops there are. Especially since this particular module was relatively recently added.
 

Lientu

Newbie
Oct 31, 2018
75
116
Anyone familiar with the scene asian_learn_martial_cms? Its a plotline that seems to have broken for me, anytime it pops up now the scene just abruptly ends after I make the first choice.
you shouldn't worry. nothing happens at the end. it's just two random npc that you "fight". only df. is when you with yr SO or date, then s/he may or may not say "bla-bla-bla my hero let's fuck".
 
  • Like
Reactions: Admiral9iner

Krosos

Engaged Member
Dec 1, 2018
2,169
2,089
I have been following this game for a while and it became alot better over the years. Especialy since 4.0 I believe, with new clothing items, better looking characters and a system to influence the looks of npcs. You can make the automatic generated npcs look very good.

One big thing to improve the game now, would be to have real 3d scenes where you have full control over your character, like in the game "Some Modeling Agency". It would probably be alot of work, but I hope it would be possible in the distant future. If that isnt possible I still would like to see some changes or improvements to the current system.
Besides that maybe the UI could be improved.
What do you mean by Real 3D Scenes this is 3D in every way the Construction is fully 3D i hardly understand what your point is ?
Overall this is still one of the most complex Unreal based Simulations as a whole.

Or do you mean explicitly the Exterior World and Directional Light Render Part ?

It would be rather the right time for a big GFX and Animation complexity remaster preparation on top of it's core ready for later Unreal 5 transfer.

Very dedicated Dev with very sane goal sets.

Im not sure about the whole Unreal 5 migration seeing how the overall potential of 4 is still not nearly scratched and used to it's fullest such decisions are often questionable though he seems to be smarter about it and plans some branching preparation.
 
Last edited:

Admiral9iner

Newbie
May 5, 2019
89
87
The whole thing looks kind of tedious to me, and could EASILY be broken with how many if/then loops there are. Especially since this particular module was relatively recently added.
My character has high marital arts and fitness so I won the fights needed but now when it comes up and I got to "learn" more the event ends as if I hit dismiss so it's for sure broken for me.
 

jkstfs123

Newbie
Sep 27, 2018
62
23
My character has high marital arts and fitness so I won the fights needed but now when it comes up and I got to "learn" more the event ends as if I hit dismiss so it's for sure broken for me.
I took a quick squiz and maybe I'm misreading something here but I'm pretty sure the script is broken for everyone. There's a progress counter called "stage" which is used to go through the quest. Problem is it seems the value of "stage" simultaneously has to be less than 6 and greater than 6 to fight the final battle which obviously can never happen. The script also only initially checks "stage" for a value of either1 or less than 6, no other values are covered so the script will just end, but before doing that it increments "stage" without any care for current value. If my reading is correct the way this script will execute is you'll get a bunch of random fights until the value of stage becomes greater than 6 at which point the script dumps out after the first "learn" or "dismiss" choice from now on and you'll never see any more fights again or get to defeat the master.
 

jkstfs123

Newbie
Sep 27, 2018
62
23
Oh, I probably should have said how to fix the script. Open the file "asian_learn_martial_cms.lpscene" in a plain text editor. On line 18 you'll see the text "Elseif stage < 6". Change it to "Else". That should do it.
 
  • Like
Reactions: Admiral9iner

Admiral9iner

Newbie
May 5, 2019
89
87
Oh, I probably should have said how to fix the script. Open the file "asian_learn_martial_cms.lpscene" in a plain text editor. On line 18 you'll see the text "Elseif stage < 6". Change it to "Else". That should do it.
That fixed it, much appreciated. I have no idea how scripts work beyond changing basic values.
 

Meowmadam

Active Member
Nov 9, 2021
640
592
It is quite fun and has a lot of options with customization. Much potential, but the interface and world map are a mess.
 

Admiral9iner

Newbie
May 5, 2019
89
87
Aye yo anyone familiar with a scene that plays out with a co-worker offering their daughter to you? Happened once randomly and never again on any playthrough, anyone know the scene name?
 

GetOutOfMyLab

Conversation Conqueror
Modder
Aug 13, 2021
7,126
19,214
Aye yo anyone familiar with a scene that plays out with a co-worker offering their daughter to you? Happened once randomly and never again on any playthrough, anyone know the scene name?
Are you referring to the one where there's some sort of 18th birthday party and their parent is asking you to sleep with their kid? If so, that's in cherry_boy_cms.lpscene. Otherwise, not sure exactly what you're talking about.
 
  • Like
Reactions: FleshGordon
3.30 star(s) 118 Votes