Search found 206 matches

by Zrax
Tue Nov 30, 2021 3:58 pm
Forum: Plasma Development
Topic: Getting libHSPlasma and PlasmaShop
Replies: 53
Views: 246938

Re: Getting libHSPlasma and PlasmaShop

Sirius wrote:
Zrax wrote:Hmm, not sure where you found that old link
It's the one in the first post of this topic, you might want to edit it ;)
Heh, so it is... Thanks, and fixed now!
by Zrax
Mon Nov 29, 2021 10:43 am
Forum: Plasma Development
Topic: Getting libHSPlasma and PlasmaShop
Replies: 53
Views: 246938

Re: Getting libHSPlasma and PlasmaShop

Hmm, not sure where you found that old link, but the better bet would be to get them from HTTP rather than FTP:

http://uru.zrax.net/PlasmaShop/PlasmaShop-2.2.6.zip

Or better yet, file bugs / feature requests against the supported version so you don't need the old one any more ;)
by Zrax
Sat May 04, 2019 9:58 am
Forum: Deep Island
Topic: Help needed to merge UruExplorer.exe fixes
Replies: 13
Views: 10328

Re: Help needed to merge UruExplorer.exe fixes

And here it is! I only did minimal basic testing, but it seems to work so far...

UU_114b_DI_patched.zip
by Zrax
Fri May 03, 2019 10:05 pm
Forum: Deep Island
Topic: Help needed to merge UruExplorer.exe fixes
Replies: 13
Views: 10328

Re: Help needed to merge UruExplorer.exe fixes

I assume you're referring to the 1.1.4b client? I can probably work on patching it this weekend...
by Zrax
Wed May 23, 2018 6:04 pm
Forum: Plasma Development
Topic: Dirtsand Early 2018
Replies: 96
Views: 231917

Re: Dirtsand Early 2018

In my case, after recompiling string theory, dirtsand now recognizes it. I didn’t remove the one in /usr/local, so perhaps that’s why it’s working?

That's correct -- if you didn't specify an rpath, it will still be using the version in /usr/local even if you linked against the version in /opt ...
by Zrax
Tue May 22, 2018 6:18 pm
Forum: Plasma Development
Topic: Dirtsand Early 2018
Replies: 96
Views: 231917

Re: Dirtsand Early 2018



$ git clone https://github.com/zrax/string_theory.git


Here we are making a clone copy of the sub-directory from the github called string_theory this will sit in the /opt/dirtsand directory .

Are you sure? When I ran cmake without flags, it gave me /usr/local as the default value for CMAKE ...
by Zrax
Sat May 05, 2018 12:03 pm
Forum: Plasma Development
Topic: Dirtsand Early 2018
Replies: 96
Views: 231917

Re: Dirtsand Early 2018

sudo apt-get install build-essential git cmake libpq-dev libssl-dev libreadline-dev zlib1g-dev

I get a message saying git is already the latest version so I am not worried about this as I have seen this many times before.


What was the exact output (not a paraphrase or summary) of this command ...
by Zrax
Fri Mar 23, 2018 6:56 pm
Forum: Plasma Development
Topic: HSPlasma returning empty vectors
Replies: 2
Views: 4744

Re: HSPlasma returning empty vectors

Hmm, I certainly haven't seen that type of behavior before in, for example, PlasmaShop (which does use those same interfaces). My first guess since the code directly exposes the `std::vector` is that you might be mixing Release libhsplasma with a Debug client application or vice versa. MSVC ...
by Zrax
Wed Jun 24, 2015 9:05 pm
Forum: Plasma Development
Topic: Plasma Shop
Replies: 11
Views: 15473

Re: Plasma Shop

If you want to convert an OpenType font as-is, the easiest solution would probably be to convert it to a TTF and then use the plFontConverter tool from Plasma. I don't believe the .p2f format has changed between various Uru releases, so it should be fine regardless of the engine you're targetting.
by Zrax
Mon Oct 20, 2014 5:54 pm
Forum: Plasma Development
Topic: Unexpected Tag: Detector
Replies: 2
Views: 5158

Re: Unexpected Tag: Detector

There's not much context here, so I'm making a few guesses...

It looks like you're compiling a plArmatureMod from PRC. I say this because plArmatureModBase is the only type which has a "Detector" element, and plArmatureMod had a bug which skipped parsing of plArmatureModBase's parameters ...

Go to advanced search