Topic: Who here knows if it is possible to rebuild a game engine?  (Read 2241 times)

0 Members and 1 Guest are viewing this topic.

Offline Age

  • D.Net VIP
  • Commander
  • *
  • Posts: 2689
  • Gender: Male
Who here know if it is possible to rebuild a game engine?

Offline marstone

  • Because I can
  • Commander
  • *
  • Posts: 3014
  • Gender: Male
  • G.E.C.K. - The best kit to have
    • Ramblings on the Q3, blog
Re: Who here knows if it is possible to rebuild a game engine?
« Reply #1 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. 
The smell of printer ink in the morning,
Tis the smell of programming.

Offline Age

  • D.Net VIP
  • Commander
  • *
  • Posts: 2689
  • Gender: Male
Re: Who here knows if it is possible to rebuild a game engine?
« Reply #2 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?

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Who here knows if it is possible to rebuild a game engine?
« Reply #3 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.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline marstone

  • Because I can
  • Commander
  • *
  • Posts: 3014
  • Gender: Male
  • G.E.C.K. - The best kit to have
    • Ramblings on the Q3, blog
Re: Who here knows if it is possible to rebuild a game engine?
« Reply #4 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)
The smell of printer ink in the morning,
Tis the smell of programming.

Offline Kreeargh

  • Retired.
  • Lt. Commander
  • *
  • Posts: 1476
  • Gender: Male
  • Life is as is worth only what you learn from it!
Re: Who here knows if it is possible to rebuild a game engine?
« Reply #5 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:
Time for life!

Offline Age

  • D.Net VIP
  • Commander
  • *
  • Posts: 2689
  • Gender: Male
Re: Who here knows if it is possible to rebuild a game engine?
« Reply #6 on: May 21, 2010, 01:01:05 pm »
Ok.Thanks Guys.

Offline sierracharlie

  • Lt. Junior Grade
  • *
  • Posts: 36
Re: Who here knows if it is possible to rebuild a game engine?
« Reply #7 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.

Offline Age

  • D.Net VIP
  • Commander
  • *
  • Posts: 2689
  • Gender: Male
Re: Who here knows if it is possible to rebuild a game engine?
« Reply #8 on: May 26, 2010, 08:29:59 pm »
Yeah I know of some of them I was just thinking of Guild Wars game engine.