Despite shubla's constant C&I shiposting he can still make great posts
iz gud updoot +juan
jorb wrote:Stop shitposting.
renasmd wrote:Hello all.
Sorry if this is the wrong place for my question.
I love porus Pasta client, and i'm trying to change some textures in the res files. But everytime I launch the game the hafen-res.jar is downloaded again, making me losse my changes.
There is a way to prevent that?
Ty in advance.
(Sorry again if this is the wrong place for this).
shubla wrote:renasmd wrote:Hello all.
Sorry if this is the wrong place for my question.
I love porus Pasta client, and i'm trying to change some textures in the res files. But everytime I launch the game the hafen-res.jar is downloaded again, making me losse my changes.
There is a way to prevent that?
Ty in advance.
(Sorry again if this is the wrong place for this).
If you use the launcher, probably not.
Avoid using launcher, build from sources & launch directly.renasmd wrote:
What can i do them? HALP PLIZ
ZenoWyvern wrote:How do you disable flat cupboards?
It's hilarious how unwilling you are to do anything mildly useful for people who use your client. Here, I'll even do the heavy lifting for you.shubla wrote:ZenoWyvern wrote:How do you disable flat cupboards?
Currently no way to disable them.
public static class JarSource implements ResSource, Serializable {
public InputStream get(String name) throws FileNotFoundException {
InputStream s = Resource.class.getResourceAsStream("/res/" + name + ".res");
if (name.contains("cupboard") && !Config.flatcupboards)
return null; //disables flat cupboard res from loading from amber-res.jar
if (s == null)
throw (new FileNotFoundException("Could not find resource locally: " + name));
return (s);
}
public String toString() {
return ("local res source");
}
}
Ardennesss wrote:. Here, I'll even do the heavy lifting for you.
Users browsing this forum: Claude [Bot] and 0 guests