Flashy Adventures

maybe you might want to extrapolate the game (opposite of interpolate)?

extrapolate, if any of you don’t know, is when you make it look and feel the same speed, but use a smaller fps and make enemies go “faster” so that it balances out. interpolate is when you do the opposite: increase fps but make the stuff inside go “slower”.

for example, to extrapolate this game, divide the fps by 3 to get 12 fps and make everything ingame 3 times as fast. it’ll feel sorta the same but it will be more performance-friendly on other computers.

Interesting bug. Thank you. Also I noticed from ur pictue, the fonts are not those… wierd…

not sure if it’s a bug that you can’t deal with, but when i hover over the wick editor link after dying, the cursor remains in its “over” state… (the button itself is fine)

another piece of feedback: it’s fun, but it’s very infuriating when you have some level 3 player, then one fireball drops you all the way back to level 1. perhaps you can just drop back down 1 level, instead of going all the way down?

1 Like

I’ll be posting the wick file in a few days

2 Likes

I got to the end :D

Wow, what a great adventure! I really enjoyed this game - it’s just amazing!

2 Likes

The fonts should be these ones… not sure if I did something wrong when I exported the game or is your device that doesn’t have the fonts installed…

Don’t worry about the fonts. It’s probably because I tested your game on a private tab, so the font reset to default (private tabs act differently than normal ones)

1 Like

it was the correct fonts for me. so it’s just Hamzah’s side. and he already explained why.

1 Like

Now also on Newgrounds:

itch-io version allows fullscreen which is better

1 Like

@nuggetofwisdom only on version 1.19.4
wick file:
https://drive.google.com/file/d/11zYO2u1_kVaGgb1IhUWfLGIiIIVAFQSP/view?usp=sharing

1 Like

Hacking the game to start with better resources: :cowboy_hat_face:

Under the GameManager class, go to this line and change the following properties:

Screen Shot 2021-05-02 at 6.43.50 PM

More info

pCoins: Player Coins… they go from 0 to 9999
pWLevel: Player Cannon/Card Level from 1 to 3
pWClass: Player Transformation from 1 to 6
pEnergy: Player Energy in Hearts from 0 to 9999*

1 Like

I think the wick file is broken… not sure if it’s just me. (i opened a fresh file)

1 Like

Oh, sorry my bad… The wick file will only work on version 1.19.4, because I’m using the object.colliders thing…

1 Like

Understanding and editing the levels:

Under the Level Manager class, go to the _createLevel1 method at line 2977
Screen Shot 2021-05-02 at 7.40.04 PM

Then, add/delete/modify the following things (try with the things marked as red and green first):

If there is interest in know how the code works, please let me know… there are 3000+ lines of code, but it is not documented… since my initial intend was to not share the wick file.

3 Likes

I know how… with the Baron’s coinBox… right? lol

Fixed on itch.io and newgrounds. Thank you!

Fix details

I have added this line to this method under the Level class… (Line 2669)

2 Likes

bro, you wrote over 3000 lines of code, WHAT??? :O

great job, this is really impressive. keep making awesome games like this. :cowboy_hat_face:

2 Likes

Thank you @awc95014. I know that this same game could be written with less lines, but what I did is that I wrote an entire engine for this game so this can be easily expandable. Adding content to this game is relatively easy because of that… Even adding a level editor is possible… and I think that I should work on that…

2 Likes

I agree with @awc95014. You did put a lot of effort into this game, and I’ve gotta say, your games are probably some of the best I’ve ever played!

Having 3k lines of code does make debugging really difficult, so I’m surprised how you managed to make this project this complex, and it still runs pretty well ??? You may be wearing a cowboy hat, but I have a feeling that you’re a magician :thinking:

2 Likes

Congratulations Jovanny
your game is so good under many aspects
Great graphics, attention to details, good music…
Overall a great game !!! :+1: :+1: :+1:

I’d add audio setting to toggle on/off
…unfortunately a little slow on older pcs

1 Like