Search found 7 matches

by Mr.Clean
Tue Apr 20, 2010 8:55 pm
Forum: Game Development
Topic: Your ideal free game development environment
Replies: 23
Views: 2657

Re: Your ideal free game development environment

GyroVorbis wrote:You really should specify the platform in a post like this. Since you didn't, I'm assuming Windows?
I started this out of curiosity so any platform is valid.
by Mr.Clean
Mon Apr 19, 2010 6:34 pm
Forum: Game Development
Topic: Your ideal free game development environment
Replies: 23
Views: 2657

Your ideal free game development environment

for those of you who use free programs, i just wanted to know what set of free programs you use to create games, such as:

Compiler/Interpreter/IDE
Library/Engine
Image Editor
Audio Editor
etc.
by Mr.Clean
Sun Mar 22, 2009 3:46 pm
Forum: Programming Discussion
Topic: Bootleg Bash : OS X Port
Replies: 2
Views: 294

Re: Bootleg Bash : OS X Port

@ 0:22 - 0:27

... sw33t ^_^
by Mr.Clean
Thu Mar 12, 2009 11:30 am
Forum: Programming Discussion
Topic: vc++ express with lua
Replies: 7
Views: 764

Re: vc++ express with lua

Mr.Clean hugs Kros and says, thank you kind sir :bow:
by Mr.Clean
Thu Mar 12, 2009 10:51 am
Forum: Programming Discussion
Topic: vc++ express with lua
Replies: 7
Views: 764

Re: vc++ express with lua

yep, got an error message:

Error: cannot open test.lua: No such file or directory

which i think means ... the ide is looking for the script in a directory that isn't in the debug folder?
by Mr.Clean
Thu Mar 12, 2009 7:49 am
Forum: Programming Discussion
Topic: vc++ express with lua
Replies: 7
Views: 764

Re: vc++ express with lua

If the script doesn't run, then what does happen?
the rest of the code runs but not the script. for example, in the case of the tutorial from the link above, the output should be:

hello world
press enter to exit

but instead i just get:

press enter to exit

:(
by Mr.Clean
Thu Mar 12, 2009 7:04 am
Forum: Programming Discussion
Topic: vc++ express with lua
Replies: 7
Views: 764

vc++ express with lua

when i follow the tutorial at http://gamedevgeek.com/tutorials/getting-started-with-lua with vc++ express, i can compile the program without errors but when i execute the program from the ide the lua script doesn't run. on the other hand, when i go to the debug folder where the exe is and run the ex...