Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Not displayed sky texture

#1
Hello. I make a map. In Quake 3 sky texture is displayed correctly. In Xonotic sky texture is not displayed. The sky is solid black. This is my first map. I was looking for similar topics in the forum and on Wiki, but I found none. Tell me what am I doing wrong?
my map https://www.dropbox.com/s/h4pm5xzxlxwekn...e.pk3?dl=0
Reply

#2
Didn't download/try your map yet, but the 6 visible skybox faces must be valid skybox shaders(skies/exomorph is a good one). Q3A might have different shaders for skies, try using Xonotic skyboxes instead of Q3A ones.
Reply

#3
There is a custom map for Quake 3 - Derwyll's Castle 2. In Xonotic on this map the sky texture work right. I am using a shader and textures from this map in my map, but sky texture does not work. I do not know what the problem is. Could you give me an example of a sky shader for Xonotic?
Reply

#4
Xonotic does not come with the Quake 3 textures, so you have to include the sky textures (and all other non-Xonotic textures) into the "textures" folder of the pk3.

Xonotics textures can be found in ~\xonotic\data\xonotic-xxxxxx-maps.pk3
Reply

#5
All textures used on the map custom and are included in the archive.
I do not know what I'm doing wrong.

[Image: CAeTr1g.jpg]
Reply

#6
First of all: Welcome to the forums!

Now, it should be noted that the engine Xonotic uses (Darkplaces) is working quite differently in many ways than idTech3 (Quake 3 and Live).

The main reason why your skyshader (and others too) does not work, is probably that you forgot to add the name of your shaderfile (here "nor3ctf1") to the "shaderlist.txt" file in "data/scripts/".

There are also some others issues I noticed while inspecting your pk3 which won't work in Xonotic:
  • Levelshots are not stored in "levelshots" but in the "maps" folder with the same name as the map. E.g. your CTF map: "maps/ctf_orange.tga"
  • "*.aas" files are not used. Are those bot waypoints? If so, you have to create them ingame (Type in the console "apropos waypointeditor" to find out more. Basically use "g_waypointeditor 1" to edit waypoints, then "g_waypointeditor_spawn" to add waypoints, "g_waypointeditor_remove" to remove, and finally "g_waypointeditor_saveall" to save them. Then you still have to move the two waypointfiles ("*.waypoints" and "*.waypoints.cache") from "data/data/maps/" to "data/maps/".)
  • "*.arena" files are not used. I suspect they define the description and gamemodes of your map? Then you should use a "*.mapinfo" file. They are autogenerated (if none exists) at each start of Xonotic in "data/data/autogenerated/" and already contain most of the possible arguments. First move it to your "data/maps/" folder and then modify it to your needs.
  • In your shaderfile you used the key "fogParms". That is not supported in Xonotic as far as I know. Also be aware that you do not have to struggle with those nasty GL_BLABLUB keywords, you can use abbreviations like "filter", "blend" and "add". See the shadermanual for more information: http://q3map2.robotrenegade.com/docs/sha...#blendFunc
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [NEED HELP] Models, items, and sky black after 0.8.5 update htsm92 0 661 08-15-2022, 07:34 PM
Last Post: htsm92
  [SOLVED] invertigo black sky BuddyFriendGuy 6 4,298 01-11-2017, 02:21 PM
Last Post: BuddyFriendGuy
  [NEEDS INFO] Game crashes while loading - could not load texture "overkillbullet" |OSiRiS| 5 5,375 10-17-2015, 03:44 PM
Last Post: BuddyFriendGuy
  [SOLVED] texture shows in NetRadiant but not in game BuddyFriendGuy 3 4,573 04-02-2015, 05:18 AM
Last Post: Maddin
  [SOLVED] Texture Question? kidx 6 5,912 07-27-2013, 05:57 AM
Last Post: tZork
  [SOLVED] Texture corruption with Intel graphics zykure 9 13,551 12-16-2012, 04:41 AM
Last Post: adem
  [SOLVED] sky shader not working hutty 1 2,869 07-21-2012, 11:08 AM
Last Post: Mr. Bougo
  [NEEDS INFO] Texture compression is required but not supported Axon 3 4,902 04-04-2012, 09:57 PM
Last Post: edh
  [NEEDS INFO] [Bug]Armor shard oddly displayed rafallus 7 5,799 02-12-2012, 04:02 PM
Last Post: rafallus
  [SOLVED] low framerate if other players are displayed rainerzufalldererste 2 3,275 11-25-2011, 05:19 PM
Last Post: Lee_Stricklin

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum software by © MyBB original theme © iAndrew 2016, remixed by -z-