Topic:   New game creator: SimpleCard b1   (Read 14100 times)


0 Members and 1 Guest are viewing this topic.

Telstar5


  • GMG-er

  • **


  • Posts: 371

  • The sun is up, the sky is blue...
New game creator: SimpleCard b1
« on: June 16, 2009, 02:04:50 PM »
Well, I thought I'd chuck this into the arena.

It's a game creation tool I thought up of yesterday. It's supposed to be a simple version of GameMaker or SilverCreator.

It doesn't compile standalone games; you will need a runtime, configuration file and a data folder. The advantage over GM is that nothing is saved to a resource file, so games can be limitless in size; as for SC, I'm not sure.

The bad news is that there is - at the moment - no scripting language, no sprites and no click areas - which means no fun stuff - but it will all be coming as the application progresses.

As for the abbreviation of SimpleCard, I realise I can't call it SC, otherwise that would cause problems. So, from now on, SimpleCard is abbreviated as SD.

A beta version will be available in a few hours. There are things I still have to finish.

EDIT: SimpleCard, at the moment, will only have three buttons. Other buttons will be added.

EDIT 2: Screenshots in a bit!

Also, a brief run down of how SD words; the runtime requires files in order to operate. There are three types of file here; configuration files, images and sounds. The actual game is totally static, all that really happens is swapping around of images and text every time you change cards.

Each card has it's own .cfg file, telling it how to behave. They are numerically ordered, so 1.cfg would be card 1, 2.cfg is card 2... etc. Each one of these config files contains the captions, behaviours, what sound to play, which image to display and what text to display. These config. files are quite big, as they contain a lot of the game.

The top config. file is the SDGame.cfg file, which contains how many cards are in the game, the author's name and about box text. When I release a beta to you, have a play about with the numbers. The editor just creates this config files and locks them so users can't edit them.
« Last Edit: June 16, 2009, 05:57:24 PM by Telstar5 »


GMG Mike


  • Administrator

  • GMG-er

  • *****

  • no avatar

  • Posts: 536
    • mikerichardson.name
Re: New game creator: SimpleCard b1
« Reply #1 on: June 16, 2009, 02:07:09 PM »
What's it being written with?

SC has never used resource files for game data (except really old versions from 2001) so it never had the 16 MB limit for game projects. Some versions had a limit for compiled games because the game data was a resource, but as of SC v1.6 the compiled game is a bundle (or a .DAT file for Windows compiles) and has no size limit.
« Last Edit: June 16, 2009, 02:08:53 PM by Mike_Richardson »

Telstar5


  • GMG-er

  • **


  • Posts: 371

  • The sun is up, the sky is blue...
Re: New game creator: SimpleCard b1
« Reply #2 on: June 16, 2009, 02:38:13 PM »
RealBasic.


Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: New game creator: SimpleCard b1
« Reply #3 on: June 16, 2009, 03:03:36 PM »
Crud, I think I'll jump on the wagon and create my own game maker in Java.


-Gandolf

Telstar5


  • GMG-er

  • **


  • Posts: 371

  • The sun is up, the sky is blue...
Re: New game creator: SimpleCard b1
« Reply #4 on: June 16, 2009, 03:12:46 PM »
Currently, SimpleCard will just consist of a text panel, a graphics panel and six buttons.

I'm working on getting it ready for you guys to preview. There are no drawing tools - the editor isn't really ready - but for the beta you can choose to hide or show the data folder to swap out graphics, movies and text as a basic way of editing the demonstration.


Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: New game creator: SimpleCard b1
« Reply #5 on: June 16, 2009, 04:36:25 PM »
Will you be able to code in it?


-Gandolf
P.S. I can send you my runtime to give you a boost with making your own coding language.

Telstar5


  • GMG-er

  • **


  • Posts: 371

  • The sun is up, the sky is blue...
Re: New game creator: SimpleCard b1
« Reply #6 on: June 16, 2009, 04:48:10 PM »
No :-/ it would be too difficult for me to do.

Consider SD to be a universal version of GM Lite... just a bit more powerful, though.
« Last Edit: June 16, 2009, 04:49:00 PM by Telstar5 »


Telstar5


  • GMG-er

  • **


  • Posts: 371

  • The sun is up, the sky is blue...
Re: New game creator: SimpleCard b1
« Reply #7 on: June 16, 2009, 06:55:43 PM »
Well, here's some screenshots and a download for you to try out, should you wish.



http://www.mediafire.com/?qazwmgwkgxj
« Last Edit: June 16, 2009, 07:54:46 PM by Telstar5 »


Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: New game creator: SimpleCard b1
« Reply #8 on: June 16, 2009, 07:47:21 PM »
You should create an account on http://www.mediafire.com and upload it there. Than you'll have all your files there and none of them will ever disappear. Besides that, the site won't let me download it. It says I'm already downloading. :P


-Gandolf

Telstar5


  • GMG-er

  • **


  • Posts: 371

  • The sun is up, the sky is blue...
Re: New game creator: SimpleCard b1
« Reply #9 on: June 16, 2009, 07:54:34 PM »


Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: New game creator: SimpleCard b1
« Reply #10 on: June 16, 2009, 07:55:32 PM »
Awesome. Thanks. ;) (Now time to checkout the competition...)


-Gandolf

Telstar5


  • GMG-er

  • **


  • Posts: 371

  • The sun is up, the sky is blue...
Re: New game creator: SimpleCard b1
« Reply #11 on: June 16, 2009, 07:56:09 PM »
Quote
Awesome. Thanks. ;) (Now time to checkout the competition...)


-Gandolf

Don't get ahead of yourself; this thing is barely complete!


Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: New game creator: SimpleCard b1
« Reply #12 on: June 16, 2009, 08:00:13 PM »
More complete than mine is. In fact, you can't even run mine... though not for long... :-X


-Gandolf

Mystor


  • GMG-er

  • **


  • Posts: 696

  • I am the myst that consumes us all.
Re: New game creator: SimpleCard b1
« Reply #13 on: June 16, 2009, 09:42:17 PM »
My GameForge is very very well done, that is, if you count all of my failed attempts...

I might post one later

Mist
"I'll lie to him."
"And if that doesn't work?"
"Then I'll tell the truth. We're allowed to do that, in emergencies. We can't plan for everything, you know."
   -Colonel Graff, Ender&

Al Staffieri


  • GMG-er

  • **

  • no avatar

  • Posts: 452

  • I love GameMaker
Re: New game creator: SimpleCard b1
« Reply #14 on: June 17, 2009, 01:11:59 AM »
GameMaker 4 will no longer be storing game data in a resource file which is one of the reasons I had to do a total rewrite.