Search found 684 matches

by illwieckz
Sat Oct 08, 2016 4:51 pm UTC
Forum: Level Design
Topic: Why we need a real raytracer for lightmaps rendering
Replies: 27
Views: 51136

Re: Why we need a real raytracer for lightmaps rendering

rsmse map in blender (not so many curves, so almost all faces are there, but not all): http://dl.illwieckz.net/b/unvanquished/shots/experiments/blender-obj/20161008-043408-000.blender-rsmse-map-3ds.png metro map in blender (many curves, so almost everything is missing): http://dl.illwieckz.net/b/unv...
by illwieckz
Sat Oct 08, 2016 4:46 pm UTC
Forum: Level Design
Topic: Why we need a real raytracer for lightmaps rendering
Replies: 27
Views: 51136

Re: Why we need a real raytracer for lightmaps rendering

As mentioned earlier, please keep in mind that no serious map uses actual light entities as they have always produced really bad results (either light without a source or light souces that are lit more brightly than the area they are supposed to light). I can imagine that q3map2 internally generate...
by illwieckz
Sat Oct 08, 2016 2:30 pm UTC
Forum: Troubleshooting
Topic: Help Setting Up Dedicated Server Please?
Replies: 18
Views: 29365

Re: Help Setting Up Dedicated Server Please?

If I remember right, you need that to announce your server to master server:

Code: Select all

set sv_dedicated "2"
by illwieckz
Sat Oct 08, 2016 2:27 pm UTC
Forum: Troubleshooting
Topic: Help Setting Up Dedicated Server Please?
Replies: 18
Views: 29365

Re: Help Setting Up Dedicated Server Please?

It looks like you are running the client and the server on the same computer right? You can edit your .cmd that way: daemonded.exe -homepath server -set net_port 27960 +exec server.cfg This way, the "server" dir (you can create it or let daemonded create it, you are free to chose the name ...
by illwieckz
Fri Oct 07, 2016 10:44 pm UTC
Forum: Troubleshooting
Topic: Help Setting Up Dedicated Server Please?
Replies: 18
Views: 29365

Re: Help Setting Up Dedicated Server Please?

I guess it will not prevent the server to run, this issue is minor (it's just to geolocalize players, it will not prevent them to play), try to join from another computer as player. ;-)

by illwieckz
Fri Oct 07, 2016 9:26 pm UTC
Forum: Troubleshooting
Topic: Help Setting Up Dedicated Server Please?
Replies: 18
Views: 29365

Re: Help Setting Up Dedicated Server Please?

Open notepad, write down: daemonded.exe -set net_port 27960 +exec server.cfg Save as " start-server.cmd " (not "start-server.cmd.txt") Put this file along side daemonded.exe Launch that file If you want to change the listening port, change 27960 for another number, if you want t...
by illwieckz
Fri Oct 07, 2016 12:12 pm UTC
Forum: Troubleshooting
Topic: Help Setting Up Dedicated Server Please?
Replies: 18
Views: 29365

Re: Help Setting Up Dedicated Server Please?

Which operating system do you use?

by illwieckz
Fri Oct 07, 2016 2:31 am UTC
Forum: Troubleshooting
Topic: Help Setting Up Dedicated Server Please?
Replies: 18
Views: 29365

Re: Help Setting Up Dedicated Server Please?

just like that:

Code: Select all

./daemonded +exec server.cfg

(daemonded.exe if you are running that other OS)

daemon will load config/server.cfg if you pass +exec server.cfg and will load config/something.cfg if you pass +exec something.cfg.

by illwieckz
Fri Oct 07, 2016 1:51 am UTC
Forum: Assets & Artwork
Topic: The effort to track all unvanquished assets in repositories
Replies: 17
Views: 13670

Re: The effort to track all unvanquished assets in repositories

<illwieckz> it looks like the normal maps from tga in trak5-textures.zip and from psd in trak5-src.zip are not exactly the one we use <illwieckz> so, if someone has our tex-trak5 package in tga/png/webp format, it will makes me happy Edit: it was an issue with crunch, the one from github.com/Unvanq...
by illwieckz
Thu Oct 06, 2016 11:30 pm UTC
Forum: Troubleshooting
Topic: Help Setting Up Dedicated Server Please?
Replies: 18
Views: 29365

Re: Help Setting Up Dedicated Server Please?

Hi, welcome to the game! :bsuit: I guess the config/server.cfg files are lowercase, btw, you just have to configure this file then run daemon… One important thing is to load a map in server.cfg (just put "map parpax" as last line for example), because without map, the server shutdowns itse...