PDA

View Full Version : Weirdnes in the battle ui



ramela
08-15-2007, 14:04
I'm practising modding by modifying a few units here and there and adding a new one. Now after I tried to go test my changes for balance, the user interface for the RT battles is completely messed up, to the point that I can't exit the battles. Apparently, because I'm forced to kill M2 from the task manager to get out, no error log is made either.

The problem is that the HUD is almost completely white. Buttons with symbols are missing, unit cards can barely be made out and no radar.

Any idea where the problem might be? :dizzy2:

EDIT: Found the log:


16:06:25.562 [system.rpt] [always] CPU: SSE2
16:06:25.562 [system.rpt] [always] ==== system log start, build date: Apr 23 2007 version bld-medieval2-update2-84 (37970) ===
16:06:25.578 [system.io] [always] mounted pack packs/data_0.pack
16:06:25.578 [system.io] [always] mounted pack packs/data_1.pack
16:06:25.578 [system.io] [always] mounted pack packs/data_2.pack
16:06:25.578 [system.io] [always] mounted pack packs/data_3.pack
16:06:25.578 [system.io] [always] mounted pack packs/data_4.pack
16:06:25.578 [system.io] [always] mounted pack packs/localized.pack
16:06:27.531 [data.missing] [error] AnssiMod/data/ui/shared.sdfile not found
16:06:27.531 [data.missing] [error] AnssiMod/data/ui/battle.sdfile not found
16:06:27.531 [data.missing] [error] AnssiMod/data/ui/strategy.sdfile not found
16:06:27.578 [data.xml.tag] [error] File:[AnssiMod/data/descr_movies.xml]Error: empty tag.(4:26)
16:06:27.593 [data.xml.tag] [error] File:[AnssiMod/data/descr_movies_tracks.xml]Error: empty tag.(6:20)


The weird thing is that the files that the data.missing errors are about are right there in the ui folder...

alpaca
08-15-2007, 15:30
You should try to copy the data/ui/*.sd files to your mod folder and your main game folder.
In fact, the game should take them from the packs if they aren't in the mod folder already, but I'd try it nonetheless.

ramela
08-15-2007, 16:00
Thank you so very much.

I copied the ui folder to the base data folder and the *.sd files to the base M2 folder (overkill maybe, but just in case) and now it works. I don't know which copy did the trick and I don't care.

Again, thanks a bunch.