Search found 687 matches

by illwieckz
Sun Oct 09, 2016 1:02 am UTC
Forum: Troubleshooting
Topic: Help Setting Up Dedicated Server Please?
Replies: 18
Views: 33066

Re: Help Setting Up Dedicated Server Please?

If it's the ToS server, yes I see it. By the way, I have some trouble to connect to. The map loads then the game is stuck (like infinite ping) after some time the map is displayed and it says "illwieckz [granger] entered the game", so I joined the server for real, your server must have log...
by illwieckz
Sat Oct 08, 2016 7:27 pm UTC
Forum: Troubleshooting
Topic: Help Setting Up Dedicated Server Please?
Replies: 18
Views: 33066

Re: Help Setting Up Dedicated Server Please?

If you host the server on the same computer you play, you wille have trouble connecting to your server using your public ip address if you are behind a NAT, so you can't connect from the server browser (but other players on the internet can) because the server browser gives you the public address, n...
by illwieckz
Sat Oct 08, 2016 4:56 pm UTC
Forum: Level Design
Topic: Why we need a real raytracer for lightmaps rendering
Replies: 27
Views: 56336

Re: Why we need a real raytracer for lightmaps rendering

my point is that q3map2 reads .shader files to spawn lights in front of relevant surfaces. These lights are not in the .map file and not in the .bsp file either! since q3map2 in -convert mode read shaders to generate .mtl (or similar), I think it could be possible to extend q3map2 to read those q3m...
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: 56336

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: 56336

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: 33066

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: 33066

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: 33066

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: 33066

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: 33066

Re: Help Setting Up Dedicated Server Please?

Which operating system do you use?