Search found 188 matches

by Froginator
Wed Oct 02, 2019 11:45 am
Forum: Game Discussion
Topic: Show off your graphics!
Replies: 1661
Views: 427237

Hello again! Haven't posted here in ages hehe I made some tiny projects in the OHRRPGCE in my absence, including a small venture into 3D-Prerendered Graphics akin to games like FinFin or L.O.L.-Lack of Love, gameplay-wise more like the latter. Here's a video of what I've done so far!: https://youtu....
by Froginator
Tue Jun 28, 2016 7:59 am
Forum: General Discussion
Topic: Music Request for Animation Project
Replies: 3
Views: 2376

[EDIT] I can also pay via paypal if you give me a price.
by Froginator
Mon Jun 27, 2016 12:02 pm
Forum: General Discussion
Topic: Music Request for Animation Project
Replies: 3
Views: 2376

Music Request for Animation Project

Since I'm making a webcomic ( http://froginatorart.deviantart.com/gallery/53167516/The-Looter-Issue-1 ) that I want to make an animation short of I need a theme song for the main character "The Looter". And since I know that there's some really talented people here that can make awesome mu...
by Froginator
Mon Jun 20, 2016 6:17 pm
Forum: Game Discussion
Topic: Need some feedback on my game
Replies: 11
Views: 4552

Yeah there actually isn't much to the story. I actually want the player to feel clueless, to make this more of an rpg parody, since I want the player to feel like most protagonists must feel if they just get thrown into something. Berry Blue, the Amphibians and various other characters will keep tal...
by Froginator
Sun Jun 19, 2016 4:25 pm
Forum: Game Discussion
Topic: Need some feedback on my game
Replies: 11
Views: 4552

Oh those things!
Yeah that's not a scripting issue that's just me being to lazy to make them fit better.
They where already planned to be changed.
by Froginator
Sun Jun 19, 2016 10:01 am
Forum: Game Discussion
Topic: Need some feedback on my game
Replies: 11
Views: 4552

Thank you all for this SMAASHING amount of feedback! There's some important things to say about the dark cave. This part is not finished and I forgot to block the area. You're actually supposed to go to the right and up the stairs to fight the Amphibians. And I guess with walking on cliffs you mean ...
by Froginator
Sat Jun 18, 2016 10:20 pm
Forum: Game Discussion
Topic: Need some feedback on my game
Replies: 11
Views: 4552

Need some feedback on my game

So I just finished working on a lotta stuff for my game Quodia and I need some feedback! It's not done yet, there's enemies without attacks and areas where there's no enemies at all, because I decided to do all enemy stuff when everything else is done. Hope you like what I've done so far, bug report...
by Froginator
Thu Jun 09, 2016 2:51 pm
Forum: Q&A Discussion
Topic: Darkness/Lantern effect and Bounce-Pads
Replies: 24
Views: 8917

Ah I get it! Thank you! Works perfectly now!
by Froginator
Wed Jun 08, 2016 6:26 pm
Forum: Q&A Discussion
Topic: Darkness/Lantern effect and Bounce-Pads
Replies: 24
Views: 8917

So I should replace the "jump" stuff with a simple change of the Z axis and then replace the Xs with Ys?
by Froginator
Wed Jun 08, 2016 6:05 pm
Forum: Q&A Discussion
Topic: Darkness/Lantern effect and Bounce-Pads
Replies: 24
Views: 8917

Awesome! Everything works now! Thank you so much! So now that I got both mushrooms for left and right done, I'm trying to make two for up and down. I think I got some of the values wrong because what happens is that the chracters fly in some kind of black void when I use the shroom..? plotscript, sh...
by Froginator
Wed Jun 08, 2016 4:53 pm
Forum: Q&A Discussion
Topic: Darkness/Lantern effect and Bounce-Pads
Replies: 24
Views: 8917

Thanks for the help! The Mushroom script works perfectly now. But there's one thing with the Darkness script. It's probably my fault though. I think I'm putting things at the wrong places because here's what I did: global variable (1, flashlight circle) plotscript, setup flashlight, ...
by Froginator
Tue Jun 07, 2016 9:06 pm
Forum: Q&A Discussion
Topic: Darkness/Lantern effect and Bounce-Pads
Replies: 24
Views: 8917

Yeah.. what I'm trying to do is that the cave can be entered and exited at any time. The darkness inside should stay, but the problem is when you exit the cave, every map now has the black overlay. And here's the mushroom script btw: plotscript, shroomJumpRight, begin suspend player play sound &...
by Froginator
Tue Jun 07, 2016 6:00 pm
Forum: Q&A Discussion
Topic: Darkness/Lantern effect and Bounce-Pads
Replies: 24
Views: 8917

No idea why but It doesn't work..?
Also when I use the jumpy mushrooms every NPC (including the mushrooms themselves) on the map becomes unuseable..
by Froginator
Tue Jun 07, 2016 4:47 pm
Forum: Q&A Discussion
Topic: Darkness/Lantern effect and Bounce-Pads
Replies: 24
Views: 8917

@Bob the Hamster I guess you mean that I should make a NPC activate the tag?
Because for some reason that doesn't work..
by Froginator
Tue Jun 07, 2016 3:31 pm
Forum: Q&A Discussion
Topic: Darkness/Lantern effect and Bounce-Pads
Replies: 24
Views: 8917

Also tried the mushroom jumping stuff now. I used this script: variable (i, jump) suspend player set hero direction (me, right) jump := -5 for (i, 0, 10) do ( put hero (me, hero pixel X (me) + 4, hero pixel Y &am...