Atera Posted May 19, 2014 Share Posted May 19, 2014 Hey, So I use some plant model found in "map_objects/nar_shaddar/plants.md3", it also resides in the yavin folder. In radiant, the plants show up but ingame, they dont. Ive tried adding them as pk3s along with in the texture area. If you do r_showtris 1 and developer 1, you will see the plant being drawn but its just not visible ingame. It even casts a shadow though. Any ideas? Its the same kind of plants used in Jedicouncilgcx for those that remember it. The pot is visible but the actual plant isnt. Link to comment
Boothand Posted May 20, 2014 Share Posted May 20, 2014 Weird, if it's part of the original assets. If it was a custom model, I'd expect a shader slip like forgetting to use "cull disable" (draws both sides of a flat plane). Have you made sure it's invisible from all angles? Does the console give any errors? Link to comment
Solution Pande Posted May 21, 2014 Solution Share Posted May 21, 2014 they have to be misc_model_statics, like the yavin trees, i have no idea why something to look into for rend2 i guess, hope this helps Link to comment
Atera Posted May 22, 2014 Author Share Posted May 22, 2014 they have to be misc_model_statics, like the yavin trees, i have no idea why something to look into for rend2 i guess, hope this helpsoh thanks a lot! Link to comment
Xycaleth Posted May 22, 2014 Share Posted May 22, 2014 At a guess, I'd say it's because bsp maps don't handle individual quads needed for the leaves. misc_model_static entities aren't baked into the map so it doesn't have this problem. Link to comment
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