Purus Pasta Client [W14 COMPATIBLE]

Forum for alternative clients, mods & discussions on the same.

Re: Purus Pasta Client

Postby shubla » Sat Apr 11, 2020 9:32 pm

Version 3.19.0 released!
- Added option for colorful cavein dust
- Added queued moevements for loftars map
- Allow binding of PBot scripts to FBelts
- Cavein dust now persists for ~30 minutes
- Knocked out animals should now be higher on water
- Made dowsing slices persist
- Made flowerpicker-extension faster
- Made flowerpicker-extension faster
- Made questgiver widget draggable
- Minor fixes
- PBot updated to use graal v20
- Resize PBot scriptlist icons
- Some refactoring of PBot API functions (major changes for some functions)
Image
I'm not sure that I have a strong argument against sketch colors - Jorb, November 2019
http://i.imgur.com/CRrirds.png?1
Join the moderated unofficial discord for the game! https://discord.gg/2TAbGj2
Purus Pasta, The Best Client
User avatar
shubla
 
Posts: 13043
Joined: Sun Nov 03, 2013 11:26 am
Location: Finland

Re: Purus Pasta Client

Postby Vassteel » Sat Apr 11, 2020 10:29 pm

Despite shubla's constant C&I shiposting he can still make great posts

iz gud updoot +juan
jorb wrote:Stop shitposting.
User avatar
Vassteel
 
Posts: 701
Joined: Thu Aug 15, 2013 12:38 pm

Re: Purus Pasta Client

Postby renasmd » Sun Apr 12, 2020 9:59 pm

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).
FARMER FOREVER.
User avatar
renasmd
 
Posts: 37
Joined: Sun Sep 13, 2015 9:39 pm
Location: Bulls Bay

Re: Purus Pasta Client

Postby shubla » Sun Apr 12, 2020 10:07 pm

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.
Image
I'm not sure that I have a strong argument against sketch colors - Jorb, November 2019
http://i.imgur.com/CRrirds.png?1
Join the moderated unofficial discord for the game! https://discord.gg/2TAbGj2
Purus Pasta, The Best Client
User avatar
shubla
 
Posts: 13043
Joined: Sun Nov 03, 2013 11:26 am
Location: Finland

Re: Purus Pasta Client

Postby renasmd » Sun Apr 12, 2020 10:07 pm

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.


What can i do them? HALP PLIZ
FARMER FOREVER.
User avatar
renasmd
 
Posts: 37
Joined: Sun Sep 13, 2015 9:39 pm
Location: Bulls Bay

Re: Purus Pasta Client

Postby ffsfiftyseven » Mon Apr 13, 2020 5:36 am

renasmd wrote:
What can i do them? HALP PLIZ
Avoid using launcher, build from sources & launch directly.
ffsfiftyseven
 
Posts: 19
Joined: Sat Jan 15, 2011 3:18 pm

Re: Purus Pasta Client

Postby ZenoWyvern » Wed Apr 15, 2020 8:00 pm

How do you disable flat cupboards?
ZenoWyvern
 
Posts: 8
Joined: Thu Dec 08, 2016 5:50 am

Re: Purus Pasta Client

Postby shubla » Wed Apr 15, 2020 8:53 pm

ZenoWyvern wrote:How do you disable flat cupboards?

Currently no way to disable them.
Image
I'm not sure that I have a strong argument against sketch colors - Jorb, November 2019
http://i.imgur.com/CRrirds.png?1
Join the moderated unofficial discord for the game! https://discord.gg/2TAbGj2
Purus Pasta, The Best Client
User avatar
shubla
 
Posts: 13043
Joined: Sun Nov 03, 2013 11:26 am
Location: Finland

Re: Purus Pasta Client

Postby borka » Wed Apr 15, 2020 9:35 pm

you need to start the launcher ... wait till it has fetched updates, keep launcher open, don't click play ... go to your Purus folder -> libs - open amber-res.jar (with 7 zip) -> gfx\terobjs\ - rename cupboard.res to upboard.res - close 7 zip - click play at launcher = normal high cups (it gets downloaded from res server and stored in your cache)

as the launcher updates amber-res.jar each time you start it you'd have to do it each time ...
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Purus Pasta Client

Postby Ardennesss » Wed Apr 15, 2020 10:39 pm

shubla wrote:
ZenoWyvern wrote:How do you disable flat cupboards?

Currently no way to disable them.
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.

Code: Select all
   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");
      }
   }


If you're going to ask for donations you should probably at least put in some effort.
ImageImage
ImageImageImageImage
User avatar
Ardennesss
 
Posts: 1127
Joined: Sun Oct 06, 2013 4:22 pm

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Yandex [Bot] and 11 guests