Posts by kevinsky

    I know all the modellers have put in a lot of time getting this ready. But you couldnt have a worse situation where you have a new version but it is unstable and it is available in 2 conflicting versions Have a care for the average user signing on and wondering what do I do? I think it would help everyone if there was only one unstable version out rather than 2. Then at least you could mark it as a beta and buyer beware. Any chance everyone could work together to put a united product out to all the freelancer players?

    Hi I think an add on is a great idea but considering some of the history of this mod shouldnt you have the blessing of Michael Dan, wherever he is, or give it a new Mod name and credit him? I would be happy to host a demo server if you need one. I am currently hosting the ReBalance Mod 3.4 server and have seen a real drop in interest over the last few months as the beta just never finished. Cheers

    I am using a router on a dynamic IP and am using a bit of php script to get the number of players online, or you can use Freelancer server operator by Joe Boomz, and some vbscript to get the ip address assigned by my internet provider and some DOS to stick it all together. there´s room for improvement but it works. Post back here if you´re interested in the code and files and I will email them to you.

    I´m running win 2003 server with flso. works fine except for the tie in with flstat. It will not run flstat without crashing. Joe Boomz did not have any suggestions that helped so I just run it separately. btw it only runs when you are logged on as an administrator. otherwise no probls, everything works well including web configuration of players online

    I found this vb script that works for me. I will fiddle with it and get it to write a web page that can be uploaded by an FTP server on a schedule this script works on windows machines and should be saved as a .vbs file ´ GetIP.vbs ´ 1-18-2004, Maurer ´ Copyright Jim Maurer ´ ´Note: If you schedule this program to run, please make sure it´s has at least a 15 minute interval. ´ On error resume next Dim ip_info, ip_host, ip_time, ip_mainsite, DataBlock, Message Const URL = &quot;http://ip.auditmypc.com/&quot; set xmldoc = CreateObject(&quot;Microsoft.XMLDOM&quot<img src=smilies/icon_smile_wink.gif width=15 height=15 border=0 align=middle> xmldoc.async=false xmldoc.load(URL) For each DataBlock in xmldoc.documentElement.childNodes Select Case DataBlock.NodeName Case &quot;ip&quot; ip_info = DataBlock.text Status = &quot;ok&quot; Case &quot;host&quot; ip_host = DataBlock.text Status = &quot;ok&quot; Case &quot;time&quot; ip_time = DataBlock.text Status = &quot;ok&quot; Case &quot;mainsite&quot; ip_mainsite = DataBlock.text Status = &quot;ok&quot; End Select Next If Status = &quot;ok&quot; Then Message = ip_info &amp; vbCrLf &amp; ip_host &amp; vbCrLf &amp; ip_time &amp; vbCrLf &amp; ip_mainsite Else Message = &quot;I could not find valid data, are you connected to the internet? Support found at email(at)auditmypc.com&quot; End If wscript.echo Message

    ran into a hilarious problem with a player flying the Mauler. He had several weapons slots that werent filled and when he took off from the Robot planet he had several rocks/scenery attached to him. He couldnt get rid off them and they remained attached to his ship through gates, trade lanes and docking at stations. Any suggestions?

    I have been playing this mod in MP with the 1.1 patch on the server. In the EFA system after I take a job on earth or the moon that requires me to go via mars , to say, near mercury, there is a good chance the server will crash. I left the EFA system and have had no crashes since. The crashes happen on the way to the job, during the job, or after--don´t know why. I use the FLMManager and have installed the FL ini files on server and client. Otherwise I´m having a great time with this mod and appreciate all the hard work that went into it.

    Noob question loaded the mod for single player, and transferred my existing single player game, works fine, having a great time with all the new stuff but..... wherever I go to look for work at the bar it´s the same line ´no missions available-come back later´ I´m class 32 with status as Mission flying a stock Titan and I can´t get work? All suggestions appreciated