Trumping the Games Factory

Advanced game related topics
theDan
New User
New User
Posts: 9
Joined: Mon Aug 29, 2005 4:57 pm
Location: Philadelphia

Trumping the Games Factory

Post by theDan »

I am writing this post to see if anyone would llike to help me with my project. It involves creating a game creation tool very similar to both Game Maker and The Games Factory (except it can generate PureBASIC code if you like). It's designed to help PureBASIC programmers skip routine task in programming but will open up to non-programmers soon enough. Any contribution or help by people of any skill level would be warmly accepted. I can't pay anyone but with a spot in the credits and you will be first in-line if the project were to one day go commercial (this is very likely if things go as planned). I can use help with alot of different things so if you think you wanna help, even if this is your first project, please let me know.
What good is frosting when the cake is bad? - fortune cookie
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

I had just the same idea. :lol:
I might try to make something like that one day, but not yet.
Good luck with your project. :wink:
I like logic, hence I dislike humans but love computers.
theDan
New User
New User
Posts: 9
Joined: Mon Aug 29, 2005 4:57 pm
Location: Philadelphia

Reply

Post by theDan »

Well if you ever wanna help out you know who to ask :wink:.
What good is frosting when the cake is bad? - fortune cookie
Dreglor
Enthusiast
Enthusiast
Posts: 759
Joined: Sat Aug 02, 2003 11:22 pm
Location: OR, USA

Post by Dreglor »

I might pop by and add my snips of code here and there :P

i've came from the game maker community long ago...ah the memories
~Dreglor
theDan
New User
New User
Posts: 9
Joined: Mon Aug 29, 2005 4:57 pm
Location: Philadelphia

Reply

Post by theDan »

I too dabbled with Game Maker as well as a few other tools. Many PureBASIC users have. That's why I wanted to make this thing in the first place. Becuase we know why their product stinks and because we can out do them.
What good is frosting when the cake is bad? - fortune cookie
Dreglor
Enthusiast
Enthusiast
Posts: 759
Joined: Sat Aug 02, 2003 11:22 pm
Location: OR, USA

Post by Dreglor »

yeah, sounds like a great idea

Game Maker is such a limiting tool. we could make a tool that is good for newibies to start out with and also allow you got gradually get up to full blow PB programming
~Dreglor
theDan
New User
New User
Posts: 9
Joined: Mon Aug 29, 2005 4:57 pm
Location: Philadelphia

Reply

Post by theDan »

I have decided to drop the project due to lack of support, added responsibilities, and the need for more free time. I got myself into a little more than I can handle and I think I should go simpler. I have written a ton of code for the GUI so if anyone is interested in picking up the project I can give the code to them and let them take it up for me. If anyone is interested let me know. But for now, I will stick to the game engine aspects.
What good is frosting when the cake is bad? - fortune cookie
gpetersz
User
User
Posts: 39
Joined: Fri May 20, 2005 11:24 am
Location: Budapest, Hungary
Contact:

Re: Reply

Post by gpetersz »

theDan wrote:I too dabbled with Game Maker as well as a few other tools. Many PureBASIC users have. That's why I wanted to make this thing in the first place. Becuase we know why their product stinks and because we can out do them.
??? I have both, and even have Blitz2D and 3D as well.
Isn't it binary rascism?
Brice Manuel

Post by Brice Manuel »

You actually inspired us. We are putting the finishing touches on a hybrid text game maker that includes some graphical capabilities and a nice GUI interface. And in January we will start work on our 2D game maker.
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

.... :? .... yet another time waster ....
convulsionado de nenes babeadores de pecho ...
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
User avatar
waffle
Enthusiast
Enthusiast
Posts: 129
Joined: Mon May 12, 2003 1:34 pm
Location: USA
Contact:

Post by waffle »

I'm actually doing something like that already ...

http://www.geocities.com/mycat98501/RPGArchon.html

It uses DBC as the game engine, And PB for the scripts (dll).
Sure, what you are after is more involved. Exporting an entire
game is a major job. Actually, the simplest way is to just
create multiple code libs (source) and then just have examples.

Much like they did with "Cube" which is a c++ FPS engine
with its own built in editor. I once thought of doing something
like that in PB because its all "cubes" making collision simple.
My editor is pretty crappy and the game has along way to go.
But I'm working on it. Using the scripts, you can directly
modify anything in the game. That's why it looks so .... crappy.
Its not so much WHAT it does, as to HOW it does it. Exposing all
game data to a DLL is pretty hard. Also, I chose DBC not for speed,
but for compatibility. Almost everyone can run a DBC app.

I would have prefered to use PB for everything, but was unsure of how
to support in-game mapping options .... Example: If I cast a spell that makes a mountain grow .... how to manage that? DBC I'm used to for 3D work, and PB I'm used to for windows and DLLs ....
Code is good... Its an international language.
Brice Manuel

Post by Brice Manuel »

I chose DBC not for speed,
but for compatibility. Almost everyone can run a DBC app.
Are there any DEP issues under XP SP2?
User avatar
waffle
Enthusiast
Enthusiast
Posts: 129
Joined: Mon May 12, 2003 1:34 pm
Location: USA
Contact:

Post by waffle »

problems with XP ....
the latest patch seems to fix most issues.
My dev system is XP with all service packs.

I did have a minor issue with the default sound driver,
and had to download a latest version from MS.
Code is good... Its an international language.
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

Post by josku_x »

I am having a kind of same idea, but I am making a program to make Java games. Not sure but I'll maybe join this party :o

EDIT:
Game Maker is such a limiting tool
Hey! Aware what you're saying!! :x .. ok, just kidding around :lol: because I also have Game Maker, I have made very great games with it, but I didn't buy PureBasic because it's limited and stinky (well, I don't think it's stinky, it's pretty fresh 8) ) I bought PureBasic so I can make a great 3D engine for GameMaker..

and on other hand, I use PureBasic as it has many gadgets and it's more for program making, gameMaker was designed for game making :shock:

and, I love PureBasic in all BASIC languages, I had for 2 years PowerBASIC, and believe me it sucks, it doesn't have any wonderful GUI, it is even more limited than GameMaker and it's expensive, even FreeBasic is better. It was good PowerBASIC had moneyback guarantee, ofcourse I took the money and bought PureBasic :P
Post Reply