Home | Rules and Guide | Sign In/Create Account | Write a Post | Donate | #ludumdare on irc.afternet.org (Info)

Ludum Dare 23 — April 20th-23rd, 2012 — 10 Year Anniversary!

Ludum Dare 22 :: December 16th-19th, 2011 :: Theme: Alone

[ Results: Top 50 Compo, Jam | Top 25 Categories | View My Entry ]

[ View All (Compo, Jam) | Warmup ]


About shubshub (twitter: @http://twitter.com/#!/shubshub11)

shubshub's Trophies

shubshub's Archive

Entering MiniLD31

Posted by (twitter: @http://twitter.com/#!/shubshub11)
Thursday, January 19th, 2012 12:28 pm

Im entering MiniLD31  I will be Using Game Maker 8.0 Pro

Getting New SmartPhone for Christmas =)

Posted by (twitter: @http://twitter.com/#!/shubshub11)
Thursday, December 22nd, 2011 10:20 pm

Im Getting me a smartphone for christmas Its a Telecom HUAWEI X1

Game Maker GML Discovery: EXE Compiling

Posted by (twitter: @http://twitter.com/#!/shubshub11)
Thursday, December 22nd, 2011 5:44 pm

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

Posted by (twitter: @http://twitter.com/#!/shubshub11)
Wednesday, December 21st, 2011 2:34 pm

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

Posted by (twitter: @http://twitter.com/#!/shubshub11)
Wednesday, December 21st, 2011 2:04 pm

I added forums to my google site now you can talk about stuff going on there

My New Website for My Applications

Posted by (twitter: @http://twitter.com/#!/shubshub11)
Wednesday, December 21st, 2011 1:45 am

I Just Created a New website for My Applications Visit It here

 

https://sites.google.com/site/shubgames/home

My Game Making tool

Posted by (twitter: @http://twitter.com/#!/shubshub11)
Wednesday, December 21st, 2011 1:13 am

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?

Posted by (twitter: @http://twitter.com/#!/shubshub11)
Tuesday, December 20th, 2011 10:56 pm

Im just wondering if we Can use Game Maker to make a Game In 48 Hours as it is easy to use


All posts, images, and comments are owned by their creators.

[fcache: storing page]