Survive The Weekend
- Aalto University
- 2d platformer
- back stabing
- booze
- game maker
- splatter
- Login to post comments
Submitted at Aalto University (Finland)
Sponsors
Game Jam News
- Guild 01 sequel announced, Keiji Infaune on board - VG247
- How Epic Games' week-long game jam gave birth to Infinity Blade: Dungeons - Gamasutra
- Play This: 'Super Strict Farmer' - The Verge
- World's first stealth game jam to kick off in Sydney - The Verge
- Xbox Live update: 'Sonic 4 Episode 2' - Digital Spy
- Capybara Games: the team behind Sword & Sworcery - The Verge
- New game design / audio specialist studio forms - MCV Pacific
- GameSpy: Game Jam Ludum Dare Celebrates its 10th Anniversary - Page 1 - Gamespy.com
- More than Mario at Toronto's Independent Game Jam - National Post
- This Week In Gaming: Payne in the Diablo Edition - VGrevolution
Gaming Feeds
- Pirate Uses "150 IQ" To Shoot Himself In The Foot [PSP]
- If You Swallow an SD Card with Illicit Photos, the Cops Will Know [Crime]
- Images of this Skyscraper City Will Blow Your Friggin' Mind [Hong Kong]
- Doorknob Licking Girls Invade Tokyo Bookstores [Nsfw]
- Yakuza 5 Plot Sounds Epic, But There Will Still Be Porn Stars [Yakuza]
The Global Game Jam is an IGDA event. All rights reserved, 2011.















We used only GML. For sounds
We used only GML. For sounds and music, Fmod was used in Game Maker. Fmod restricted that sounds must be not bind to exe-file, so stylish solution to pack all resources to final exe-file was not possible (and made loading the game faster). I was told that GM(L) knows objects too. I was excited that GLSL or similar shading language is coming to GM in future. I personally prefer using something like C/C++ with good tools but it is much slower to develop at least graphically. GM is a great mockup/pitching tool like Flash without Flash's input(right button of mouse, browser usage) restrictions. Though GM isn't as powerful graphics/animation tool as Flash. For animations and grapchis our graphician had Photoshop and some IK animation tool I don't remember the name of. Sound editing was done with Audacity. For future, it should be possible to load levels(at least GM's own format) and GML-code for GM-executable runtime, so you could use it like a LUA tool too.
Re: Working with Game Maker
Hmm.. sounds familiar. We also had some problems with GM implementing sounds. What software did you use for coding? GM uses its own code-language GML so using other than it will cause some problems. It´s a compination C/C++, Pascal, etc. so basic commands work fine (I implemented some basic code) but i would suspect that more complecated stuff like objects may cause some problems. I haven´t test them but I would think so.
All things put together GM is a great tool to start when you have no experience making games. We actually started with nothing (We can code C/C++ but that does not help if you do not know where to start) when we came there so we had to learn how to use game maker, all of us. I think thats why we did not have so much problems because we were on the same level all the time.
I will continue using game maker for a while and then move up when I figure out how the games are made with c++, flash and/or java and start coding with Visual Studio.
Re: Working with Game Maker
One member only knew Game Maker, so it was not enough time to do for us other 2. Neither did we share the work cause GM didnt fully accept dll code (some problems were there, not full freedom). The original concept with what was possible with GM was astounding, though there became technical problems when testing the project. So the game graphics had to be downgraded a lot to make them work better (on my testing machine). We used dropbox and memory stick to share files. Dropbox works fine, though you gotta know when ppl have sent something there.
We could have used same approach too, making hillo our sole implementer. Plan was to use and transfer levels made in GM(I'd made the level) to another machine, but was unsure of how to merge that to actual game. The whole problem was that although powerful tool, GM was not familiar to all of us, only 1 member.
Share between sounds/music and graphics worked fine. Hillo working on gfx, code/logic and other stuff made much work for him, almost none to others except testing. Testing should begin already on friday so that basic tech problems can be spotted and worked around. And ideas reworked better/adjust expectations to what is possible. Testing began only late Saturday so we spotted (tech) problems way too late.
Re: Working with Game Maker
Basically the game was made in parts(graphics, sounds, animations, code, etc.) and we compilet the whole thing with Pauligrinders laptop. We just copied all the files in a flash drive and passed around the group so we could implement our own ideas (like code) to it, or we gave it to Pauli so he could implement them (like animations, graphics and sounds which are easy to impliment). What kind of problems did you have? example?
Working with Game Maker
How did you distribute work among team members?
I had the idea that with Game Maker, you cannot co-work on same project, cause that would make merge almost impossible (?) We also made Deflection with Game Maker but sharing the work (and files) was a problem.