About shubshub (twitter: @http://twitter.com/#!/shubshub11)
shubshub's Trophies
shubshub's Archive
Entering MiniLD31
Im entering MiniLD31 I will be Using Game Maker 8.0 Pro
Getting New SmartPhone for Christmas =)
Im Getting me a smartphone for christmas Its a Telecom HUAWEI X1
Game Maker GML Discovery: EXE Compiling
I Have Figured out how to Make Game Maker be able to make a runnable exe with gml
(Useful if your Making an External Level Editor For a Game)
The Script
[code]
global.out = '//{ object export data'
with (all) {
trace = true
if (object_index == obj_control) trace = false // add lines like these to make objects that should not be exported
if (trace) {
global.out += chr(13) + chr(10) + 'instance_create(' + string(x) + ', ' + string(y) + ', ' + object_get_name(object_index) + ')'
}
}
global.out += chr(13) + chr(10) + '//}'
clipboard_set_text(global.out) // or move it somewhere else[/code]
You Need to have an Object called
obj_control is where you Put the object name that you dont want exported
you Can make more lines of it with the name of all the objects you dont want exported
the clipboard_set_text only adds the data to the clipboard Im Not so good when it comes to writing text to files
enjoy
A Program I Made for experimentations – BatchChat
A while Back me and a Friend started making a small Command Prompt Application Called BatchChat after a while we got Bored and stopped developing it However I have decided to Release the source code here and If anyone wishes to expand Upon it feel free to do so
Click Here to View the source Code
Click Here to View the forums Source Code
Click Here to View the Prototype of what was Eventually Programmed Into the Forums as Polls
I Hope you people Like it
My website has forums
I added forums to my google site now you can talk about stuff going on there
My New Website for My Applications
I Just Created a New website for My Applications Visit It here
My Game Making tool
Name: Basic Game Designer
Description: make uber simplistic games
Version: Very early version of what came to be the Non-Existant Ultimate Game Maker Deluxe
Download: Basic Game Designer
Can We use Game Maker?
Im just wondering if we Can use Game Maker to make a Game In 48 Hours as it is easy to use

