Page 3 of 5
Re: [RELEASE] Cock Hero RPG - The Lost Scrolls
Posted: Tue Apr 20, 2021 5:18 am
by DWreck1995
mortimer wrote: Fri Apr 16, 2021 9:00 pm
Due to popular demand, I also managed to upload the old games:
- Spoiler: show
-
The games are in the order in which they came out:
(the password is milovanaforum of MilovanaForum)
Goddess Polina (It includes Queen Remy and Fall of The Demon Queen)
Link
The Enslaver
Link
XXXMas:
Link
Amulet of Power:
Link
Inevitability:
Link
Is The Enslaver supposed to be massively smaller in file size after adding the XXXmas expansion to it? It was 9.96 GB and now it's 6.36 GB.
Re: [RELEASE] Cock Hero RPG - The Lost Scrolls
Posted: Tue Apr 20, 2021 9:48 am
by Vicissitudo
mortimer wrote: Mon Apr 19, 2021 8:24 pm
Vicissitudo wrote: Mon Apr 19, 2021 4:58 pm
Ok I have few questions...
Don't open if you don't want a spoiler!
- Spoiler: show
- I think I've finished the game, arrived to the Eva/Anjelica.
Chose Anjelica, game ends.
Chose Eva, I go back to the city. Now all left to do is Casino, right?
Is there a way to go back to the map and roam around?
Also I couldn't figure out where to find Lea's Key, I've looked everywhere...
Last, I don't know if it's a bug or not. After defeating Anjelica there is Eva sitting at her desk. However, after few rounds at the casino I came back and there is Anjelica again, glitched and can't talk/approach her. Is that intended?
Thanks!
Well,
- Spoiler: show
-
Play the Remy DLC, buy a tablet fragment from the shop and go to the transference room and use it on the wall with the blue orb.
Angelica should be gone in the end, and be replaced by Emily. I think i mixed up the events there. I'll have a look in the weekend.
If you decide to play the DLC, don't laugh at the cock hero i made
- Spoiler: show
- Oh I played it and it was actually good! Good job man!
So Lea isn't available yet?
Re: [RELEASE] Cock Hero RPG - The Lost Scrolls
Posted: Tue Apr 20, 2021 2:17 pm
by mortimer
Vicissitudo wrote: Tue Apr 20, 2021 9:48 am
mortimer wrote: Mon Apr 19, 2021 8:24 pm
Vicissitudo wrote: Mon Apr 19, 2021 4:58 pm
Ok I have few questions...
Don't open if you don't want a spoiler!
- Spoiler: show
- I think I've finished the game, arrived to the Eva/Anjelica.
Chose Anjelica, game ends.
Chose Eva, I go back to the city. Now all left to do is Casino, right?
Is there a way to go back to the map and roam around?
Also I couldn't figure out where to find Lea's Key, I've looked everywhere...
Last, I don't know if it's a bug or not. After defeating Anjelica there is Eva sitting at her desk. However, after few rounds at the casino I came back and there is Anjelica again, glitched and can't talk/approach her. Is that intended?
Thanks!
Well,
- Spoiler: show
-
Play the Remy DLC, buy a tablet fragment from the shop and go to the transference room and use it on the wall with the blue orb.
Angelica should be gone in the end, and be replaced by Emily. I think i mixed up the events there. I'll have a look in the weekend.
If you decide to play the DLC, don't laugh at the cock hero i made
- Spoiler: show
- Oh I played it and it was actually good! Good job man!
So Lea isn't available yet?
About Leah
- Spoiler: show
- Her key is hidden in plain sight
- Spoiler: show
- you find it in the Casino
- Spoiler: show
- In the back room to the right
Re: [RELEASE] Cock Hero RPG - The Lost Scrolls
Posted: Tue Apr 20, 2021 3:22 pm
by kerkersklave
mortimer wrote: Sun Apr 18, 2021 8:02 am
For the MAC version, just unrar and open the index.html file in any browser (a chromium based one is preferred)
CH RPG - The Lost Scrolls - WEB/PROJECT/WWW/Index.html
It's not a MAC version, it's a web version. It also works on Linux. Consider it a website
Just a note: with chrome on linux opening index.html directly did not work due to some security restrictions, I had to use a webserver, but there are loads of command line webservers out there that can do that for you.
Re: [RELEASE] Cock Hero RPG - The Lost Scrolls
Posted: Tue Apr 20, 2021 4:27 pm
by mortimer
kerkersklave wrote: Tue Apr 20, 2021 3:22 pm
mortimer wrote: Sun Apr 18, 2021 8:02 am
For the MAC version, just unrar and open the index.html file in any browser (a chromium based one is preferred)
CH RPG - The Lost Scrolls - WEB/PROJECT/WWW/Index.html
It's not a MAC version, it's a web version. It also works on Linux. Consider it a website
Just a note: with chrome on linux opening index.html directly did not work due to some security restrictions, I had to use a webserver, but there are loads of command line webservers out there that can do that for you.
That sounds cool, can you make a quick tutorial for other mac users?
Re: [RELEASE] Cock Hero RPG - The Lost Scrolls
Posted: Tue Apr 20, 2021 6:03 pm
by kerkersklave
mortimer wrote: Tue Apr 20, 2021 4:27 pm
kerkersklave wrote: Tue Apr 20, 2021 3:22 pm
mortimer wrote: Sun Apr 18, 2021 8:02 am
For the MAC version, just unrar and open the index.html file in any browser (a chromium based one is preferred)
CH RPG - The Lost Scrolls - WEB/PROJECT/WWW/Index.html
It's not a MAC version, it's a web version. It also works on Linux. Consider it a website
Just a note: with chrome on linux opening index.html directly did not work due to some security restrictions, I had to use a webserver, but there are loads of command line webservers out there that can do that for you.
That sounds cool, can you make a quick tutorial for other mac users?
There isn't really much to it. Unrar the whole game you want to play (also works with the exe-version. You don't have to run the exe, rar can unpack these es well. Most linux distributions should provide a command line tool unrar, I guess it is available for macos as well. Then get an http server. The easiest way to do so is maybe using npm, a package manager for javascript. I used this:
https://www.npmjs.com/package/local-web-server
Npm is available for mac, linux and windows. Once you have it, follow the documentation above to install it.
Then open a command line prompt in the directory that contains the index.html. Just typing "ws" should be enough to start a local webserver. Not however. that this webserver might be available on the local network as well, if you want to avoid that for some reason, look into the documentation. It will print out a list of URLs that you can visit with your browser.
Re: [RELEASE] Cock Hero RPG - The Lost Scrolls
Posted: Wed Apr 21, 2021 6:47 pm
by jimmy_no_1
kerkersklave wrote: Tue Apr 20, 2021 6:03 pm
mortimer wrote: Tue Apr 20, 2021 4:27 pm
kerkersklave wrote: Tue Apr 20, 2021 3:22 pm
Just a note: with chrome on linux opening index.html directly did not work due to some security restrictions, I had to use a webserver, but there are loads of command line webservers out there that can do that for you.
That sounds cool, can you make a quick tutorial for other mac users?
There isn't really much to it. Unrar the whole game you want to play (also works with the exe-version. You don't have to run the exe, rar can unpack these es well. Most linux distributions should provide a command line tool unrar, I guess it is available for macos as well. Then get an http server. The easiest way to do so is maybe using npm, a package manager for javascript. I used this:
https://www.npmjs.com/package/local-web-server
Npm is available for mac, linux and windows. Once you have it, follow the documentation above to install it.
Then open a command line prompt in the directory that contains the index.html. Just typing "ws" should be enough to start a local webserver. Not however. that this webserver might be available on the local network as well, if you want to avoid that for some reason, look into the documentation. It will print out a list of URLs that you can visit with your browser.
I found this which also solves the same problem:
https://www.reddit.com/r/RPGMaker/comme ... ctorsjson/
Re: [RELEASE] Cock Hero RPG - The Lost Scrolls
Posted: Fri Apr 23, 2021 12:13 am
by bobhill
Hi - I played the game, very cool!
I also did the tutorial, but I haven't played any of the prior games.
Would you mind explaining the fighting a little more? I don't really get the HP (Hit Points?), MP (Magic Points?) and TP (?).
There's the basic attack: is there any way to know how much damage I can cause or how much damage the opponent can deal to me?
And then the Skill Attacks: For example, "Go In Raw" has a blue 75 next to it (what is the 75?), then the description says "Fuck a bitch for 400 HP (+/- 20%) - is that the potential damage to the opponent? And then "Healing the Cock Hero for 100 HP and 100 MP" - that part seems to mean if I'm successful, I get 100 HP and 100 MP. But I did a Go In Raw on Little Caprice and she took 890 damage (1327 to 437) and I lost 277 HP (1200 to 923), 25 MP (250 to 225) and TP went from about 50% to about 60%.
Also, the messages when an attack is made are so quick, I can't read what happens, so that makes figuring out the system a bit more difficult. I'm not sure if it's possible to add a setting to allow the user to have those messages display a little longer?
All the questions are meant to be helpful for others, also. I think it's a really cool game. I don't typically do a lot of CH, but this format is a lot of fun! Thanks for all the work!!!
BH
Re: [RELEASE] Cock Hero RPG - The Lost Scrolls
Posted: Thu Apr 29, 2021 12:08 am
by MaoMao3974
just wanted to say fantastic work!! really looking forward to more!
Re: [RELEASE] Cock Hero RPG - The Lost Scrolls
Posted: Sat May 01, 2021 12:26 pm
by Whoisaskingmethis
Thank you for making this game;
I like how it revs up towards the end, still trying to go for a second run and find out what's more to explore.
Cheers
Re: [RELEASE] Cock Hero RPG - The Lost Scrolls
Posted: Mon May 03, 2021 8:18 am
by jimsport
Ive done a couple of battles now and won all of them. Yet im not leveling up or gaining any experience?
Am i doing something wrong, because i'm unable to progress further through the game as a result.
Re: [RELEASE] Cock Hero RPG - The Lost Scrolls
Posted: Tue May 04, 2021 6:33 pm
by mortimer
jimsport wrote: Mon May 03, 2021 8:18 am
Ive done a couple of battles now and won all of them. Yet im not leveling up or gaining any experience?
Am i doing something wrong, because i'm unable to progress further through the game as a result.
No level ups this time. You can finish the game at level 1 with no problems. You will be kind of overpowered when you get the anal scroll.
You can also buy some stuff from the shop, to give you some extra oomph
Re: [RELEASE] Cock Hero RPG - The Lost Scrolls
Posted: Wed May 05, 2021 12:46 am
by strangemister0
Thanks for making the game. Is there supposed to be BGM when exploring the world? I've only just started mind you
Re: [RELEASE] Cock Hero RPG - The Lost Scrolls
Posted: Fri May 07, 2021 11:59 pm
by mortimer
Update 1.4 is here!
1.4 fixes:
- Fixes bug that didn't give you the Deepthroat spell after you collect all the scroll fragments
(if you are past that point, just click on the blue flame next to the portal, it will give you the spell. The blue flame appears only if you collected all the Blowjob Scroll Fragments)
Get it here:
GoogleDrive
Mega
Password is: MilovanaForum
Re: [RELEASE] Cock Hero RPG - The Lost Scrolls
Posted: Sat May 08, 2021 6:05 am
by Whoisaskingmethis
mortimer wrote: Fri May 07, 2021 11:59 pm
Update 1.4 is here!
1.4 fixes:
- Fixes bug that didn't give you the Deepthroat spell after you collect all the scroll fragments
(if you are past that point, just click on the blue flame next to the portal, it will give you the spell. The blue flame appears only if you collected all the Blowjob Scroll Fragments)
Get it here:
GoogleDrive
Mega
Hello there Mortimer,
Do you use a new password with this update, the old one doesn't seem to work. Thanks!