Dynaverse.net

Off Topic => Engineering => Topic started by: Age on May 18, 2010, 02:49:15 pm

Title: Who here knows if it is possible to rebuild a game engine?
Post by: Age on May 18, 2010, 02:49:15 pm
Who here know if it is possible to rebuild a game engine?
Title: Re: Who here knows if it is possible to rebuild a game engine?
Post by: marstone on May 18, 2010, 09:59:57 pm
Who here know if it is possible to rebuild a game engine?

???? not sure of the question. 
Title: Re: Who here knows if it is possible to rebuild a game engine?
Post by: Age on May 19, 2010, 07:44:06 pm
What I am getting at is can you make changes to an existing game engine eg modifying it?
Title: Re: Who here knows if it is possible to rebuild a game engine?
Post by: FoaS_XC on May 19, 2010, 07:46:29 pm
If you have the source code, and know a thing or two about programming and compiling? yes. If not? not so much.
Title: Re: Who here knows if it is possible to rebuild a game engine?
Post by: marstone on May 19, 2010, 09:57:39 pm
FoaS has it right.  If you have the source you can change a game engine.  Some are designed with editable files to change parts of the game, but not alot, and major things normally can't be changed that way.

If you don't have the source you have to do what is known as reversing.  Basicly you rewrite the whole game code by looking at what it does, and using some tools to get a look into the compiled code itself to help recreate the original source code.  (not an easy process)
Title: Re: Who here knows if it is possible to rebuild a game engine?
Post by: Kreeargh on May 19, 2010, 11:43:19 pm
Who here know if it is possible to rebuild a game engine?

By experiance trying to work on this effort/idea it would be better/easyer to create or buy a engine that works with little to no errors rather than rework an existing engine that might in the end
not fit with your ideas . The goal here it to study the game engine to its fullness not just ist bonus points. ANYthing is possable its all a matter how far your willing to go with the project and how much its a worth to you to complete it. In my case its null at best  :angel:
Title: Re: Who here knows if it is possible to rebuild a game engine?
Post by: Age on May 21, 2010, 01:01:05 pm
Ok.Thanks Guys.
Title: Re: Who here knows if it is possible to rebuild a game engine?
Post by: sierracharlie on May 21, 2010, 02:35:44 pm
There are plenty of open source 3d engines available. grafting the game logic from the source onto the engine of your choice should be pretty straightforward. i reviewed quite a few of them before settling on Panda3d.
Title: Re: Who here knows if it is possible to rebuild a game engine?
Post by: Age on May 26, 2010, 08:29:59 pm
Yeah I know of some of them I was just thinking of Guild Wars game engine.