Page 174 of 206

Re: SLADE Discussion - Latest: v3.1.2 Beta 5 (11/Sep/2017)

Posted: Wed Oct 04, 2017 3:52 am
by Gez
It has never been officially in. I did make builds upon a time with Game Music Emu added in, and I could do that again if I find the time and motivation for it (would have to be redone from scratch, too many code reorganizations and overhauls since then, plus the GME code has been updated too).

Re: SLADE Discussion - Latest: v3.1.2 Beta 5 (11/Sep/2017)

Posted: Sat Oct 14, 2017 8:04 am
by sk1re
Hi!
I've compiled latest Slade for Linux x64 (date: 14.10.2017 - git version: 45d8868) and made an "AppImage". AppImages should run on every modern Linux based Distro. It packages the executable with all it's needed dependencies.
Dependencies are usually a problem within Linux because every Distro has it's own version of the dependencies, AppImages bypasses this problem.
Download the Slade AppImage here:
http://www.mediafire.com/file/ujjn70byd ... 4.AppImage ~57MB
You have to make the AppImage executable with the command: "chmod a+x Slade-x86_64.AppImage". Or read this howto: http://discourse.appimage.org/t/how-to- ... cutable/80

I also made a version where you can edit the slade.pk3 if you have to because the AppImage is one big file. The script "run_slade.sh" is basically the same idea how AppImages work.
Unzip and execute "run_slade.sh".
http://www.mediafire.com/file/fh45w53q6 ... 64_r01.zip ~56MB

I've tested both versions on Arch Linux, Fedora, Debian and Lubuntu.

Maybe the Developers can make AppImages for future versions of Slade.
https://www.appimage.org/

hf,
-sk1re

Re: SLADE Discussion - Latest: v3.1.2 Beta 5 (11/Sep/2017)

Posted: Tue Oct 31, 2017 6:28 pm
by BFG
I've noticed a problem in SLADE in regards to the Blood palette. I was trying to recolor the Blood spider to be the same color as the red that is in the game, but the only colors in the palette are the wrong shade of red (almost orange), could it be that Blood uses its other palettes or some of the actors? (like the Beast vision one for example has more red colors) or has the palette been set up incorrectly?

Another problem is when I recolor the Baron of Hell, it looks fine in SLADE but in game there is random dark red patches all over him, yet every single shade of red in the palette i've translated. I could provide the translation code & screenshot for examples.

Re: SLADE Discussion - Latest: v3.1.2 Beta 5 (11/Sep/2017)

Posted: Wed Nov 01, 2017 6:21 am
by Rachael
Are you using PNG's? There is a limitation in GZDoom (since it remaps PNG's) that might prevent the remap from taking full effect; it cannot always predict that the colors being remapped to will be the same ones that Slade sees.

The only way to fix this is to convert the images in question to Doom format.

Re: SLADE Discussion - Latest: v3.1.2 Beta 5 (11/Sep/2017)

Posted: Wed Nov 01, 2017 2:37 pm
by DoodGuy
Its stuck like this forever, I tried with both the stable and beta builds

Re: SLADE Discussion - Latest: v3.1.2 Beta 5 (11/Sep/2017)

Posted: Thu Nov 02, 2017 11:09 pm
by Kappes Buur
DoodGuy wrote:Its stuck like this forever, I tried with both the stable and beta builds
A bit more information would be helpful.
  1. Is this the first time that you installed Slade3?
  2. Did you install into a dedicated folder?
  3. Did you previously use an older version, eg Slade2?
  4. Did you install the appropriate Runtimes?
  5. What does the logfile look like?
    Here is mine just opening Slade3:
    22:04:01: SLADE - It's a Doom Editor
    22:04:01: Version 3.1.2 Beta 5
    22:04:01: Written by Simon Judd, 2008-2017
    22:04:01: Compiled with wxWidgets 3.1.0 and SFML 2.4.2
    22:04:01: --------------------------------
    22:04:01: Loading configuration
    22:04:01: Loading resources
    22:04:01: Loading icons
    22:04:01: Loading entry types
    22:04:01: Loading text languages
    22:04:01: Loading text style sets
    22:04:01: Loading colour configuration
    22:04:02: Loading base resource
    22:04:02: Base resource loaded
    22:04:02: Loading game configurations
    22:04:02: Read game configuration "doom2" + "zdoom"
    22:04:02: SLADE Initialisation OK
    Warning: The created OpenGL context does not fully meet the settings that were requested
    Requested: version = 1.1 ; depth bits = 32 ; stencil bits = 8 ; AA level = 0 ; core = false ;
    debug = false ; sRGB = false
    Created: version = 4.5 ; depth bits = 24 ; stencil bits = 8 ; AA level = 0 ; core = false ;
    debug = false ; sRGB = false
    I don't know what the Warning is all about. The editor runs fine.
Just throwing out some random thoughts. You can see where this is going.

Re: SLADE Discussion - Latest: v3.1.2 Beta 5 (11/Sep/2017)

Posted: Fri Nov 03, 2017 4:37 am
by AtomicLugia
I see that the latest build has cropping now. I didn't thought that there's already cropping via console. I hope, they'll keep the "crash" command, it's funny!

So, I have some suggestions for this program.

An option to auto-crop multiple selected images (the ones with transparent space), including a option to type in the size of the free space aftermath (like in Game Maker 8, to prevent partial sharp edges), would be nice. Like in XWE, I can auto-crop images but I have to do this with every single image. When doing a custom font, this is like a nightmare.

Support for umlaut letters. When I type in these letters like "Ä Ö Ü ß", they'll become garbage like "Ä Ö Ãœ ß" in game or other programs than SLADE. This needs to be fixed. I mean, XWE can handle this and it's one of the most buggy programs I've ever used in my life.

Re: SLADE Discussion - Latest: v3.1.2 Beta 5 (11/Sep/2017)

Posted: Fri Nov 03, 2017 5:10 am
by Gez
Autocrop is already in, use the "adjust" console command.


Non-ASCII characters depend on the character encoding used. Might be a good idea to allow to change the encoding for the text editor.

Re: SLADE Discussion - Latest: v3.1.2 Beta 5 (11/Sep/2017)

Posted: Fri Nov 03, 2017 6:50 am
by Graf Zahl
DEfault shouldn't be UTF-8, though because no port currently uses that.

Re: SLADE Discussion - Latest: v3.1.2 Beta 5 (11/Sep/2017)

Posted: Fri Nov 03, 2017 9:01 am
by AtomicLugia
"adjust" doesn't work on multiple images. Instead it prints out "No image selected.".

Re: SLADE Discussion - Latest: v3.1.2 Beta 5 (11/Sep/2017)

Posted: Mon Nov 06, 2017 11:33 am
by Apeirogon
Sometimes slade break right after launch. Version and build dont play any role.

Re: SLADE Discussion - Latest: v3.1.2 Beta 5 (11/Sep/2017)

Posted: Sat Nov 18, 2017 7:39 am
by Marrub
Here's an odd issue, on Arch Linux using the regular PKGBUILD, the icon, including in the about menu, is uh...
Image
Weird.
I've tried reinstalling it a few times to no avail. Any idea what's up with that?

Re: SLADE Discussion - Latest: v3.1.2 Beta 5 (11/Sep/2017)

Posted: Sat Nov 18, 2017 8:52 am
by Gez
Is it the only problem? Just a corrupted icon? Other graphics are fine?

Re: SLADE Discussion - Latest: v3.1.2 Beta 5 (11/Sep/2017)

Posted: Sat Nov 18, 2017 9:55 am
by Marrub
Yup, everything else works great. I have no idea what's causing that in particular to be broken.

Re: SLADE Discussion - Latest: v3.1.2 Beta 5 (11/Sep/2017)

Posted: Fri Dec 01, 2017 1:38 pm
by DoodGuy
So I installed Win 10 on my PC, got the latest stable version, now i have this white bar on my sprite display