Page 1 of 1

Game-Editor Creepy Pasta Experience!

PostPosted: Sat Apr 27, 2013 9:16 am
by Hblade
So I was working on my map editor, right? Suddenly it refuses to work even though I did -NOTHING- to the code! I go to take a look right? Suddenly, a few things are changed, I have no flippin' idea what happened or how/why O-o After raging in atomic confusion, I come back to it and test it again, right? (Not reloading it or anything) and it freaking works and the changed code is back to normal O_O!?

Also a "FILE * f=fopen" thing keeps freaking adding its self under, like this:
Code: Select all
NORMAL:
FILE* file = fopen(filename, "r");

IT ADDS this under it, 2 spaces:
Code: Select all
FILE* file = fopen(filename, "w");


AM I HAUNTED?! O-o?

Re: Game-Editor Creepy Pasta Experience!

PostPosted: Sat Apr 27, 2013 9:30 am
by tzoli
I got this kind of error when I tried my random building generator for FreeCity.
The code didn't work for some reason(Didn't change the animation) although it worked 2 mins before.
I exited from GE and after a little time I reentered and everything was perfect although I din't change anything :shock:

Re: Game-Editor Creepy Pasta Experience!

PostPosted: Sat Apr 27, 2013 9:34 am
by Hblade
tzoli wrote:I got this kind of error when I tried my random building generator for FreeCity.
The code didn't work for some reason(Didn't change the animation) although it worked 2 mins before.
I exited from GE and after a little time I reentered and everything was perfect although I din't change anything :shock:


GAME EDITOR GHOST HAUNTS US. Hahaha =D

Also, finally going smooth :) I found a work around for that one bug that keeps the graphics on screen in the editor! I'll post it =D