Jump to content

gsorreta

Members
  • Posts

    38
  • Joined

Everything posted by gsorreta

  1. When I heard Bas Rutten in the opening I immediately knew this video would be awesome
  2. Creating a RAMDRIVE works, especially for people with not as great hardware, but a lot of RAM. http://www.swtor.com/community/showthread.php?t=154568 I posted my batch file on page 15. A RAMDRIVE essentially creates a high speed SSD, which solves the caching issue that causes most of the lag in-game. A bit technical for many, but if you can get it working the difference is night and day... With a RAMDRIVE set up I was able to play swtor on my netbook (although only 15-20 fps )
  3. I posted the batch file code I used a few posts up. I had to manually edit the file paths to work for my system. Inside the batch file code is the line to junction the settings folder, which is why it works for me once I created the settings folder in the correct place.
  4. Figured it out. Create the folder: C:\Program Files (x86)\Electronic Arts\BioWare\Star Wars - The Old Republic\swtor\retailclient\settings and it should now create the settings files in it.
  5. I have it working and its running great! I actually have no lag in a warzone!!!!!!!! One issue is that each time I restart, chat settings and graphic settings are not being saved... my buttons are being saved though... which is kinda annoying... I did check and my localappdata is being juntioned, I can see it as a link. I'll try restarting to see if it gets fixed. I had to edit the other bat file on page 8 to this to get it to work for me: @ECHO OFF :SETVARS for /F "skip=2 tokens=4" %%i in ('reg query "hklm\software\bioware\star wars-the old republic" /v "Install Dir"') do set installloc32="C:\Program Files (x86)\Electronic Arts\BioWare\Star Wars - The Old Republic" for /F "skip=2 tokens=4" %%i in ('reg query "hklm\software\wow6432node\bioware\star wars-the old republic" /v "Install Dir"') do set installloc64="C:\Program Files (x86)\Electronic Arts\BioWare\Star Wars - The Old Republic" IF DEFINED installloc32 IF DEFINED installoc64 GOTO ERRinstloc IF NOT DEFINED installloc32 set installloc=%installloc64% IF DEFINED installloc32 set installloc=%installloc32% :COPY IF NOT EXIST "C:\Program Files (x86)\Electronic Arts\BioWare\Star Wars - The Old Republic\swtor\retailclient" (xcopy "%localappdata%\swtor\swtor\settings" "C:\Program Files (x86)\Electronic Arts\BioWare\Star Wars - The Old Republic\swtor\retailclient" /E /I && ren "%localappdata%\swtor" swtor-orig) :MKDRIVE IF EXIST t:\ GOTO MKFOLDER imdisk -a -s 2G -m T: -p "/fs:ntfs /q /y" :MKFOLDER IF EXIST "t:\swtor\swtor\retailclient" GOTO MKLINK1 mkdir t:\swtor mkdir t:\swtor\swtor :MKLINK1 IF EXIST "%localappdata%\SWTOR" GOTO MKLINK2 mklink /J "%localappdata%\SWTOR" "T:\SWTOR" :MKLINK2 IF EXIST "T:\swtor\swtor\settings" GOTO MKLINK3 mklink /J "T:\swtor\swtor\settings" "C:\Program Files (x86)\Electronic Arts\BioWare\Star Wars - The Old Republic\swtor\retailclient\settings" :MKLINK3 IF EXIST "T:\DiskCacheArena" GOTO LAUNCH ren "C:\Program Files (x86)\Electronic Arts\BioWare\Star Wars - The Old Republic\swtor\DiskCacheArena" DiskCacheArena-orig mklink "C:\Program Files (x86)\Electronic Arts\BioWare\Star Wars - The Old Republic\swtor\DiskCacheArena" "T:\DiskCacheArena" :LAUNCH :set installdrive=%installloc:~0,2% :%installdrive% :cd %installloc:~2% :start "" "C:\Program Files (x86)\Electronic Arts\BioWare\Star Wars - The Old :Republic\launcher.exe" /MIN GOTO EOF :ERRinstloc @ECHO ON @ECHO "Hmm, you seem to have two installation folders. Better post in the SWTOR forum!" @ECHO OFF PAUSE GOTO EOF :EOF
  6. Try to obliterate right went they push you. Do it at the right time and you won't go flying.
  7. I spent an hour in ilum over lunch and didn't get the fabled valor level every minute. ***
  8. Here is the ANSWER!!!!! Ctrl + Alt + Del I prefer to fix DB issues with a sledge hammer. WHAT DO WE EVEN PAY ORACLE FOR?!?!?!?
  9. My guess is that its how they handle messages sent client side vs server side. If they moved more to the client side I bet we'll see less delays, but then again it can open it up to more hacking as well.
  10. I just logged on and the game asked me to enter a surname. I figured this would be just for my character, but I have come to find out that this name is now stuck with my alts as well. I don't frequent game forums or websites, so it was a complete surprise to me when the game asked me to enter one. Now I'm stuck with the surname Salami
  11. Do you get off saying the same thing over and over again? We get it already. You are getting annoying.
  12. Just got my fedex tracking information and it won't be delivered until Dec 23rd. Boo!
×
×
  • Create New...