Google-apps
Hoofdmenu

Post a Comment On: C0DE517E

"Live-editing poll"

6 Comments -

1 – 6 of 6
Blogger hyperlogic said...

My vote is for Other. :)

On the last console engine I worked with, the binary cooking tools were tightly integrated with real-time editing and a streaming system. In essence every asset in the game was "cooked" into a binary blob that was streamed into memory on the target console. Real-time edits were performed by re-cooking the asset on the PC then transmitting it to the target console over a socket.
The in memory structure of that asset would be changed, while the game was running. It many cases this would work fine, as long as the code read the values from the cooked memory directly, rather then using a cached copy. In other cases, the runtime would have special handling functions which would tear down and recreate the assets from scratch, using the newly updated version.

April 11, 2010 at 11:48 AM

Blogger Adam Sawicki said...

To see the poll results in Firefox it's a good idea to right click on it and select This Frame / Show Only This Frame.

April 17, 2010 at 11:33 AM

Blogger DEADC0DE said...

Reg: you can also highlight some of the text and a scroll bar will appear, but anyway the vote seems stable now, as soon as I have some time I will write a report on it

April 17, 2010 at 2:06 PM

Blogger Andreas said...

In my hobby project the game can run inside the editor. The editor is mostly a GUI(using Winform) to the editing functionality that's part of the game. The exceptions are import of assets, and serialization. This is mostly because I use XNA and those parts are only available on Windows, but I'm not sure I would like them in my game code anyway.

The engine we use at work don't have much in the way of live editing unfortunately.

April 27, 2010 at 2:26 AM

Anonymous Anonymous said...

Hello, thanks for your comment on my blog. I agree with you I'll try to write something less boring... thanks again for your time! =)

May 7, 2010 at 8:41 AM

Anonymous Anonymous said...

Oh yeah, just one more thing... I can't comment about your blog since I'm not knowledgeable enough to tell you what to code/write, instead of just accepting what I like among your articles... =P

May 7, 2010 at 8:46 AM

You can use some HTML tags, such as <b>, <i>, <a>

Comment moderation has been enabled. All comments must be approved by the blog author.

You will be asked to sign in after submitting your comment.
Please prove you're not a robot