chereld Posted July 30, 2021 Posted July 30, 2021 hello everyone, when i import an ASE file with misc_model it is all blue with no texture. I tried to modify the path with notepad in the ASE file but it doesn't change anything .
NAB622 Posted July 30, 2021 Posted July 30, 2021 What is the full texture path the ASE file is looking for?
chereld Posted July 31, 2021 Author Posted July 31, 2021 C:\LucasArts\Star Wars Jedi Knight Jedi Academy\GameData\vador\models\map_objects\v2\Concgren.jpg
Solution NAB622 Posted July 31, 2021 Solution Posted July 31, 2021 First off, make sure your vador folder is inside the gamedata/base folder, not the gamedata folder. The game always looks for assets starting in the base folder. Second, your texture path needs to be relative to the base folder. You cannot have an absolute path (For instance, starting at your C drive). So, change the texture path to vador\models\map_objects\v2\Concgren.jpg. As long as you moved the vador folder as mentioned above, it should work.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now