Also there are two jars and the names are
"runescape194"
"loader194"
what do i put in the .bat?
Code:@echo off TITLE Run "C:\Program Files\Java\jre1.7.0\bin\java.exe" -Xmx600m client pause
|
|
Alright this is what i need help with...
I looked in Signlink.java and found this..
When I put the cache files in there it still doesnt work...Code:public static final String findcachedir() { String[] strings = { "c:/windows/", "c:/winnt/", "d:/windows/", "d:/winnt/", "e:/windows/", "e:/winnt/", "f:/windows/", "f:/winnt/", "c:/", "~/", "/tmp/", "" }; String string = ".file_store_32"; for (int i = 0; i < strings.length; i++) { try { String string_0 = strings[i]; if (string_0.length() > 0) { File file = new File(string_0); if (!file.exists()) continue; } File file = new File(string_0 + string); if (file.exists() || file.mkdir()) return string_0 + string + "/"; } catch (Exception exception) { /* empty */ } } return null; }
This is what i get when i try to start it.
"Connecting to file server..."
then this..
Btw the files in the cache are
Config (No extenstion) 113 KB
crc (No extenstion) 1 KB
interface (No extenstion) 47 KB
media (No extenstion) 73 KB
models (No extenstion) 844 KB
textures (No extenstion) 157 KB
title (No extenstion) 51 KB
wordenc (No extenstion) 14 KB
Could somebody tell me if I have to add the extension to like .idx#?
Also there are two jars and the names are
"runescape194"
"loader194"
what do i put in the .bat?
Code:@echo off TITLE Run "C:\Program Files\Java\jre1.7.0\bin\java.exe" -Xmx600m client pause
help?

is this a 194 client with 194 cache?
And i also dont see any main cache files? only the config which may have been used to auto download the cache from runescape or version check?
did you get this from a .jar?
No I didn't get those from a jar...They were in a zip called cache from a so called "194 client with cache" posted by admin on moparscape that was stickied lol i got it about a month ago and just stumbled on it again lol
arent they suppost to be .jag files inside of a .idx0 ?

Didnt work..it cant locate the cache which i i think means those are the cache but not in the archive its looking for?
ok thanks =[)
only problem now is that there aren't any sources out and I have no idea where to start.
| « Help | Custom Emote Question. » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |