12-29-2013, 11:45 AM (This post was last modified: 12-29-2013, 11:46 AM by Mr. Bougo.)
You mean you want to replace the health and armor item models on your servers? What do your players think about it?
You'll have to create a custom pk3 with those models and serve it as a serverpackage. I don't know if you'll run into model format issues, but that's a possibility.
(12-29-2013, 11:45 AM)Mr. Bougo Wrote: ...
You'll have to create a custom pk3 with those models and serve it as a serverpackage...
That.s what i know - but where do I find the model of mega health in the nexuiz data and what is it named?? Till now I.ve only found the sound megahealth.ogg.
(01-01-2014, 04:50 PM)rocknroll237 Wrote: ... explaining the steps you took to put the model in and fix the issue you had? ...
Okidoki - here.s a little howto to replace the icons (or like Mr. Bougo would say: mess up the server )
1. Create a items.pk3 file with model and textures you want replace.
In fact this was the most difficult part with the most trouble.
I.ve to find the model (.md3) and the textures (.tga) files which replace the standard icons. The files I found in the old nexuiz data files: data/models/items data/textures
2. Copy the items.pk3 file in the server folder /.xonotic/data
3. Edit serverconfig
sv_curl_serverpackages "items.pk3 items.txt"
4. Place the items.pk3 file on your mapserver too
sv_curl_defaulturl http:your_mapserver_adress
5. (Re)Start your xonotic server
When everything works well the new items will be downloaded from client automatically when client connect to server.
okay okay - not everybody like the old nexuiz megahealth icon - but it makes the server unique (for me: I like the old icon much more than the new healthpack icon)