PDA

View Full Version : BUG: Autodownloaded UPK UI Scenes are not loaded by the game.



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.)

BattleMode
11-28-2007, 03:37 PM
Is this the proper place to report (suspect) bugs like this, or is there a better place for that?

Mysterial
11-28-2007, 04:18 PM
I'm not sure why this wouldn't work; it worked fine for Slaughterhouse. Where can I download a version of this mod that has this problem?

BattleMode
11-28-2007, 04:44 PM
I'm not sure why this wouldn't work; it worked fine for Slaughterhouse. Where can I download a version of this mod that has this problem? http://www.onsrpg.com/ut3mods.php

It is very possible I am doing something wrong here, but I cannot figure out what. Your input would be very appreciated.

Mysterial
11-28-2007, 07:52 PM
There was a real bug. It will be fixed in the patch.

FWIW, when I was testing it tended to work if I rejoined by typing "reconnect" (it's a timing issue)

BattleMode
11-29-2007, 01:24 AM
There was a real bug. It will be fixed in the patch. FWIW, when I was testing it tended to work if I rejoined by typing "reconnect" (it's a timing issue) Thank you for looking into this.