Author Topic: I Wanna Descend Into Hell  (Read 19277 times)

Kyir

  • The Kid
  • Posts: 293
  • Normal Guy
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 31.0.1650.63 Chrome 31.0.1650.63
    • View Profile
  • Playstyle: Keyboard
I Wanna Descend Into Hell
« on: December 31, 2013, 12:57:46 AM »
Basic Information:
Name: I Wanna Descend Into Hell v1.01
Engine: YoSniper
Creator: Kyir

Game Details:
Length: ~80 screens, ~5 hours based on testing.
  • Basic Game: 36 screens
  • Same Game+: 49 screens
5 Secrets: Currently do nothing.
Bosses: One at the start, one at the end.

Readme File:
Epic Storyline
Compelling Characters
5 Star Review by the New York Times
Soon to be turned into a movie by J. J. Abrams
Song list

Images:
(click to show/hide)
(click to show/hide)

Download (12/24/2014 Update):
https://www.mediafire.com/download/ij4edwnwxdvhp38/I_Wanna_Descend_Into_Hell.rar

Patch Notes:
(click to show/hide)

Current 100% World Record is 1:23:10 (Mannyg2011)
« Last Edit: January 11, 2015, 08:58:47 AM by Kyir »

Derpyhoovesiwbtg

  • Spike Dodger
  • Posts: 176
  • ''My hands hurt''
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 31.0.1650.63 Chrome 31.0.1650.63
    • View Profile
    • Clickity click!
  • Playstyle: Keyboard
Re: I Wanna Descend Into Hell
« Reply #1 on: December 31, 2013, 03:45:36 AM »
I played this game and im now at the second area. Pretty good game so far! Here are the Pro's and Con's

Pro's:
Good fitting music for the area
Area's are pretty well designed, no annoying stuff like jump cancelling
The graphics from Terraria really fits the area

Con's:
You should edit some stuff to make it better: (spikes, platforms)
The water is pretty annoying to use because The Kid moves REÁÁÁÁÁÁLY moves fast in the water and i almost die from it (ill count it as nothing if its just a thing from YoSniper's engine)

Thats my rating.
I have no idea what to put here.

Anyway, a lot of things have changed to myself in the past. I wont visit the forum much, but i will check out the streams once in a while.

Kyir

  • The Kid
  • Posts: 293
  • Normal Guy
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 31.0.1650.63 Chrome 31.0.1650.63
    • View Profile
  • Playstyle: Keyboard
Re: I Wanna Descend Into Hell
« Reply #2 on: December 31, 2013, 06:44:20 AM »
The water is part of the engine, but it's pretty much a failure on my part in terms of coding in that I couldn't improve it at all.

Derpyhoovesiwbtg

  • Spike Dodger
  • Posts: 176
  • ''My hands hurt''
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 31.0.1650.63 Chrome 31.0.1650.63
    • View Profile
    • Clickity click!
  • Playstyle: Keyboard
Re: I Wanna Descend Into Hell
« Reply #3 on: December 31, 2013, 08:13:43 AM »
Its okay. I never used YoSniper's engine before so its just his fault.
I have no idea what to put here.

Anyway, a lot of things have changed to myself in the past. I wont visit the forum much, but i will check out the streams once in a while.

HAEGOE

  • Spike Dodger
  • Posts: 101
  • Why the *beep* they're not in puyo tetris?????????
  • OS:
  • Windows 8/Server 2012 Windows 8/Server 2012
  • Browser:
  • Chrome 31.0.1650.63 Chrome 31.0.1650.63
    • View Profile
  • Playstyle: Keyboard
Re: I Wanna Descend Into Hell
« Reply #4 on: December 31, 2013, 08:29:46 AM »
Well, I'm using Yosniper's Engine for my new fangame too, and I think I know the problem : he made the gravity weak when the kid is underwater, but the maximum fall speed is still 8.
Here's what I did to solve it.
Find the object player, and look for 'End step'(Is it says so in English? because I'm not using English version so I don't know)
anyway, next you find the 'else if place_meeting(x, y, water)'
there, the code says :
 else if place_meeting(x, y, water) {gravity = 0.25;}
if you find it, add this to there:
if vspeed>2{vspeed = 2;}
so the result will be this(this is exact same code with mine):
    else if place_meeting(x, y, water) {gravity = 0.25;if vspeed>2{vspeed = 2;}}

this may make the kid fall slower than before underwater(I didn't used the underwater gimmick yet so you'll need to test it yourself, and if you think 2 is too slow, you can change the number). of course, you can modify the 'maxFallSpeed' variable, but I didn't want to because I thought what I did was the more simple way.
a.k.a. tasteisgone
pronounciaton of HAEGOE is HAEGWE, not HAEGO.

I MAEK MBOILE GEAMS!
https://play.google.com/store/apps/details?id=com.Haegoe.MostPop


Kyir

  • The Kid
  • Posts: 293
  • Normal Guy
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 31.0.1650.63 Chrome 31.0.1650.63
    • View Profile
  • Playstyle: Keyboard
Re: I Wanna Descend Into Hell
« Reply #5 on: January 03, 2014, 08:38:47 PM »
Thanks to Haegoe the water's pretty much fixed. I'm still not 100% happy with it but I think I'd need to see the values used in other games to get it where I want.

So new mediafire link and everything.

Denferok

  • Community Manager
  • The Kid
  • Administrator
  • Posts: 355
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 31.0.1650.63 Chrome 31.0.1650.63
    • View Profile
    • My stream
  • Playstyle: Keyboard
Re: I Wanna Descend Into Hell
« Reply #6 on: January 06, 2014, 05:44:40 AM »
This engine doe

Kyir

  • The Kid
  • Posts: 293
  • Normal Guy
  • OS:
  • Windows 8/Server 2012 Windows 8/Server 2012
  • Browser:
  • Chrome 31.0.1650.63 Chrome 31.0.1650.63
    • View Profile
  • Playstyle: Keyboard
Re: I Wanna Descend Into Hell
« Reply #7 on: January 06, 2014, 01:03:35 PM »
There're no corner into aeriel double-diamond jumps so I don't think it's your sort of game anyway Den.

Gutiger

  • Trial Wannabe
  • Posts: 5
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 31.0.1650.63 Chrome 31.0.1650.63
    • View Profile
Re: I Wanna Descend Into Hell
« Reply #8 on: January 07, 2014, 03:45:00 AM »
Could you explain how the secrets and end warp work? I got to the end, and unable to get through the three doors, I hit the warp and it warped me back to the first zone. Does it always warp you back to the beginning of the game, or to screens where you missed the secret? Are there then warps back to the end so I can go through the doors?

Kyir

  • The Kid
  • Posts: 293
  • Normal Guy
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 31.0.1650.63 Chrome 31.0.1650.63
    • View Profile
  • Playstyle: Keyboard
Re: I Wanna Descend Into Hell
« Reply #9 on: January 07, 2014, 04:18:58 PM »
The end warps take you to the beginning of each stage respectively, unless I messed the coding up in a way that I didn't find during testing. As of now there's no way to get back to the end screen aside from playing through the entire game again. I do realize that this is a hassle, but as of now there's nothing behind those doors other than the first few screens of hardmode/New Game+, so you're not missing a huge amount right now.

Denferok

  • Community Manager
  • The Kid
  • Administrator
  • Posts: 355
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 31.0.1650.63 Chrome 31.0.1650.63
    • View Profile
    • My stream
  • Playstyle: Keyboard
Re: I Wanna Descend Into Hell
« Reply #10 on: January 08, 2014, 01:05:33 PM »
Pretty fun game, you should definitely reconsider using an engine such as lemon, yuuutu or nekoron as people are more used to those and would prefer not having to "relearn" the game.
Another problem is the ingame timer, it displays the centiseconds which can cause minor framerate issues.
You should explain in the readme that the secrets are infact required and give some hint that the game isn't finished yet.

All in all, I rate this game kinda fun with 4/10 difficulty mainly because of the engine and the ingame timer.

Kyir

  • The Kid
  • Posts: 293
  • Normal Guy
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 31.0.1650.63 Chrome 31.0.1650.63
    • View Profile
  • Playstyle: Keyboard
Re: I Wanna Descend Into Hell
« Reply #11 on: January 08, 2014, 07:15:24 PM »
I managed to figure out the timer, but is there anything significantly wrong with the engine aside from the water physics? I don't really play a lot of games, so it all seems pretty much the same to me.

Denferok

  • Community Manager
  • The Kid
  • Administrator
  • Posts: 355
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 31.0.1650.63 Chrome 31.0.1650.63
    • View Profile
    • My stream
  • Playstyle: Keyboard
Re: I Wanna Descend Into Hell
« Reply #12 on: January 08, 2014, 07:18:57 PM »
I managed to figure out the timer, but is there anything significantly wrong with the engine aside from the water physics? I don't really play a lot of games, so it all seems pretty much the same to me.

The kids physics are completely different

Kyir

  • The Kid
  • Posts: 293
  • Normal Guy
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 31.0.1650.63 Chrome 31.0.1650.63
    • View Profile
  • Playstyle: Keyboard
Re: I Wanna Descend Into Hell
« Reply #13 on: January 08, 2014, 07:57:17 PM »
Well, I'll look into a different engine for my next game, but I doubt that there's much I can do about this one without a huge amount of effort on my part.

Swordslinger

  • The Kid
  • Posts: 375
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 32.0.1700.72 Chrome 32.0.1700.72
    • View Profile
  • Playstyle: Keyboard
Re: I Wanna Descend Into Hell
« Reply #14 on: January 08, 2014, 08:44:17 PM »
Kyir I Guess i can suggest the Yutuu or Nekeron edition for your next game, Yosnipers engine does have a lot of bugs in it, and unless you want to get into a fuck load of coding its not worth fixing it, but these 2 engines can be found on the Aiwanna Wiki, good luck with future productions.
A Random Signature