- View New Content
- OpenPandora
- General Information
-
Emulation
- Acorn Archimedes
- Acorn BBC Micro
- Amstrad CPC
- Android
- Arcade Machines
- Atari Classic Computer
- Atari ST
- Atari VCS7800
- Commodore Amiga
- Commodore 64 (and more)
- HP-48GX Calculator
- Laser Disc Arcade
- MS-DOS
- NEC PC Engine / TurboGrafx 16
- Nintendo Entertainment System
- Nintendo GameBoy / GameBoy Color
- Super Nintendo
- Nintendo GameBoy Advance
- Nintendo DS
- Sega Master System / GameGear
- Sega Genesis / MegaDrive and AddOns
- Sega Saturn
- Sharp MZ-Series
- SNK NeoGeo Pocket
- Sony MSX
- Sony PlayStation 1
- Sony PSP
- Texas Instruments TI-99
- ZX Spectrum
- Community
- Development
- Contact us
- Donate
-
More
Game Editor
Started by TylerAW, Dec 07 2010 10:05 PM
53 replies to this topic
#1
OFFLINE
Posted 07 December 2010 - 10:05 PM
Deleted because I don't think anybody reads this section
#2
OFFLINE
Posted 08 December 2010 - 08:22 PM
Why wouldn't they? I for one follow all the dev sections.
"Things should be simple by default, customizable by preference and changeable by design."
Three Golden Lessons of the Pandora project: 1. Never assume, 2. No news is no news, 3. Something can go wrong
Currently working on: glhck
On hold: Wars | GameNode | Panorama | PNDManager | Space Rocks! | EngineWorks | QMLON
Finished: Wars: Commando
Three Golden Lessons of the Pandora project: 1. Never assume, 2. No news is no news, 3. Something can go wrong
Currently working on: glhck
On hold: Wars | GameNode | Panorama | PNDManager | Space Rocks! | EngineWorks | QMLON
Finished: Wars: Commando
#3
ONLINE
Posted 09 December 2010 - 04:42 AM
I read it. I just don't have time right now.
#4
OFFLINE
Posted 11 December 2010 - 10:27 AM
I only just noticed someone posted here
#5
OFFLINE
Posted 13 December 2010 - 07:09 AM
Even if nobody would read this section, why remove the link?
#6
OFFLINE
Posted 16 December 2010 - 08:14 AM
Yes, I'm interested.
Could you put the link back please?
Could you put the link back please?
... The Garden... it's real!! ...
... so be carefull what you feed... o.o
... so be carefull what you feed... o.o
We all want this project to mature, so we have to mature ourselves.
#7
OFFLINE
Posted 16 December 2010 - 09:26 AM
Links for those who requested it:
Homepage: http://game-editor.com/Main_Page
Source: http://game-editor.s...tar.gz?view=tar
Also, i tried this software out, it seems very simple to use and no programming necessary.
Homepage: http://game-editor.com/Main_Page
Source: http://game-editor.s...tar.gz?view=tar
Also, i tried this software out, it seems very simple to use and no programming necessary.
#8
OFFLINE
Posted 16 December 2010 - 10:18 AM
Links for those who requested it:
Homepage: http://game-editor.com/Main_Page
Source: http://game-editor.s...tar.gz?view=tar
Also, i tried this software out, it seems very simple to use and no programming necessary.
Hey this is brilliant! I can start making games for my future Pandora and I don't even have to learn how to Program!
Thanks a mil!
Can this run on the Pandora? - It still has to be ported right?
... The Garden... it's real!! ...
... so be carefull what you feed... o.o
... so be carefull what you feed... o.o
We all want this project to mature, so we have to mature ourselves.
#9
OFFLINE
Posted 16 December 2010 - 10:25 AM
I'm no expert, but yeah, I think someone will need to port it.
Also, I just noticed what sub-forum this is in, game creation kits, how long has this been here, I didn't notice it til now, lol.
Also, I just noticed what sub-forum this is in, game creation kits, how long has this been here, I didn't notice it til now, lol.
#10
ONLINE
Posted 16 December 2010 - 04:13 PM
I haven't had much luck compiling the editor for ARM, and I'm not entirely certain if it's possible to simply compile "the player" for it: when you make a game, it outputs a binary for your intended target, no extra program required. You can output DAT files which can be loaded in an iPhone app, but I'm not porting an iPhone app to the Pandora: that's just asking for trouble 
Can someone who has worked with this more extensively help me figure out how it's supposed to work? The editor can output Windows and Linux binaries, but what if someone only outputs a Windows binary? Is there a Linux program that can open that Windows binary and still play the game? I'm betting the binary it outputs is little more than a standard precompiled executable with the data tacked onto the end, so it should be possible, I just need to figure out how and if someone has already done half the work.
Can someone who has worked with this more extensively help me figure out how it's supposed to work? The editor can output Windows and Linux binaries, but what if someone only outputs a Windows binary? Is there a Linux program that can open that Windows binary and still play the game? I'm betting the binary it outputs is little more than a standard precompiled executable with the data tacked onto the end, so it should be possible, I just need to figure out how and if someone has already done half the work.
#11
OFFLINE
Posted 20 December 2010 - 06:10 PM
I haven't had much luck compiling the editor for ARM, and I'm not entirely certain if it's possible to simply compile "the player" for it: when you make a game, it outputs a binary for your intended target, no extra program required. You can output DAT files which can be loaded in an iPhone app, but I'm not porting an iPhone app to the Pandora: that's just asking for trouble
Can someone who has worked with this more extensively help me figure out how it's supposed to work? The editor can output Windows and Linux binaries, but what if someone only outputs a Windows binary? Is there a Linux program that can open that Windows binary and still play the game? I'm betting the binary it outputs is little more than a standard precompiled executable with the data tacked onto the end, so it should be possible, I just need to figure out how and if someone has already done half the work.
The Editor can output binaries for specific systems OR Dat-Files which can be run using a runtime.
I tried it on my linux box: Created a DAT-File and ran that using a linux runtime and that worked.
That's how the Pandora-Version should work as well.
The runtime is not that well coded though: If you run it without any parameters or a broken datfile, it just doesn't do anything. No errors, just sits at the cursor.
The best is to load the sample game into the editor, export that to a generic DAT, try to run that using the runtime on your PC (Linux or Windows) to make sure the DAT is okay and then try to port the runtime to the Pandora and run it from there.

Got some spare bitcoins and you want to support me?
Send them here: 1JFMx842TLW8sLKS3gn7kcLsNbXcLqXupK
#12
ONLINE
Posted 20 December 2010 - 07:01 PM
That's the problem I'm having though, I can't find any runtime source, not even a runtime binary. Or maybe I did find the runtime binary but can't for the life of me figure out how to use it. What am I looking for?The Editor can output binaries for specific systems OR Dat-Files which can be run using a runtime.
I tried it on my linux box: Created a DAT-File and ran that using a linux runtime and that worked.
That's how the Pandora-Version should work as well.
The runtime is not that well coded though: If you run it without any parameters or a broken datfile, it just doesn't do anything. No errors, just sits at the cursor.
The best is to load the sample game into the editor, export that to a generic DAT, try to run that using the runtime on your PC (Linux or Windows) to make sure the DAT is okay and then try to port the runtime to the Pandora and run it from there.
I'm sure it's staring me right in the face and when I finally see it I'll think myself an idiot, but right now I just can't find it.
#13
OFFLINE
Posted 20 December 2010 - 07:42 PM
That's the problem I'm having though, I can't find any runtime source, not even a runtime binary. Or maybe I did find the runtime binary but can't for the life of me figure out how to use it. What am I looking for?
I'm sure it's staring me right in the face and when I finally see it I'll think myself an idiot, but right now I just can't find it.
Is that probably the GameEngine subdir in the sorucecode-Trunk?
I could also ask the author

Got some spare bitcoins and you want to support me?
Send them here: 1JFMx842TLW8sLKS3gn7kcLsNbXcLqXupK
#14
OFFLINE
Posted 21 December 2010 - 07:30 PM
Game-editor is hard to figure out how to compile/use. I tried when the source was first released and failed to get a fully working version til the official one was built. Could never get it to accept dat files. I think you are going to have to contact makslane 'bout this.
#15
OFFLINE
Posted 01 February 2011 - 09:54 PM
Okay, I finally found some time asking makslane about it.
He did send me the link to the compilation instructions:
http://sourceforge.n...compilation.txt
Does that help?
He did send me the link to the compilation instructions:
http://sourceforge.n...compilation.txt
Does that help?

Got some spare bitcoins and you want to support me?
Send them here: 1JFMx842TLW8sLKS3gn7kcLsNbXcLqXupK
#16
OFFLINE
Posted 01 February 2011 - 10:55 PM
Okay, I finally found some time asking makslane about it.
He did send me the link to the compilation instructions:
http://sourceforge.n...compilation.txt
Does that help?
That's far from complete, sadly. And I have to agree with eyecreate : it's a mess, I had a look some month ago, and well, I didnt release anything...
#17
OFFLINE
#18
OFFLINE
Posted 03 February 2011 - 09:35 PM
There`s always GLBasic (www.glbasic.com). This can compile an executable file for the Pandora. (or Wiz or Gp2x etc.)
#19
ONLINE
Posted 06 February 2011 - 08:51 PM
YES!Okay, I finally found some time asking makslane about it.
He did send me the link to the compilation instructions:
http://sourceforge.n...compilation.txt
Does that help?
This is the line that I was looking for:
To compile the Linux engine set the GAMEEDITOR_TYPE to GAMEEDITOR_PROFESSIONAL_STAND_ALONE in the makefileWith that, I was able to build an executable on my desktop that took pre-built GameEditor games as input and played them.
Unfortunately, when I then cross compiled it for the Pandora, the resulting executable just hangs. I don't know what the issue is just yet, but this is very promising.
Thanks a lot!
#20
OFFLINE
Posted 06 February 2011 - 10:35 PM
YES!
Okay, I finally found some time asking makslane about it.
He did send me the link to the compilation instructions:
http://sourceforge.n...compilation.txt
Does that help?
This is the line that I was looking for:To compile the Linux engine set the GAMEEDITOR_TYPE to GAMEEDITOR_PROFESSIONAL_STAND_ALONE in the makefileWith that, I was able to build an executable on my desktop that took pre-built GameEditor games as input and played them.
Unfortunately, when I then cross compiled it for the Pandora, the resulting executable just hangs. I don't know what the issue is just yet, but this is very promising.
Thanks a lot!
Yeah, that's as far as Pickle got
I got some info from makslane (the dev):
"The port need to be done using the provided SDL in the Game Editor source code."
Also, if someone wants to contact the author, the mail address would be:
makslane@game-editor.com
I told this to Pickle already, so maybe you can contact him and work together

Got some spare bitcoins and you want to support me?
Send them here: 1JFMx842TLW8sLKS3gn7kcLsNbXcLqXupK
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



