Oddworld Forums

Oddworld Forums (http://www.oddworldforums.net/index.php)
-   Fan Corner (http://www.oddworldforums.net/forumdisplay.php?f=7)
-   -   Slig Suicide - An Oddworld Fangame (http://www.oddworldforums.net/showthread.php?t=20950)

Varrok 11-30-2012 07:35 AM

Oh man, we've got two Nepsotics now. It's gonna be hard not to confuse one with another

Keep up the good work with the game!

JayDee 12-15-2012 05:18 PM

I'd upload the new update as a Birthday present to myself but unfortunately my internet's down, so till it's back up no update. Ahh well, Having no internet encourages me to do some work on it since there's less distractions. Not all bad I guess.

JayDee 02-04-2013 12:53 PM

Slig Suicide: Suicide This
 
So here we are again. It's always such a pleasure, remember when you tried to kill me precisely 22 times before the levels ran out?

Yup, I've finally got round to updating this to a certain degree of functionality. Sorry for the wait but it's my game I'll do what I want. I've been really busy with Christmas, and family, and other projects that took priority over this. But it's here now, and definitely not forgotten. So here's some changes, eh?

Slig Suicide 0.4_2 Public Release

+ New Music, made especially for the game
+ New levels (More are coming!)
+ HUD
* An improved menu screen
* Game play tweaks
* Level tweaks
Yeah, only two new levels. But the aim of this update was to sort out and clean the engine now that other projects have lead me to be more knowledgeable of correct Coding Grammar. This alone dropped the filesize by over 0.2 MB. I rewrote the way in which levers and other 'activators' worked which consequently lead to a change in level design. Levers are either on or off, Pressure Pads will always needs something above them to be activated - unlike before where some needed something and others didn't.

Anywho, Here's a Download.

Download Here

Any feedback is greatly appreciated, thank you and enjoy!

Varrok 02-04-2013 01:17 PM

I keep winning by pressing R

Fred The Fuzzle 02-04-2013 09:40 PM

Just letting you know, Chrome said the file was malicious. Of course it isn't but you may want to look into it.

JayDee 02-04-2013 11:25 PM

I used Crome to download it after i uploaded it to check the link worked, I didn't get any virus warnings.

Fred The Fuzzle 02-05-2013 01:53 AM

I'm really enjoying the update, seems more responsive and overall smoother. Could I suggest upping the resolution if possible, it's hard to see on high pixel-density monitors. :S

http://i.imgur.com/PGaSwLf.png

Millennium 02-05-2013 02:06 AM

:

()
I used Crome to download it after i uploaded it to check the link worked, I didn't get any virus warnings.

I got a warning from Chrome as well. Of course I still downloaded and played it. It's freaking awesome by the way.

If I can make a suggestion though, try
:

xspd += (keyboard_check(vk_right) - keyboard_check(vk_left)) * 5;
x += xspd;
if (abs(xspd) > 0) {image_xscale = sign(xspd);}

Or something along those lines anyway. It should eliminate the odd appearance behaviour when holding left and right at the same time.

Phylum 02-05-2013 02:18 AM

The alternative if you're too lazy to rework your movement logic is to have a flag that checks (vk_right && vk_left) every step and not do anything about moving left or right if it's true.

AlexFili 02-05-2013 02:47 AM

Great game, I love the music and hey... Jumping sligs! :)
Got stuck on level 12 because I didn't run under the barrels in time. Ah well.

This is really really good, definitely keep it up, because you're onto a winning formula here. Great gibs too!

JayDee 02-05-2013 08:17 AM

:

()
I got a warning from Chrome as well. Of course I still downloaded and played it. It's freaking awesome by the way.

Thanks, glad you like it. I'll try to see what's causing these virus alerts cause I'm kind of OCD with my virus scanning on my laptop :)

:

()
If I can make a suggestion though, try
:

xspd += (keyboard_check(vk_right) - keyboard_check(vk_left)) * 5;
x += xspd;
if (abs(xspd) > 0) {image_xscale = sign(xspd);}

Or something along those lines anyway. It should eliminate the odd appearance behaviour when holding left and right at the same time.

:

()
The alternative if you're too lazy to rework your movement logic is to have a flag that checks (vk_right && vk_left) every step and not do anything about moving left or right if it's true.

Thanks, I'll make sure to fix this next update. My platformer engine that I used when I started this was fairly dated but the one I use for me more recent projects actually has a way to fix this error.

:

()
Great game, I love the music and hey... Jumping sligs! :)
Got stuck on level 12 because I didn't run under the barrels in time. Ah well.
This is really really good, definitely keep it up, because you're onto a winning formula here. Great gibs too!

Well this Sliggy has hops cause he has hydraulics in his legs. Think the Power Fist from Fallout but on his feet xD
Is level 12 the Combination Lock? if so: Try using the levers in a different order. oh and, Thanks! I'll definitely try to keep it up. Well from the HUD you can see there'll only be 25 levels, but it is by no means the end!

JayDee 02-05-2013 01:37 PM

:

()
I'm really enjoying the update, seems more responsive and overall smoother. Could I suggest upping the resolution if possible, it's hard to see on high pixel-density monitors. :S

You can press F4 to go into fullscreen mode. :)

E:sorry for double post

RoryF 02-05-2013 10:04 PM

Pressing R on the first level screws you over by the way.