Deaod / UTComp

A mutator for UT2004 featuring warmup, brightskins, hitsounds, and various other features.
GNU General Public License v3.0
19 stars 12 forks source link

Build Error - Can't find StaticMesh 'MiniSuperHealth' #6

Closed ds8k closed 7 months ago

ds8k commented 1 year ago

Getting an error when attempting to build:

Log: New File, Existing Package (Package UTCompv18c, Package MiniSuperHealth)
Warning: Failed to load 'minimegatex': Can't find file for package 'minimegatex'
Warning: Failed to load 'StaticMeshes/MiniSuperHealth.usx': Can't find file for package 'minimegatex'
Warning: Failed loading package: Can't find file for package 'minimegatex'
Log: Failed loading package: Can't find file for package 'minimegatex'

Error: F:\SteamLibrary\steamapps\common\Unreal Tournament 2004\UTCompv18c\Classes\Forward_MiniSuperHealthPack.uc(14) : Error, Can't find StaticMesh 'MiniSuperHealth'
cclecle commented 1 year ago

Same here, but I managed to fix it ! :) I did not know if it was caused by my linux (wine) env or not, so now I guess not !

=> You must copy both textures and static mesh files in the main UT2k4 directory and then it work. => You may have miss minimegatex.utx from textures I guess

I also would have love textures spelled Textures ..

Readme and/or build.bat updated needed ?