Jump to content


mecool1

Member Since 28 Dec 2009
Offline Last Active May 02 2013 11:08 PM

Posts I've Made

In Topic: Secure Saving?

29 April 2013 - 04:55 PM

Buffers won't work, as they are erased after the game ends. My bad just realized
buffer_save()
saves buffer to a file. Your best bet would be to encrypt your ini's and while in game make sure all of your important variables are not face value. For example when adding 1 to your score do
score+=1.32
or something. Then in your draw event do
draw_text(x,y,score/1.32
that way it will be harder to hack with memory editors.

In Topic: Ads Not Showing! (Admob)

29 April 2013 - 02:56 AM

I'm pretty sure I heard ads take up to 48 hours to show up.

BTW good job on the game, it appears to be quite polished.

In Topic: Game Maker Compiles, But Wont Open Finished Exe

18 April 2013 - 08:29 PM

I believe this is a problem with windows xp, I haven't tried it in the latest version of gamemaker so this could be fixed by now, but I tested on a windows 7 computer actually building it on that computer then running exe and it worked

In Topic: Could we make Live wallpapers?

18 April 2013 - 08:22 PM

Sorry for the topic bump, but I would love to see some sort of extension or built in function for this. Any more news on this?

In Topic: How To Load Print Screen?

12 April 2013 - 05:30 PM

Okay i'll do that next time, but I'm afraid I went on a wannabe mod spree. I already said that on like 4 topics. (: