Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - lemonxreaper

Pages: 1 [2]
16
Help, Suggestions & Feedback / Info updates
« on: August 30, 2013, 03:01:55 PM »
Whats with all this personal info shit lately?. Am I gonna have to put in my national insurance number and bank details and a photocopy of my passport soon? jeez.

17
No TAS this time. Randomly gained super powers or something.  :Kreygasm:
Part 1:
(click to show/hide)
Part 2:
(click to show/hide)

18
Video Discussion / I wanna be the INT Last jump
« on: August 10, 2013, 07:36:33 AM »


 :BwanaSlug:

19
Video Discussion / I wanna be the lovetrap - impossible difficulty run
« on: August 05, 2013, 11:33:21 PM »


 :TriHard: :TriHard: :TriHard: :TriHard: :TriHard: :TriHard: :TriHard:

20
Video Discussion / Needle Master (GOD) TAS Part 1?
« on: July 28, 2013, 05:46:57 PM »


So I wanted to show the rest of the screens to everybody since not many people have seen past the second (this includes the first screen that isn't in the video because its easy).
I did to the same save kamilia is on (from when I last saw him play).
That is the last screen.
this video was hard to make since hourglass doesn't work and movie maker seemed to hate it. so hopefully its good enough.

21
Anime & Manga / Death Note
« on: July 25, 2013, 02:57:49 PM »

So I watched the first episode and loved it.
I also normally don't watch Dubs but I'm fine with this one.
 :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm:

22
Video Discussion / LoveTrap Stage 4 (Hard Difficulty)
« on: July 22, 2013, 05:11:54 PM »
Thank god I did multiple speed runs of this game before attempting this.



im pretty happy with this. the first save especially is fairly long.
the second wasn't as bad as expected.

23
Video Discussion / I wanna practice the game 2
« on: July 19, 2013, 09:26:52 PM »

 :BwanaSlug: :BwanaSlug: :BwanaSlug: :BwanaSlug: :BwanaSlug:

24
Video Discussion / Lovetrap Giant kid - 65 damage / 100
« on: June 27, 2013, 02:28:56 PM »


 :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm: :Kreygasm:

25
Programming Questions / Yuuutu engine block/platform death bug fix
« on: June 27, 2013, 12:39:49 PM »
Some of you may have noticed that you can die from weird circumstances in the Yuuutu engine (maybe in others too I havent tested) such as: standing on the edge of a miniblock when there's a spike there, standing on a platform with a spike just under it or on the same level, or that one pixel align in my game where the spike kills you through the miniblocks.
You may have also noticed this in several places in IWKTK2 (mainly the kill the guy room).

---------------------------------------------------

why this happens: gamemaker reads its events from top to bottom each step, the event for the player to be pushed out on top of miniblocks or platforms and be spared from death is after the playerkiller collision detection. normal blocks are before which is why it doesn't happen with them.

-------------------------------------

solution: since we cannot reorder the events in GM that easily we need to simulate playerkiller collision at the end of the step.

---------------------------------------------

code: in player object (and player2 if on yuuutu engine) go onto collision with playerkiller and delete the code in there.
add a step event and pick end step, put in the following code:

if place_meeting(x,y,playerKiller) { with(player){killPlayer();} }

---------------------------------------------------------

Hopefully this will help and isn't too much of a mess, I'm not great at writing such things up.  :BloodTrail:

Thanks to Sephalos  for giving me GML for the solution  :4Head:

26
User-Made Creations / I Wanna Needle In Needle Land
« on: June 21, 2013, 09:37:22 PM »
A short 30 screen game I made in 2 days as a side project since I kept having interesting ideas for jumps that I wouldn't be able to use.
Thanks to Sunbla and HectorPaddy for advice and testing.

Link:
https://www.mediafire.com/download/bsxdqz5n7w0yvdb/I_Needle_In_Needle_Land_(Updated).rar

GLHF  :BloodTrail:

27
Off Topic / Circle Jerking thread
« on: June 18, 2013, 06:49:46 PM »
GO!

well actually, you are all newfags gtfo.

Pages: 1 [2]