pk2000

Active Member
Aug 12, 2017
707
1,933
If this is a stupid question then I apologise but I don't have any version of RPG maker MV, I just use the launcher that comes with the download so how would I go about updating it? Confused :WaitWhat:
Those are the new launchers (windows,mac,linux) not the editor.
You simply extract them, then copy/transfer/merge the www folder of the game inside the v1.62 and then use the "And.zip" I attached in the previous post to complete the upgrade.
 

lemonfreak

The Freakiest of Lemons
Oct 24, 2018
5,408
10,108
Does anyone know if it's possible to change the number of dreams at night? It used to be one but Raven changed it to speed up progress, unfortunately that messes with the nightmare blocker.

After getting to the orc town rather than becoming a hu cow is there other quests?
There's the gloryhole building in the top right but you can only do one of those jobs so if you've already started as a hu-cow you're stuck on that path.
 
  • Like
Reactions: Cucky 27

pk2000

Active Member
Aug 12, 2017
707
1,933
Does anyone know if it's possible to change the number of dreams at night? It used to be one but Raven changed it to speed up progress, unfortunately that messes with the nightmare blocker.
this
...
Anyway, if you want the mc to have only a single dream every night instead of double dreams... open with a text editor the file "CommonEvents.json" find and replace the string
Code:
{"id":81,"list":[{"code":117,"indent":0,"parameters":[208]},{"code":117,"indent":0,"parameters":[208]},{"code":117,"indent":0,"parameters":[209]},{"code":0,"indent":0,"parameters":[]}],"name":"Jerk_dreams","switchId":1,"trigger":0},
with
Code:
{"id":81,"list":[{"code":117,"indent":0,"parameters":[208]},{"code":117,"indent":0,"parameters":[209]},{"code":0,"indent":0,"parameters":[]}],"name":"Jerk_dreams","switchId":1,"trigger":0},
fixes it in most locations
 

pk2000

Active Member
Aug 12, 2017
707
1,933
I searched Common Events and found that first line, replaced it with the second line and it broke the game. Thanks anyway.
Broke the game? ???
It should not be possible if searched and replaced it correctly.
their only difference is the removal of the second dream.
Code:
{"id":81,"list":[
{"code":117,"indent":0,"parameters":[208]},
{"code":117,"indent":0,"parameters":[208]},
{"code":117,"indent":0,"parameters":[209]},
{"code":0,"indent":0,"parameters":[]}],
"name":"Jerk_dreams","switchId":1,"trigger":0},
vs
Code:
{"id":81,"list":[
{"code":117,"indent":0,"parameters":[208]}
{"code":117,"indent":0,"parameters":[209]},
{"code":0,"indent":0,"parameters":[]}],
"name":"Jerk_dreams","switchId":1,"trigger":0},
 
  • Like
Reactions: lemonfreak

lemonfreak

The Freakiest of Lemons
Oct 24, 2018
5,408
10,108
Broke the game? ???
It should not be possible if searched and replaced it correctly.
their only difference is the removal of the second dream.
Code:
{"id":81,"list":[
{"code":117,"indent":0,"parameters":[208]},
{"code":117,"indent":0,"parameters":[208]},
{"code":117,"indent":0,"parameters":[209]},
{"code":0,"indent":0,"parameters":[]}],
"name":"Jerk_dreams","switchId":1,"trigger":0},
vs
Code:
{"id":81,"list":[
{"code":117,"indent":0,"parameters":[208]}
{"code":117,"indent":0,"parameters":[209]},
{"code":0,"indent":0,"parameters":[]}],
"name":"Jerk_dreams","switchId":1,"trigger":0},
That solved it, the first time I copy/pasted the whole line, this time I just deleted the duplicated line.
 

Phoenix0807

Newbie
Jun 2, 2020
36
29
I'm not sure but I think version 2.9.0 is out
Hello Sir i have an enormenous big trouble in 2.9.0 version . As the fact , i can't saving the game: " loading failed img/character/ Number.1.png can't be opened". have you got asolution to fixing it please? it's a great game but it's embarrasting to cannot save and starting each time from the start. thanks by forward, hope you reply soon.
 
  • Like
Reactions: AnyName'llDo

haythem82

Newbie
Jul 18, 2018
20
20
Hello Sir i have an enormenous big trouble in 2.9.0 version . As the fact , i can't saving the game: " loading failed img/character/ Number.1.png can't be opened". have you got asolution to fixing it please? it's a great game but it's embarrasting to cannot save and starting each time from the start. thanks by forward, hope you reply soon.
Hi. I am not a specialist but I found a post of someone who has a similar problem and this is a suggested solution for him. hope it helps you (sorry for my bad english) :

The error simply tells you that on some place the game tries to load a picture names "***********.png" and can't find it. And now you need to find out why he doesn't find it. But there are only a few possibilities:


1) it doesn't exist (especially if you renamed the file and forgot to rename the use of it somewhere)


2) you failed on Windows' conventions - a file name on Windows ignores the upper case/lower case difference, but MV uses networking rules on deployment and then it becomes two different files depending on upper/lower case.


In both cases you'll have to search for all references of that image and check them until you found the problem.


It might be helpfull to open the json files in a multifile-editor (for example textpad or similiar) and search through them to check where the filename is used.
 
  • Like
Reactions: Phoenix0807

pk2000

Active Member
Aug 12, 2017
707
1,933
2.91 update normal (unmodified) and crunched versions
can be used to update from 2.8.0 or from 2.9.0

edit: I fixed the map22 brothel (second time talking to debbie, the picture is not reset)
You don't have permission to view the spoiler content. Log in or register now.
ps.
- if you are affected from "freezes" in scenes you can solve it by updating the engine of the game to MV 1.62.
instuctions here
- if you don't like the double dreams (personally I don't like them) follow the instuctions from here to edit your "CommonEvents.json" file.
 
Last edited:

Hyperion007

Newbie
Oct 18, 2017
24
14
2.91 update normal (unmodified) and crunched versions
can be used to update from 2.8.0 or from 2.9.0

edit: I fixed the map22 brothel (second time talking to debbie, the picture is not reset)
You don't have permission to view the spoiler content. Log in or register now.
ps.
- if you are affected from "freezes" in scenes you can solve it by updating the engine of the game to MV 1.62.
instuctions here
- if you don't like the double dreams (personally I don't like them) follow the instuctions from here to edit your "CommonEvents.json" file.
Bro if it works You just my savior, i hate to play this game cos it freezes so much, but perv lvl is just around my lvl so it love/hate relation.

PS: can some one send this to developer maybe he will be able to fix his realises, or find some way for it to work normally.... Or maybe hes doing this on purpose so we suffer?
 
  • Like
Reactions: Phoenix0807

Phoenix0807

Newbie
Jun 2, 2020
36
29
Hi. I am not a specialist but I found a post of someone who has a similar problem and this is a suggested solution for him. hope it helps you (sorry for my bad english) :

The error simply tells you that on some place the game tries to load a picture names "***********.png" and can't find it. And now you need to find out why he doesn't find it. But there are only a few possibilities:


1) it doesn't exist (especially if you renamed the file and forgot to rename the use of it somewhere)


2) you failed on Windows' conventions - a file name on Windows ignores the upper case/lower case difference, but MV uses networking rules on deployment and then it becomes two different files depending on upper/lower case.


In both cases you'll have to search for all references of that image and check them until you found the problem.


It might be helpfull to open the json files in a multifile-editor (for example textpad or similiar) and search through them to check where the filename is used.
Thanks a lot my Friend, trouble solved by downloading 2.8.0 version and updating to 2.9.0 and 2.9.1 by updates find in this sites and i can save. the only trouble for now with fixing patches updating: the game sometimes freezing!!! At least i can already save! thanks guy
 
  • Like
Reactions: haythem82

Phoenix0807

Newbie
Jun 2, 2020
36
29
hello guys, i have some questions please: if someone is finding how to bride an orc in quest lone wolf? and if pregnancy is possible? ( in story victoria having some multiples creampies and she never already knocking up, i mean preggo)or if the game is working in progress ans soon we could be having an update? This game rocks but sometimes the scenes are blending between Victoria when she was redhead and when she's "Bimbo looks like". In future, is there's some scenes who follows the chronology of history, i mean some updates in future and if we having the possibilities of pregnancy like " Peasant Quest", it could be funniest! i'm curious to know how, thanks to Mister White Raven to answering at my question and reply. Good afternoon and thanks for this funny game. Truly.
 

Hyperion007

Newbie
Oct 18, 2017
24
14
Bro if it works You just my savior, i hate to play this game cos it freezes so much, but perv lvl is just around my lvl so it love/hate relation.

PS: can some one send this to developer maybe he will be able to fix his realises, or find some way for it to work normally.... Or maybe hes doing this on purpose so we suffer?
Update: game froze on 4 animation so it doesn't work 4 me
 

Midge

Well-Known Member
Nov 21, 2019
1,220
675
hello guys, i have some questions please: if someone is finding how to bride an orc in quest lone wolf? and if pregnancy is possible? ( in story victoria having some multiples creampies and she never already knocking up, i mean preggo)or if the game is working in progress ans soon we could be having an update? This game rocks but sometimes the scenes are blending between Victoria when she was redhead and when she's "Bimbo looks like". In future, is there's some scenes who follows the chronology of history, i mean some updates in future and if we having the possibilities of pregnancy like " Peasant Quest", it could be funniest! i'm curious to know how, thanks to Mister White Raven to answering at my question and reply. Good afternoon and thanks for this funny game. Truly.
You are at the end for now. No way to bribe the Ork, no pregnant scenes except the bad end ones and no progression in main story(or anyother) so far. White Raven adds about 2 new scenes per update(it's just him so understandable) and right now he is focusing on the bimbo stuff. It's not a bad thing it's just slow going atm.
 
3.20 star(s) 46 Votes