This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
61
Tips, Tutorials, Examples / Re: Jumper Engine
« on: June 05, 2016, 05:22:48 am »
I forgot to add, there is also an online level editor game included called Disted.
62
Tips, Tutorials, Examples / Jumper Engine
« on: June 03, 2016, 01:04:28 pm »
Jumper Engine
This is a platforming engine with wall jumping, skid jumping and double jumping. You could use it to create a Jumper fan game with Ogmo (or your own character).
The first level.
The second level: with gray, green, white, teal, purple and yellow stars. Respectively: no double jump, infinite jumps, invincibility, no wall jump, reverse and 'return to normal'.
Last level level: all doors.
Download link: http://gamemaker.mooo.com/games/4-jumper-engine
This is a platforming engine with wall jumping, skid jumping and double jumping. You could use it to create a Jumper fan game with Ogmo (or your own character).
The first level.
The second level: with gray, green, white, teal, purple and yellow stars. Respectively: no double jump, infinite jumps, invincibility, no wall jump, reverse and 'return to normal'.
Last level level: all doors.
Download link: http://gamemaker.mooo.com/games/4-jumper-engine
63
Third Party / Re: IndieMendable
« on: May 28, 2016, 11:47:09 am »First of all, let me say, nice job so far! The theme looks way better than the original, and I like how you managed to make it look so great without going all flat HTML5 look like so many other people do. I am not surprised that someone would bring back the sandbox as it was very popular and it was stupid that YYG ever took it down to begin with.Thanks, I'm glad you like it! That naming blog post was an old thing. In the end I decided to go with IndieMendable. (Though Game Maker Paradise sounds nice too!) As in mending YYG's indie community.
I'm not very good at naming things, but just some ideas:
- GameMaker Bank
- GameMaker Blob
- GameMaker Paradise
- Game Maker's Paradise
- Retro Sandbox
Also, who signed up as 'admin'? xD
64
Third Party / IndieMendable
« on: May 28, 2016, 05:59:41 am »IndieMendable (earlier it was called GameMaker Spiral) is a place where you can upload games and get feedback on them. It's made to look like the old sandbox.yoyogames.com. You can upload your own games and search on the old YoYo website via the WayBack Machine and a database.
To do
- Posting reviews.
- Searching moderators.
Embed code
Code: [Select]
[center][url=http://gamemaker.mooo.com/][img width=480 height=48]http://gamemaker.mooo.com/img/banners/banner01b.png[/img][/url]
Put this in you signature to promote IndieMendable.Embed code (dynamic)
Code: [Select]
[center][url=http://gamemaker.mooo.com/][img width=480 height=48]http://gamemaker.mooo.com/img/banners/d_banner01b.png[/img][/url]
This one shows current website information about online users and new games.
65
Third Party / Re: Game Maker IDE
« on: May 19, 2016, 03:19:45 pm »I seen this a while ago and I really like what you've got so far. I really like the dark theme the best though, the second Windows 95 theme looks a little too dated. May I ask what you are using for the UI?Thanks. I've also been working on GM: Studio files, it's almost done. Also the documentation for both formats are very clear.
Your embedding of the code editor in the object frame was something we considered before:
http://enigma-dev.org/forums/index.php?topic=910
Your choice of JSON is a good one too. If you need any help reading or writing the GMK formats, the LGM source code is publicly available on GitHub:
https://github.com/IsmAvatar/LateralGM/blob/master/org/lateralgm/file/GmFileReader.java
We also have some documentation on the Wiki:
http://enigma-dev.org/docs/Wiki/GM_format
Nice work so far, keep it up! Having lots of choices is really good for GameMaker users.
I think I should add in the dark theme as default then. And I like the mockup in the topic you linked, maybe I'll try to make the interface more like that.
EDIT: The interface is all GML. I only access the registry to make sure the colors line up with Windows' color scheme and theme.
66
Third Party / Game Maker IDE
« on: May 18, 2016, 02:56:52 pm »
Game Maker IDE
Download link: http://gamemaker.mooo.com/games/1-game-maker-ide
Functions:
To do:
Drag and drop - More like click and choose at the moment.
Main view - Rooms, sprites, sounds and objects. All resources supported at the moment.
Obsidian theme - This theme is located in the "Plugins (disabled)" folder. To use it, move it to the used plugins folder.
Music Maker - Make your own melodies using the Music Maker. More instruments are soon to come!
I have yet to give this program a real name.
Download link: http://gamemaker.mooo.com/games/1-game-maker-ide
Functions:
- .gmk (standard :gm8: format) loading
and saving(I can't get that part to work yet). - .gmj (JSON format) loading and saving.
- View resources: sprites, sounds, backgrounds, scripts, objects and rooms.
- Adapts to Windows theme.
- Run rooms from within their "MDI" form (experimental).
- Code editor.
- Room editor.
- Drag and drop.
- Limited online features.
- Plugins and themes.
- Music Maker.
To do:
- GM: Studio support.
- Saving .gmk format files.
- Saving .gmj (external) image/sound resources.
- Modify rooms (more options).
- 3D room editor.
- Modify constants.
- Sprite and background editor.
- Improved room editor: draw/erase rectangles of objects.
- ...
- Make this list longer, make a suggestion!
Drag and drop - More like click and choose at the moment.
Main view - Rooms, sprites, sounds and objects. All resources supported at the moment.
Obsidian theme - This theme is located in the "Plugins (disabled)" folder. To use it, move it to the used plugins folder.
Music Maker - Make your own melodies using the Music Maker. More instruments are soon to come!
67
Programming Help / Help with gmk format
« on: May 12, 2016, 03:14:33 am »
I'm trying to write .gmk file using the custom IDE I'm making, but it crashes both LateralGM and Game Maker 8 when I try to load it. Could someone check the file using a hex editor? https://www.dropbox.com/s/0d97zvfmjdph4t4/Project0.gmk?dl=0
I know the file doesn't contain the zlibbed preferences, would that be the problem?
I know the file doesn't contain the zlibbed preferences, would that be the problem?