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.


Messages - lawatson

Pages: 1 ... 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 ... 25
181
Programming Questions / Re: Screen Resets
« on: August 14, 2015, 11:25:26 PM »
I think it does that whenever there's a problem with the views. To fix this, go to the init room and change the view size in there to whatever you want the screen size to be.

182
Video Discussion / Re: I Wanna Kill The Gecko Video
« on: August 14, 2015, 12:15:13 AM »
It should prooooobably be in the Unfinished section of User Creations.

Neat video, please make sure to make a good game :o

183
Programming Questions / Re: Autofire Item Help
« on: August 13, 2015, 06:29:26 PM »
if global.item_enabled==1{
if keyboard_check(ord('Z')){
playerShoot();
}
}

Put it in the player's step event code, maybe in the last part. Replace global.item_enabled with whatever you use to keep track of whether autofire is enabled.

184
Video Discussion / Re: I wanna Break the Series Z 3 - Vermillion
« on: August 13, 2015, 12:37:34 PM »
Neato. The only hard parts for me were the last attack with blocks (bugged af but i found a kickass strat) and the avoidance (hard af but i found a dumbass strat). I know what you mean for the most part by not that fun.

185
Gameplay & Discussion / Re: What's Your Progress?
« on: August 13, 2015, 12:35:57 PM »
Good luck with the second and last saves Time2Die, as they can give a lot of trouble involving specific jumps (Namely the first jumps of the second save and the floor gate in the last one). If you can beat needlesatan, though, you can beat the Contrary screen. Have a fun time with it!

(I'm only assuming you are on Contrary because of the text + the gyazo link is broken)

186
Gameplay & Discussion / Re: What's Your Progress?
« on: August 13, 2015, 01:13:00 AM »
It's a vicious cycle...

187
Gameplay & Discussion / Re: What's Your Progress?
« on: August 12, 2015, 11:44:05 PM »


Also getting pretty far.

188
Gameplay & Discussion / Re: What's Your Progress?
« on: August 12, 2015, 06:51:15 PM »
...Unless you end up becoming an expert needle player and doing it in RMJ for fun.

Congrats by the way Time2Die, I hope you have fun with the rest of K3.

189
Video Discussion / Re: I Wanna Go To Heaven in 7.81
« on: August 11, 2015, 01:34:46 AM »
Normally the avoidance is easy as shit but the strats you pulled are so fucking stupid lmao

nice job

190
Unfinished / Incomplete / Re: I Wanna Be The StepMan
« on: August 10, 2015, 08:46:16 PM »
If all else fails, you can use the guest stage blocks...Even though those are overused too, they don't necessarily look that bad. Do be sure to make sure that the player can't break their save, too. It can suck to have that happen. A last thing to highlight is just a gamemaking tip: If you find your game fun, than in most cases others will find it fun too. I hope your second game is better!

191
*whimpering internally*

192
Gameplay & Discussion / Re: K3 save problem
« on: August 08, 2015, 11:33:13 PM »
I think that it might involve achievements, so maybe move in both your save and your DeathTime and hopefully it'll work. I'm not sure which file holds the achievement data. Another possibility is that it IS something with versions, as v.992 has no portal room but v1.30 does have the portal room. Since there's gotta be variables to determine the lasers that will get removed in the portal room, they might also be the reason why you have the bug. If that's the case, then you're out of luck. I'm sorry if that's the problem.

193
Video Discussion / Re: I wanna kill the Kamilia 3 - Doruppi Area
« on: August 07, 2015, 08:30:40 PM »
gotta get them secret 5 claers!!!!

nice job btw

194
Programming Questions / Re: Screen shake motion blur
« on: August 06, 2015, 05:52:51 PM »
Well, you'd have to learn how surfaces work, which is actually pretty complicated. I made a topic about it in the forums at some point, so maybe you can learn from that.

195
Programming Questions / Re: Screen shake motion blur
« on: August 06, 2015, 02:35:43 PM »
There's some fancy stuff you can do with drawing the screen to a surface and then drawing the surface in random spots with a low alpha, but what Katz linked might work better for what you want.

Pages: 1 ... 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 ... 25