BattleMode
11-27-2007, 08:33 PM
I created a mutator consisting of some code (BattleMOD.u) and some UI Scenes (UI_Scenes_Scoreboards_BM.upk).
If I put those on the server and connect with a clean client the client properly downloads both these files and puts them into the cache:
[Cache]
F80BA3F444D52558F43811BEA28A6D4B=BattleMOD
1BDBA5D8439AF06ED599DF8DDCADED35=UI_Scenes_Scorebo ards_BM
However at the point the UI Scene should be loaded by UT3 I get the following errors:
Log: GConfig::Find has loaded file: ..\UTGame\Cache\Cache.ini
Warning: Failed to load 'UI_Scenes_Scoreboards_BM': Can't find file for package 'UI_Scenes_Scoreboards_BM'
Log: Failed to load 'UI_Scenes_Scoreboards_BM': Can't find file for package 'UI_Scenes_Scoreboards_BM'
Warning: OpenScene called with NULL Scene!
If I install the UI_Scenes_Scoreboards_BM.upk file directly on the client everything works fine.
So it seems that UT3 downloads the UI_Scenes_Scoreboards_BM.upk and puts it into the cache, but that UT3 does not actually load UI_Scenes_Scoreboards_BM.upk.
Is this a bug or should I do something special to make UT3 actually load UI_Scenes_Scoreboards_BM.upk?
(EDIT: It might seem here as if there is a space in UI_Scenes_Scoreboards_BM in the cache where it does not belong but this is something vBulletin adds there. The actual name is correct.)
If I put those on the server and connect with a clean client the client properly downloads both these files and puts them into the cache:
[Cache]
F80BA3F444D52558F43811BEA28A6D4B=BattleMOD
1BDBA5D8439AF06ED599DF8DDCADED35=UI_Scenes_Scorebo ards_BM
However at the point the UI Scene should be loaded by UT3 I get the following errors:
Log: GConfig::Find has loaded file: ..\UTGame\Cache\Cache.ini
Warning: Failed to load 'UI_Scenes_Scoreboards_BM': Can't find file for package 'UI_Scenes_Scoreboards_BM'
Log: Failed to load 'UI_Scenes_Scoreboards_BM': Can't find file for package 'UI_Scenes_Scoreboards_BM'
Warning: OpenScene called with NULL Scene!
If I install the UI_Scenes_Scoreboards_BM.upk file directly on the client everything works fine.
So it seems that UT3 downloads the UI_Scenes_Scoreboards_BM.upk and puts it into the cache, but that UT3 does not actually load UI_Scenes_Scoreboards_BM.upk.
Is this a bug or should I do something special to make UT3 actually load UI_Scenes_Scoreboards_BM.upk?
(EDIT: It might seem here as if there is a space in UI_Scenes_Scoreboards_BM in the cache where it does not belong but this is something vBulletin adds there. The actual name is correct.)