+ Gaming World Forums > Creativity > Game Design
+ [WIP] Inferus
GWRadio
Username: Password: Duration:
 
Topic: [WIP] Inferus  (Read 1291 times)
Print
Hiretsukan #1 August 04, 2009, 05:33:17 pm

:/
********
Group: Premium member
Posts: 8796
Joined: February 23, 2002
 
Hey guys. I've been working on an action platformer, inspired by the modern Prince of Persia and Castlevania games. I'd be really grateful if you'd take a few minutes to try it out and tell me what you think, either on your PC, or on your XBox 360 if you have a Creator's Club membership.

The current build has maybe 5-10 minutes worth of gameplay in it, so I'm still primarily looking for general feedback - how do the controls feel, how does the art look, how is the audio, etc. Anything goes, though - if you have specific feedback about the level currently in the game, I'd be glad to hear it.

PC download:
http://luminance.org/inferus/setup.exe
Note: Requires a Direct3D 9-capable video card and an installation of .NET Framework 3.5.

Creators Club download thread (for XBox 360):
http://forums.xna.com/forums/t/35499.aspx

Keyboard Controls:
Left/Right : Move
Hold Left/Right (Towards Ledge) : Grip Ledge/Plate
Up : Mantle
Hold Down : Crouch
A : Jump
D : Punch Attack
F : Dagger Attack
Hold Left/Right (Towards Wall) + A : Wall Rebound
Left Shift : Backdash
F12 : Open Debug Menu
~ : Open/Close Level Editor

XBox 360 Controls:
Left/Right : Move
Hold Left/Right (Towards Ledge) : Grip Ledge/Plate
Up : Mantle
Hold Down : Crouch
A : Jump
X : Punch Attack
Y : Dagger Attack
Hold Left/Right (Towards Wall) + A : Wall Rebound
Left Trigger : Backdash
Right Bumper : Open Debug Menu

Here is a screenshot:


And here is some random youtube footage:



Note: The 360 version of this will definitely cost money, since XBLIG has no support for free games, and the PC version might eventually cost money as well. Is this compatible with the forum rules? I remember the old rules were very much anti-commercial but there isn't a rules thread now, so I'm unsure.
   
Send E-Mailjanus@luminance.orgkaimu+desuConnect to IRCluminance - game devlog and programming minutiae pm
Remove These Ads And More
A one time payment of $15 removes ads, and gets you premium membership features. Learn more!
Mince Wobley #2 August 04, 2009, 07:30:14 pm

I'm a walking time bomb killing everyone
*******
Group: Member
Posts: 4520
Joined: November 05, 2006
 
Nice graphics, did you pay someone to draw them?

I didn't notice any bizarre behaviour, except that I don't know if it's because of my obsolete computer but the game is rather slow

The sandbox level runs faster so I think it's due to my pc

Found a glitch, when you make a platform that moves diagonally and you're standing on it it works fine when going down/left right but when it's going up/left right it doesn't (the player character slides away from it)
__________________
Play Raimond Ex (if you haven't already)


I'll not TAKE ANYTHING you write like this seriously because it looks dumb
   
pm
Hiretsukan #3 August 04, 2009, 07:48:36 pm

:/
********
Group: Premium member
Posts: 8796
Joined: February 23, 2002
 
Nice graphics, did you pay someone to draw them?
Yeah. Glad you like them!

I didn't notice any bizarre behaviour, except that I don't know if it's because of my obsolete computer but the game is rather slow
Out of curiosity, what kind of machine are you running? The processor and graphics card are the most important.

The sandbox level runs faster so I think it's due to my pc

Found a glitch, when you make a platform that moves diagonally and you're standing on it it works fine when going down/left right but when it's going up/left right it doesn't (the player character slides away from it)
Thanks, that's good to know - I don't think I had tested platforms that moved diagonally in a while. I'll probably be using them later on so I should make sure I fix it.
   
Send E-Mailjanus@luminance.orgkaimu+desuConnect to IRCluminance - game devlog and programming minutiae pm
Mince Wobley #4 August 04, 2009, 07:51:42 pm

I'm a walking time bomb killing everyone
*******
Group: Member
Posts: 4520
Joined: November 05, 2006
 
1 ghz athlon + geforce fx 5500
__________________
Play Raimond Ex (if you haven't already)


I'll not TAKE ANYTHING you write like this seriously because it looks dumb
   
pm
Hiretsukan #5 August 04, 2009, 07:52:50 pm

:/
********
Group: Premium member
Posts: 8796
Joined: February 23, 2002
 
1 ghz athlon + geforce fx 5500
Ah, yes, that would probably be it. Surprised it ran at all. :D

It might run better for you if you go into the graphics options and lower the resolution, to like 800x600. You might also get a better framerate in fullscreen mode.
   
Send E-Mailjanus@luminance.orgkaimu+desuConnect to IRCluminance - game devlog and programming minutiae pm
the bloddy ghost #6 August 04, 2009, 07:55:49 pm
*******
Group: Premium member
Posts: 5531
Joined: March 25, 2003
 
combat was kind of difficult. When I tried to crouch and hit the enemies, the attack button wouldn't respond at times. everything else was pretty solid so far. I really like what you've done in terms of animation and sound. looking forward to playing more of this.

__________________
has a girl in his bed. pot in his pipe and family guy on the tube. i like life
   
Tomatoes and Radiowire pm
Mince Wobley #7 August 04, 2009, 08:03:59 pm

I'm a walking time bomb killing everyone
*******
Group: Member
Posts: 4520
Joined: November 05, 2006
 
Also when you use the "AttachTo" function in the editor you should code it so that it doesn't move the entity/geometry/whatever from where it is, for example if you place a switch on the top of a moving platform and "attach" it to the platform the switch will appear in another position
__________________
Play Raimond Ex (if you haven't already)


I'll not TAKE ANYTHING you write like this seriously because it looks dumb
   
pm
Hiretsukan #8 August 04, 2009, 08:04:16 pm

:/
********
Group: Premium member
Posts: 8796
Joined: February 23, 2002
 
combat was kind of difficult. When I tried to crouch and hit the enemies, the attack button wouldn't respond at times. everything else was pretty solid so far. I really like what you've done in terms of animation and sound. looking forward to playing more of this.
If the combo meter at the top of the screen is red, that means your attacks are locked out because you missed the combo timer. I probably need to make this way more obvious. There's also a short delay before attacks are enabled again, which could do with some UI.

Were there specific things about the combat that felt difficult, or was it just the attacks? I know that right now it can be quite difficult to avoid enemies' attacks since they have a very short wind-up animation.

Did you find anything else confusing?

Quote from: Mince Wobley
Also when you use the "AttachTo" function in the editor you should code it so that it doesn't move the entity/geometry/whatever from where it is, for example if you place a switch on the top of a moving platform and "attach" it to the platform the switch will appear in another position
Thanks, I think that used to work correctly but I probably broke it.
   
Send E-Mailjanus@luminance.orgkaimu+desuConnect to IRCluminance - game devlog and programming minutiae pm
Mince Wobley #9 August 04, 2009, 08:17:33 pm

I'm a walking time bomb killing everyone
*******
Group: Member
Posts: 4520
Joined: November 05, 2006
 
It's also possible to walk on the top of the monsters, it's probably a feature instead of a bug
__________________
Play Raimond Ex (if you haven't already)


I'll not TAKE ANYTHING you write like this seriously because it looks dumb
   
pm
the bloddy ghost #10 August 04, 2009, 08:22:40 pm
*******
Group: Premium member
Posts: 5531
Joined: March 25, 2003
 
Yeah, the combo meter was a bit confusing to me. I wasn't really sure what was going on with it.

It just seemed to me that the monsters attacked too quickly. Perhaps they should have a stunned state.
__________________
has a girl in his bed. pot in his pipe and family guy on the tube. i like life
   
Tomatoes and Radiowire pm
Hiretsukan #11 August 10, 2009, 11:43:41 pm

:/
********
Group: Premium member
Posts: 8796
Joined: February 23, 2002
 
There's a new build up with an additional section of the aqueducts and a boss fight. Check it out and tell me what you think! Lots of stuff has changed; one particularly big change is that I added a slide attack that is useful for beginning combos against small enemies.

Here's a playthrough video, if you get stuck or just don't feel like downloading:
   
Send E-Mailjanus@luminance.orgkaimu+desuConnect to IRCluminance - game devlog and programming minutiae pm
Rajew #12 August 11, 2009, 12:25:28 am

i m drunk righte now
****
Group: Member
Posts: 1146
Joined: April 15, 2008
 
That boss fight is gruelingly long, in my opinion. I guess it's not really THAT long(3minutes I guess so bad) but it felt like it took forever. I'll have to play it myself tomorrow morning to see if it's that long when you're actually playing it or if it's just because I'm watching a video of someone playing a game.
__________________
don't mind me, just postin' after a few brewskies
somebody’s Barkley --- could be another’s Monopolo.
   
pm
unusualgamer #13 August 12, 2009, 02:59:57 am

i am unusualgamer
*******
Group: Premium member
Posts: 5456
Joined: August 03, 2002
 
So, what was your role Hiret?

Very impressive looking, I am downloading it now and will make a write up of what I think afterwards.
   
Send E-Maildashandblast pm
Hiretsukan #14 August 12, 2009, 06:37:42 am

:/
********
Group: Premium member
Posts: 8796
Joined: February 23, 2002
 
That boss fight is gruelingly long, in my opinion. I guess it's not really THAT long(3minutes I guess so bad) but it felt like it took forever. I'll have to play it myself tomorrow morning to see if it's that long when you're actually playing it or if it's just because I'm watching a video of someone playing a game.
Some of my favorite boss fights in this type of game have been much longer - for example Eligor and Dracula in Order of Ecclesia - so I don't think 3 minutes is necessarily too long. But you may be right; the boss fight is rather simple and monotonous at present, not nearly on par with either of those examples. I was more afraid of the boss feeling like a pushover than I was of it being too hard/tedious so I leaned towards making her have a large health pool.

So, what was your role Hiret?

Very impressive looking, I am downloading it now and will make a write up of what I think afterwards.
Programming, writing, most of the level and game design, and bits of sound fx/art here and there. Everything else was done by my artist and sound designer.
   
Send E-Mailjanus@luminance.orgkaimu+desuConnect to IRCluminance - game devlog and programming minutiae pm
unusualgamer #15 August 12, 2009, 09:29:45 pm

i am unusualgamer
*******
Group: Premium member
Posts: 5456
Joined: August 03, 2002
 
Alright, after attempting the first level on a keyboard... I must admit this game is EXTREMELY difficult on a keyboard.

It's probably just me though; because I use the arrow keys over A and D.

Hopefully I can get my hands on a Xbox 360 controller, and give this game a real test.
   
Send E-Maildashandblast pm
Hiretsukan #16 August 13, 2009, 01:22:19 am

:/
********
Group: Premium member
Posts: 8796
Joined: February 23, 2002
 
Alright, after attempting the first level on a keyboard... I must admit this game is EXTREMELY difficult on a keyboard.

It's probably just me though; because I use the arrow keys over A and D.

Hopefully I can get my hands on a Xbox 360 controller, and give this game a real test.
If you didn't notice (it's not in the readme) you can use the arrow keys instead of WASD if you like. You can also use H and L instead of Q and E for Backflip and Slide.
   
Send E-Mailjanus@luminance.orgkaimu+desuConnect to IRCluminance - game devlog and programming minutiae pm
unusualgamer #17 August 13, 2009, 01:27:28 am

i am unusualgamer
*******
Group: Premium member
Posts: 5456
Joined: August 03, 2002
 
Well, yes, I was using the arrow keys. I was referring more to the attack buttons.

Repelling wall to wall was also difficult for me, it felt somewhat clunky trying to do it on a keyboard.

As I said I will play again with a 360 controller, and see how I feel then.

I know my computer specs are way more than adequate to run this game.
   
Send E-Maildashandblast pm
 

« Previous Thread | Return to Forum | Next Thread »
Currently active: 0 members and 1 guests are viewing this topic
0 Members
Jump to:  

Gaming World Forums | Powered by SMF 1.0.6.
© 2001-2005, Modification by leafo & ramirez. All Rights Reserved.

Page created in 0.228 seconds with 21 queries.