Advertisement
Guest User

Starsiege_Anon

a guest
Jul 15th, 2009
1,477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. How to play STARSIEGE (Assuming you have already downloaded the torrent);
  2.  
  3. 1) grab the win2k unpacker from http://the-junkyard.net/files-starsiege.php?action=download&id=63
  4. 2) mount the Starsiege CD image image titled "play disc" (you can use an image mounting suite like Daemon tools for this)
  5. 3) it will attempt to install normally once you mount the image, cancel it
  6. 4) instead, run that win2k unpacker to install the game
  7. 5) install the patches up to 1.004 provided in the torrent by just double clicking on their icons. (WARNING: patch 1.004 might give you a weird bug which prevents you from typing information into the game such as player names, so test it out before getting too far in)
  8. 6) find the "master.cs" file in your starsiege/scripts folder and open it with wordpad, delete all the text that is currently there and copy-paste in this REMOVE THE {}s
  9.  
  10. {{{
  11.  
  12. $Inet::Master1 = "IP:74.211.83.179:29000"; // Eye's Master Server
  13. $Inet::Master2 = "IP:76.64.165.161:29000"; // DusterSteve's Master Server
  14. //$Inet::Master3 = "IP:";
  15.  
  16.  
  17.  
  18. //$Inet::Master1 = "IP:ss1m1.masters.dynamix.com:29000"; // original
  19. //$Inet::Master2 = "IP:ss1m2.masters.dynamix.com:29000"; // original
  20. //$Inet::Master3 = "IP:ss1m3.masters.dynamix.com:29000"; // original
  21.  
  22.  
  23. $inet::IPBroadcast1 = "IP:broadcast:29001";
  24. $inet::IPXBroadcast1 = "IPX:broadcast:29001";
  25.  
  26. # times here are in ms
  27. $pref::maxConcurrentPings = 20;
  28. $pref::pingTimeoutTime = 1500;
  29. $pref::pingRetryCount = 2;
  30. $pref::maxConcurrentRequests = 10;
  31. $pref::requestTimeoutTime = 3000;
  32. $pref::requestRetryCount = 2;
  33.  
  34. }}}
  35.  
  36. this will connect you to some small fan-run servers that are still operational
  37.  
  38.  
  39.  
  40.  
  41. 7) go nuts! i recommend playing the human single-player campaign first
  42.  
  43. <FIRST-THOUGHT\\GIVER-OF-WILL> KNOWS ALL
  44. ACKNOWLEDGE//SUBMIT!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement