Author Topic: How to use the download client (will post pictures at a later date)  (Read 114 times)

Offline bwj3

  • Newbie
  • *
  • Posts: 2
  • Karma 0
    • View Profile
Ok so to make the download client work,
go to my computer,
local disc (c:)
then find the folder that says .rspscoding with something else after it,
and change the name of that file to BS_Cache (must have caps BS and C)

Note: you must have downloaded the cache from the webclient for this to work.

Then in your client folder, find run and right click it and press edit for windows xp or vista put this code into it



Code: [Select]
@echo off
Title Client
cd ./Files/
START java -Xmx512m Gui 30 0 lowmem members 32
exit

For windows 7 users put this in there

Code: [Select]
@echo off
title Client
cd ./Files/
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xmx500m Gui 30 0 lowmem members 32
pause

Note: Remember to compile after you have changed the code inside of run.

If your compiler does not work navigate to my computer > local disc (c:), program files, java and find your JDK version e.g mine is jdk1.6.0_22.
Then back to your client right click on compile click edit then add this code below replacing 1.6.0_22 with your version of jdk

Code: [Select]
example
@echo off
Title Compiler
"C:\Program Files\Java\jdk1.6.0_22\bin\javac.exe" *.java
pause

@echo off
Title Compiler
"C:\Program Files\Java\jdk(your jdk version here)\bin\javac.exe" *.java
pause

If you need any more help just pm me on here or in game.

Hope this helps

Cheers Matt
« Last Edit: January 16, 2012, 11:13:28 pm by bwj3 »

Share on Bluesky Share on Facebook


Offline River Plate

  • Junior Member
  • **
  • Posts: 52
  • Karma 2
  • Wanna Dice ?
    • View Profile
so, you are saying every new player has to do this? Or is this just for Morgan to fix client? Thx for the help btw (=

Offline gold blade

  • Junior Member
  • **
  • Posts: 54
  • Karma 0
  • skiller for life!
  • Location: holland
    • View Profile
nice guide! with pics it would be awesome!!
being a skiller will not say your a noob!

wanna dice?


Offline gold blade

  • Junior Member
  • **
  • Posts: 54
  • Karma 0
  • skiller for life!
  • Location: holland
    • View Profile
maybe stupids needs picturs
being a skiller will not say your a noob!

wanna dice?


Offline Richard

  • Newbie
  • *
  • Posts: 9
  • Karma 0
    • View Profile
Thanks helped a lot .