Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.
 

vwjoker

Latest Activity

Posted in: Remote Admin For SWBF
 vwjoker
10-07-2004, 7:53 AM
#5
Um a remote admin tool? Ok, maybe I am missing the point.... but if you are running a windows server that is hosting the dedicated server, why reinvent the wheel when you have simple tools like Terminal Server, Remote Desktop.... or my favourite Tig...  [Read More]
Posted in: Map lvl files
 vwjoker
10-01-2004, 11:26 AM
#1
I was having a think today (a rare occurance), and the very first time I played online I was playing an Endor level (Endor Villiage I believe).... then realised I have never played it since, and it isnt on the PC Dedicated server I am running. So I...  [Read More]
Posted in: Firewall Ports question
 vwjoker
10-06-2004, 11:59 PM
#8
Since day 1 I have only had 4 ports opened. 3658 3659 6500 27900 Luckily my router supports the UDP/TCP option so it doesnt matter which protocol they are using. However, I did set them up for incoming traffic to be redirected to my server ie &quo...  [Read More]
Posted in: List Your Tips & Tricks
 vwjoker
10-07-2004, 7:07 AM
#34
If you are sniping.... remember the AI is stupid. If the AI you are trying to hit is far away and moving, dont worry too much about hitting him coz if you get close he will stop. Then just headshot away, and watch those kills rack up. Stormtroopers...  [Read More]
Posted in: SW:BF Gamespy Query Script
 vwjoker
10-05-2004, 1:59 AM
#45
Just a quick question, how did anyone figure out what HEX codes to send to the server to query it? $send = pack("H*", "FE"); $send .= pack("H*", "FD"); $send .= pack("H*", "00"); $send .= p...  [Read More]
Posted in: SW:BF Gamespy Query Script
 vwjoker
10-04-2004, 1:19 PM
#42
In terms of the part of the script that sorts out which side is which, I've had a look and they dont always seem to tally. ie the game may be rebels vs imperials, but Confederation / Republic would be showing. So I just changed the code to this. e...  [Read More]
Posted in: SW:BF Gamespy Query Script
 vwjoker
10-04-2004, 12:09 PM
#37
ah, I wasnt too sure what putting the ' ' marks around it did. I figured it was a generic sort of define (like cast) method, and wouldnt affect its length. So um... outta my depth already, it defines the type, and not the length? Hey, its been a fe...  [Read More]
Posted in: SW:BF Gamespy Query Script
 vwjoker
10-04-2004, 11:45 AM
#35
Many thanks for the php script KaeseGewitter! :) Works a treat, had to do a little bit of fiddling, but seems to work fine... as my webserver (abyss) sits on the game server, I just use 127.0.0.1 (stops the darn thing timing out). I'm also using a...  [Read More]