Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → Which games engine to edit?
12
Which games engine to edit?
2010-09-06, 10:09 AM #41
Oh. Neat! For a moment I lost my faith in UnrealScript!

God I love UED.

... even this Visual Basic junk for DX but what the hey
Star Wars: TODOA | DXN - Deus Ex: Nihilum
2010-09-06, 10:17 AM #42
I was under the impression that the code is there but just disabled for UDK. I could be wrong about this though.
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2010-09-06, 10:25 AM #43
I haven't really checked the UDK community 'bout what's up, I guess with enough tinkering anything is possible.
Star Wars: TODOA | DXN - Deus Ex: Nihilum
2010-09-06, 10:40 AM #44
Assuming that all the necessary state is exposed to UnrealScript, there's no reason you couldn't write your own save and load system.

I'm facing a similar problem right now with Unity3D. It doesn't have any API for serialization of the scene in any respect. In fact, some components aren't accessible at all from scripts, making it impossible to restore those. Some stuff in the particle system works like this I believe. But at least it's possible to restore enough state that matters in order to continue the game. I'm working on a generalized solution right now, which should be adaptable to most people's needs. Then I'll probably LGPL it. Saving games is a huge problem for a lot of non-programmers with Unity, it would be nice if the community had a good, free solution.
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2010-09-08, 1:15 AM #45
Doom Engine
error; function{getsig} returns 'null'
2010-09-08, 5:07 AM #46
Not giving you a way to serialize the whole scene is a damn good idea. There's no reason your saved game needs to include the position of every little particle, or any of the things in the level that are static. Unity rightly leaves it up to you to decide what needs to be remembered and what doesn't.

But, why LGPL? Do you hate free software?
2010-09-08, 7:24 AM #47
Yeah, but there's not even any API at all. Some stuff cannot be saved at all.

And LGPL specifically because the "game creation" community is filled with people that will try to sell it.
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2010-09-08, 5:27 PM #48
Build. :colbert:
-=I'm the wang of this here site, and it's HUGE! So just imagine how big I am.=-
1337Yectiwan
The OSC Empire
10 of 14 -- 27 Lives On
2010-09-09, 9:36 AM #49
WOLF3D FOREVER
Star Wars: TODOA | DXN - Deus Ex: Nihilum
2010-09-09, 12:43 PM #50
ALWAYS BET ON THE DUKE :psylon:
My Parkour blog
My Twitter. Follow me!
12

↑ Up to the top!