Page 1 of 1

Disney's Brother Bear

Posted: Mon May 11, 2015 8:45 am
by Smirftsch
[img]http://coding.hanfling.de/sshot_bb.png[/img]

Wikipedia:
https://en.wikipedia.org/wiki/Disney%27 ... eo_game%29

Developer:
KnowWonder

Engine version:
433 (Unicode)

Some nice read about how to enable debug mode, remaining contents of the previous KnowWonder games titles.
https://tcrf.net/Disney%27s_Brother_Bear_%28Windows%29

Re: Disney's Brother Bear

Posted: Mon May 11, 2015 9:53 am
by han
Engine history:
It looks pretty much like it is technically be the third KnowWonder harry potter game, and seems to be just slightly adjusted to fit the needs for Brother Bear.
They use a heavily modified UE1, with tons of harry potter related changes applied to Engine package.

Editing Brother Bear:
Biggest downside is that there is neither an UCC, UnrealEd included but the Editor package. So i made up an UCC which can be used for that game, so one can use the make, batchexport, etc. commandlet.

An even bigger downside is that the UnrealScript sources were stripped out most packages, while it was just kept for Core, Engine and Editor package and using some trick to hooked in a wrapper around the class exporter, so i succeded in extracting their source using batchexport. Also I can extract the defaultproperties for the classes with stripped source, which could be combined with some 3rd party decompilation tool.
Best way to start is probably trying reconstruct the source out of the UWindow.u, as for this package sources exist in other games, so it should be reasonable to do so.

So why I'm talking and doing stuff for that game? It has simply some beautiful assets and i like the overall style of the game. Also it has pretty good lipsynch, skeletal animations, etc. and the trees and bushes do really look great for an UnrealEngine 1 game. So the tricks they used for making these could probably be applied to other UE1 games mods.

I'll upload later the UCC and the source/defprop source i already extracted.

Re: Disney's Brother Bear

Posted: Tue May 12, 2015 12:27 pm
by Gizzy
Not at my PC at the moment, but has anyone tried to give it the umodel treatment yet? If it doesn't work, I'll try ask gildor to add support.

Re: Disney's Brother Bear

Posted: Thu May 14, 2015 7:55 am
by スマイル・ドラゴン
This software is a trade secret of Epic MegaGames, Inc. and Erik de Neve.
Use of this software is only permitted under the Unreal non-disclosure and
licensing agreements.  All distribution prohibited.
Please report any violations to help@epicgames.com.
BRIGHT was a "trade secret"...?

Re: Disney's Brother Bear

Posted: Wed Jan 11, 2017 1:30 pm
by Leo T_C_K
Did you upload the ucc/stuff yet for this btw?

Re: Disney's Brother Bear

Posted: Wed Jan 11, 2017 10:25 pm
by han
Nope, not yet. Actually haven't really touched it since.

I think headers would be more or less okay for a release, not great, but a start. The OpenGLDrv src i have in there still misses distance fog implementation.

Otherwise it would be nice to have a decompiler for the unrealscript there. ~

Re: Disney's Brother Bear

Posted: Thu Jan 12, 2017 11:54 am
by Leo T_C_K
Nope, not yet. Actually haven't really touched it since.

I think headers would be more or less okay for a release, not great, but a start. The OpenGLDrv src i have in there still misses distance fog implementation.

Otherwise it would be nice to have a decompiler for the unrealscript there. ~
Alright. Yes indeed it would have. Does unrealed work with this after one copies it or not at all btw? I didn't try. I have found a czech localized version only, though I'd actually prefer it in english but there was no way to switch the language unfortunately for the release I have.

It does btw include czech voiceacting, czech splash screen logos and all. 

EDIT: Editor does crash :/

Re: Disney's Brother Bear

Posted: Fri Jan 13, 2017 10:54 am
by Leo T_C_K
zeur remarks:
czech voiceacting
No Karel in there, though :(

Re: Disney's Brother Bear

Posted: Fri Jan 13, 2017 10:31 pm
by han
Regarding the editor, at least for Nerf a replacement editor ui is certainly needs to happen this year. However it is a bit vague about what changes have been done to the Editor.dll code while UnrealEd2 UI was added to the engine, so there might be some subilities to work around or find different ways to access the stuff.

Re: Disney's Brother Bear

Posted: Thu May 20, 2021 8:17 am
by Leo T_C_K
Did you publish the editor since? Just wondering. Not that I have use for it now, but it should be made avaiable.