Create and Fuck your AI Cum Slut -70% OFF
x

Santiana

Formerly 'Leox1x'
Sep 1, 2018
303
314
I am just gonna ask...is the plot of the game as an MC to be harass and be raped ?...i mean do you have actual choices in game or is just another rape game ?(jesus...the description sounds like UK cop females at work..)
 

Phalzyr

Well-Known Member
Modder
Nov 7, 2017
1,118
5,986
I am just gonna ask...is the plot of the game as an MC to be harass and be raped ?...i mean do you have actual choices in game or is just another rape game ?(jesus...the description sounds like UK cop females at work..)
Yes the MC gets harassed due to her being naive and such... You can avoid the rape scene. You do have some choices to not be harassed as much, the storyline itself is based on stopping the corruption.
 
  • Like
Reactions: Shadow Blade

Phalzyr

Well-Known Member
Modder
Nov 7, 2017
1,118
5,986
I don't know how I can give back the player's speed, after an event
Okay first time I ran into it was during the Wind Fortress Event. And here is how I fixed it though you might want to instead have the bookcase set the variable rather than do it each event, That way you can simply put the code after each even that messes with speed...
So here is the first event I altered to set variable 50 (it was last on list without name so hope it is unused hehe...)
You don't have permission to view the spoiler content. Log in or register now.
After that she went back to 4 for me instead of the 5 the event had setup :D
 
  • Like
Reactions: Ungaa

Ungaa

Member
Modder
Feb 14, 2019
277
445
Okay first time I ran into it was during the Wind Fortress Event. And here is how I fixed it though you might want to instead have the bookcase set the variable rather than do it each event, That way you can simply put the code after each even that messes with speed...
So here is the first event I altered to set variable 50 (it was last on list without name so hope it is unused hehe...)
You don't have permission to view the spoiler content. Log in or register now.
After that she went back to 4 for me instead of the 5 the event had setup :D
Not quoting for this game but goddamn... 2 years of RPG MZ and I didn't ever think of making the speed a variable. Maybe I should make one of those -> The things I wish I knew about RPG Maker that you should know because I didn't know but you should know videos and fit in with the old YouTube meta :LOL:
Tried it out and it works a charm with decimal speeds as well with
$gamePlayer.setMoveSpeed($gameVariables.value(ID)/10).

But also: For the game dev.
Thanks for the game -> Something's gone wrong in later versions where I can't seem to port this and run it on my Mac. I'll give some feedback once I've worked it out.
 
  • Like
Reactions: Phalzyr

Shadow Blade

Active Member
Game Developer
Dec 15, 2019
952
1,263
I don't know if you know this and I'm just saying, but you can multi quote different people by hitting the reply for each comment and responding underneath it.



Like this. Each quoted user will get your notification.
I hope I did it right, it's the first time I'm using this option.

Mouse can have this effect: You click somewhere to the left (say you came into the map on the right edge) it can make you move up or down first before moving left depending on the poor RPGM pathing. Example using the east district map leaving the west side you have 5 warp points going to the Government District on that side it comes out at 69,y looking like this:
View attachment 5132424
So you appear in gov dist at the level of the warps. you should have offset it by one to come in at 68,y so it looks like this:
View attachment 5132429
That way with the hideous pathing it won't trigger a teleport back to east dist by accident ;) the only way when using a mouse to move and avoid going back to east dist is by exactly clicking on a point directly matching the y row :/ (x column if moving north/south transfers.

Does that come across better explained?
Thanks, I will keep it in mind for the new project I'm doing

Can anyone share their save or atleast the old versions save that was included since I can't download that anymore too, ain't trying to play the whole thing from the start again please.
There's a save posted by a fan above this comment

hey buddy maybe i am asking a stupid question but i cant find any save before the begninning of this update inside the game can you please help ?
check messages prior to this one, someone upload his saves. Mine have many bugs already because they are developer saves

Okay first time I ran into it was during the Wind Fortress Event. And here is how I fixed it though you might want to instead have the bookcase set the variable rather than do it each event, That way you can simply put the code after each even that messes with speed...
So here is the first event I altered to set variable 50 (it was last on list without name so hope it is unused hehe...)
You don't have permission to view the spoiler content. Log in or register now.
After that she went back to 4 for me instead of the 5 the event had setup :D
Okay, I need to check all these aspects, I was aware of these options but I have never used them and lack experience and knolewdge.

Not quoting for this game but goddamn... 2 years of RPG MZ and I didn't ever think of making the speed a variable. Maybe I should make one of those -> The things I wish I knew about RPG Maker that you should know because I didn't know but you should know videos and fit in with the old YouTube meta :LOL:
Tried it out and it works a charm with decimal speeds as well with
$gamePlayer.setMoveSpeed($gameVariables.value(ID)/10).

But also: For the game dev.
Thanks for the game -> Something's gone wrong in later versions where I can't seem to port this and run it on my Mac. I'll give some feedback once I've worked it out.
All current versions are for windows
 
  • Like
Reactions: fraazx

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
20,624
268,620
Way of Corruption [v0.28] [Shadow Blade] - Compressed

Win [168 MB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
 

Phalzyr

Well-Known Member
Modder
Nov 7, 2017
1,118
5,986
Thanks, I will keep it in mind for the new project I'm doing
That's good. going back to fix WOC would be waist of your time. Same for other issue I mentioned. They are both just a small annoyance. Next time just use a var from start and use that one line at the point you have been setting player speed back to 5.
New project? :D
 

Shadow Blade

Active Member
Game Developer
Dec 15, 2019
952
1,263
Hey man i mean you added all those events and left all these loose ends that i cannot feel are missing potential
View attachment 5134057
maybe for 0.30 Minerva will receive a scene. Karin will have hers with the doc for 0.29

That's good. going back to fix WOC would be waist of your time. Same for other issue I mentioned. They are both just a small annoyance. Next time just use a var from start and use that one line at the point you have been setting player speed back to 5.
New project? :D
I really need to check well the variant, I don't want to mess it. And yes, outside of Way of games (female prota) I want to do NTR games (with male prota)
 
  • Like
Reactions: Daame

Phalzyr

Well-Known Member
Modder
Nov 7, 2017
1,118
5,986
I really need to check well the variant, I don't want to mess it.
In future games probably want to set a var to 4 by default then like the bookcase option to change speed simply set the var to = the number chosen... no need to get player speed code. then after each time you mess with player speed in a move command use the script $gamePlayer.setMoveSpeed($gameVariables.value(ID)) with the ID changed to be the variable number you used... A lot easier to do than explain lol...
 
  • Wow
Reactions: Shadow Blade

FookU2

Engaged Member
Jan 23, 2018
3,458
2,661
So, now that we have 2 obviously different paths, will both paths be updated at the same time, or will they be alternated, each update? Will each major choice have different outcomes, or will the story pretty much be the same, regardless who got her womb first?
 

Daame

Member
May 20, 2022
326
341
So, now that we have 2 obviously different paths, will both paths be updated at the same time, or will they be alternated, each update? Will each major choice have different outcomes, or will the story pretty much be the same, regardless who got her womb first?
Hey hey don't forget Buck is in the line too
 

Shadow Blade

Active Member
Game Developer
Dec 15, 2019
952
1,263
So, now that we have 2 obviously different paths, will both paths be updated at the same time, or will they be alternated, each update? Will each major choice have different outcomes, or will the story pretty much be the same, regardless who got her womb first?
I will give a final chance for people to "leave" the Governor's route or just let it happen. For those who didn't fell to the governor I have the plan how Nora will keep her hole safe
The Governor's attitude towards Nora will also change, instead of girl, he will call her by her name and in her conversations with Yaruq some dialogues will be add or removed.
Hey hey don't forget Buck is in the line too
XD
 
  • Hey there
Reactions: Daame

FookU2

Engaged Member
Jan 23, 2018
3,458
2,661
Hey hey don't forget Buck is in the line too
Nobody forgot about Buck, but the last update started in the governor's party, and we couldn't leave. Every event was there. The only main story event that took place, that had any choices that change a path, was in the room with the governor.
You have 2 choices: let him have his way, or by time till she can escape from him.
I was referring to that alone.
I don't see any way to avoid Buck, honestly. I guess you could be boring and let the girls win the pool race (lol), but I didn't see that event causing anything to happen to Nora aside from her being in a skimpy bikini.
 
3.10 star(s) 41 Votes