new to mapping = lots of problems
Moderator: Moderators
-
Master-Of-Fungus-Foo-D
- Muffin Man
- Posts: 1544
- Joined: Tue Jan 27, 2004 12:33 am
- Location: cali, United States
-
panTera
- Brigadier General
- Posts: 573
- Joined: Wed Jan 29, 2003 11:46 pm
- Location: The Netherlands
- Contact:
OK, if you don't have custom pk3's installed it might be one of the textures you used in the map.
The error says something about the "sunflare.shader". I looked at that shader and it contains the following textures. Did you by any chance use one of them in the map?:
textures/sprites/sunflare_main
textures/sprites/corona
textures/sprites/sunflare_middle
textures/sprites/sunflare_furthest
textures/jack/whitefade
These textures (the same goes for other effects and models textures) can't be used like normal textures. If for instance you'd like to make a corona effect you'll have to insert the special corona entity from the static entity list. To get the sunflare effect you would have to add the line "sunflarename sun" in the maps' worldspawn. I really can't think of anything else that could cause the error.
The error says something about the "sunflare.shader". I looked at that shader and it contains the following textures. Did you by any chance use one of them in the map?:
textures/sprites/sunflare_main
textures/sprites/corona
textures/sprites/sunflare_middle
textures/sprites/sunflare_furthest
textures/jack/whitefade
These textures (the same goes for other effects and models textures) can't be used like normal textures. If for instance you'd like to make a corona effect you'll have to insert the special corona entity from the static entity list. To get the sunflare effect you would have to add the line "sunflarename sun" in the maps' worldspawn. I really can't think of anything else that could cause the error.
-
Green Beret
- Major General
- Posts: 746
- Joined: Mon Apr 19, 2004 12:21 pm
- Contact:
No offense ment, but this turns to be ur private Q&A thread which will make things rather confusing for all others.yodaman26 wrote:ok, ty, and i also got a script working so sound works in single player too...i have a new question, how do i import textures?
It would be more useful for other forum visitors, if u started a new topic with a expressive name ("I need help" is rather useless) for each new problem u encounter. Also, did u use the forum's search function? There are hundereds of threads about textures, the way they are made, imported, and about the shaders they would need, and although many may not answer ur question directly, they all will help u in finding out lots of useful stuff

