How can i edit shapes 1-149?

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
Marcus
Posts: 64
Joined: Thu May 14, 2020 1:34 pm

How can i edit shapes 1-149?

Post by Marcus »

If i tried to load them in Photoshop 6.0 using the plugin, it comes a message up that say "Unexpecetd EOF".
wjp
Site Admin
Posts: 1708
Joined: Thu May 14, 2020 1:34 pm

Re: How can i edit shapes 1-149?

Post by wjp »

Yeah, the 8x8 ground-tile shapes are still unsupported. Shouldn't be too much work to add it.
nadir
Site Admin
Posts: 407
Joined: Thu May 14, 2020 1:34 pm

Re: How can i edit shapes 1-149?

Post by nadir »

The GIMP plugin supports them :)
Marcus
Posts: 64
Joined: Thu May 14, 2020 1:34 pm

Re: How can i edit shapes 1-149?

Post by Marcus »

Will be nice if Photoshop can be updated.
For the meantime i will try Gimp, but where can i get the plugin?
nadir
Site Admin
Posts: 407
Joined: Thu May 14, 2020 1:34 pm

Re: How can i edit shapes 1-149?

Post by nadir »

It's in the source, and you need to compile it yourself. I don't know if the GIMP plugin works under Windows though
Marcus
Posts: 64
Joined: Thu May 14, 2020 1:34 pm

Re: How can i edit shapes 1-149?

Post by Marcus »

Thats a problem, because i only have Windows on my PC.
Dominus
Site Admin
Posts: 5656
Joined: Thu May 14, 2020 1:34 pm

Re: How can i edit shapes 1-149?

Post by Dominus »

Gimp plugin doesn't work on Windows...
Gimp for Windows is really poorly supported, at least when I last checked.
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Marcus
Posts: 64
Joined: Thu May 14, 2020 1:34 pm

Re: How can i edit shapes 1-149?

Post by Marcus »

Sh.., does anybody knows another way to edit these shapes?
wjp
Site Admin
Posts: 1708
Joined: Thu May 14, 2020 1:34 pm

Re: How can i edit shapes 1-149?

Post by wjp »

The structure of these 8x8 shapes is very easy: it's just 64 raw bytes. (1 byte/pixel)

If photoshop has a "raw" input file mode, you might be able to read it using that. (You need to get the palette from a 'normal' shape, though)
Marcus
Posts: 64
Joined: Thu May 14, 2020 1:34 pm

Re: How can i edit shapes 1-149?

Post by Marcus »

Thanks wjp, that works.
Locked