Recent Posts

Pages: 1 2 3 4 5 [6] 7 8 9 10
51
Game Design / Re: How do you add God mode into your fangame? (For testing purposes)
« Last post by PiranhaTooth on September 15, 2018, 03:24:49 PM »
You'd want to create a global variable called global.godMode or something and on keyboard_check_pressed(whatever key you want godmode toggle to be) toggle it from false to true, or true to false. Then you want to go to where the player collides with objPlayerKiller and encase that code in an if-statement checking if global.godMode == false. That's the quickest and easiest way to do it.
52
Game Design / How do you add God mode into your fangame? (For testing purposes)
« Last post by Jovancece on September 15, 2018, 08:17:44 AM »
I was wondering on how to add God mode into my fangames so i can test some stuff.
54
User-Made Creations / Re: Returning to the community, Also new game idea?
« Last post by Windblade on September 10, 2018, 03:42:38 PM »
The Discord link is down
55
Engines / Re: I Wanna Be The GMS2 Engine YoYoYo Edition
« Last post by HAEGOE on September 08, 2018, 03:52:16 AM »
I ran into a problem that makes character get stuck sometimes.
luckily it was shallow enough to jump out and something I could fix myself, but I think you'll have to change the scrSaveGame script a bit.


Quote
    global.savePlayerX = objPlayer.x;   
    global.savePlayerY = objPlayer.y;
to     
Quote
    global.savePlayerX = objPlayer.x-objPlayer.hspeed;   
    global.savePlayerY = objPlayer.y-objPlayer.vspeed;
I think it's the savePlayerX/Y somehow gets objPlayer's x and y position with its speed added.
56
The Lounge / Re: What happened to kamilia
« Last post by Pluto on September 07, 2018, 04:50:32 PM »
Am I actually right that kamilia is a girl?

Nope
Thought he was a sexy chick too cuz only played the games and never bothered looking up who kamilia actually is.

Sorry to ruin your Waifu Dreams bro.
I know how it feels




Note since pdplayer is a boy in the break the series z games he’s a boy in real life and since kamilia is a girl in the kamilia games so she’s a girl in real life right?
This all makes sense now, your all just assuming kamilia’s gender, facepalm.
my boi you are the only one assuming genders lol
57
Help, Suggestions & Feedback / Gamemaker 1.4 help?
« Last post by sporkson on September 04, 2018, 04:01:44 AM »
So I want to start getting into making fan games, and a lot of people use yoyoyodude1's engine. So i got gamemaker 1.4 so I could get started (because 2.0 couldn't allow the file type). but when I typed my email and pass into the licence thing. it remained on acquiring licence half way and never moved. Help me please.
58
The Lounge / Re: What happened to kamilia
« Last post by Mrdaaaaaa on August 30, 2018, 03:44:11 PM »
Am I actually right that kamilia is a girl?

Nope
Thought he was a sexy chick too cuz only played the games and never bothered looking up who kamilia actually is.

Sorry to ruin your Waifu Dreams bro.
I know how it feels




Note since pdplayer is a boy in the break the series z games he’s a boy in real life and since kamilia is a girl in the kamilia games so she’s a girl in real life right?
This all makes sense now, your all just assuming kamilia’s gender, facepalm.
59
Off Topic / Re: what's the origin of your username?
« Last post by Mrdaaaaaa on August 29, 2018, 05:29:02 PM »
My actual name on delfruit is just because I like happil 2 and MSR.
60
User-Made Creations / Re: I wanna reach the Moon
« Last post by Denferok on August 26, 2018, 11:22:50 AM »
Source code release! Do whatever you want with it - https://www.mediafire.com/file/qz5gmzqsroofap1
Pages: 1 2 3 4 5 [6] 7 8 9 10