SLADE Discussion - Latest: v3.2.5 (19/Dec/2023)

Any utility that assists in the creation of mods, assets, etc, go here. For example: Ultimate Doom Builder, Slade, WadSmoosh, Oblige, etc.
Forum rules
The Projects forums are ONLY for YOUR PROJECTS! If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
User avatar
Empyre
Posts: 68
Joined: Thu Apr 05, 2007 10:39 pm
Location: Garland, TX, USA

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

Post by Empyre »

I have a suggestion: in tools like Remove Unused Textures, look at textures in the TEXTURES folder of a PK3, between TX_START and TX_END in a WAD, and the textures defined by the TEXTURES lump, as well as the old TEXTUREx lumps.

Also, thank you for SLADE. It's awesome!
User avatar
Jekyll Grim Payne
 
 
Posts: 1063
Joined: Mon Jul 21, 2008 4:08 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia (Modern GZDoom)
Contact:

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

Post by Jekyll Grim Payne »

I tried running latest build on a win10 machine at the office (I have win7 at home) so I could code for a bit at lunch break. However, the same archive that opens just fine in the same build of SLADE at home crashes at the office.

Here's a log:

Code: Select all

Version: 3.1.2 Beta 5
Current action: aman_open
Operating System: Windows 7 (build 7600), 64-bit edition
Graphics Vendor: OpenGL not initialised
Graphics Hardware: OpenGL not initialised
OpenGL Version: OpenGL not initialised

Stack Trace:
0: [unknown location] [unknown:7078000]
1: (f:\programming\libs\wxwidgets-3.1.0\src\common\wincmn.cpp:492) wxWindowBase::~wxWindowBase
2: (f:\programming\libs\wxwidgets-3.1.0\src\msw\window.cpp:469) wxWindow::~wxWindow
3: (f:\programming\libs\wxwidgets-3.1.0\src\common\toplvcmn.cpp:100) wxTopLevelWindowBase::~wxTopLevelWindowBase
4: (f:\programming\libs\wxwidgets-3.1.0\src\msw\toplevel.cpp:524) wxTopLevelWindowMSW::~wxTopLevelWindowMSW
5: (f:\programming\libs\wxwidgets-3.1.0\src\common\framecmn.cpp:171) wxFrameBase::~wxFrameBase
6: [unknown location] SplashWindow::`scalar deleting destructor'
7: (f:\programming\libs\wxwidgets-3.1.0\src\common\appcmn.cpp:144) wxAppBase::CleanUp
8: (f:\programming\libs\wxwidgets-3.1.0\src\msw\app.cpp:707) wxApp::CleanUp
9: (f:\programming\libs\wxwidgets-3.1.0\src\common\init.cpp:452) wxEntryCleanup
10: (f:\programming\libs\wxwidgets-3.1.0\src\common\init.cpp:503) wxEntryReal
11: (f:\programming\libs\wxwidgets-3.1.0\src\msw\main.cpp:181) wxEntry
12: (f:\programming\libs\wxwidgets-3.1.0\src\msw\main.cpp:289) wxEntry
13: (c:\dev\slade-build\src\application\sladewxapp.cpp:476) WinMain
14: (f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:253) __scrt_common_main_seh
15: [unknown location] BaseThreadInitThunk
16: [unknown location] RtlValidSecurityDescriptor
17: [unknown location] RtlValidSecurityDescriptor

Last Log Messages:
Loading colour configuration
Loading base resource
Base resource loaded
Loading game configurations
SLADE Initialisation OK
Checking for updates...
Latest stable release: v3115 "3.1.1.5"
Latest beta release: v3120_b5 "3.1.2 Beta 5"
Already up-to-date
Opening archive C:\Users\aakopov\Dropbox\Beautiful_Doom\BDoom640.pk3
That's not because I'm using dropbox, I tried copying it to a different folder as well (and tried running SLADE from a different folder too).
User avatar
Cherno
Posts: 1308
Joined: Tue Dec 06, 2016 11:25 am

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

Post by Cherno »

For a while now, the slider for zomming into graphics and sprites has disappeared, leaving me having to view them at 1:1 screen resolution which makes sprite offsetting impractical if not impossible. Anyone else has that problem?
Gez
 
 
Posts: 17831
Joined: Fri Jul 06, 2007 3:22 pm

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

Post by Gez »

Jekyll Grim Payne wrote:I tried running latest build on a win10 machine at the office (I have win7 at home) so I could code for a bit at lunch break. However, the same archive that opens just fine in the same build of SLADE at home crashes at the office.

Here's a log:

Code: Select all

Version: 3.1.2 Beta 5
Current action: aman_open
Operating System: Windows 7 (build 7600), 64-bit edition
Odd. your log appears to be from Windows 7.
Windows build numbers -- if this was from a Windows 10 installation, the build number should be 10240 or above.
User avatar
VGA
Posts: 505
Joined: Mon Mar 28, 2011 1:56 am

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

Post by VGA »

Could it be running under some kind of compatibility mode?
User avatar
Jekyll Grim Payne
 
 
Posts: 1063
Joined: Mon Jul 21, 2008 4:08 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia (Modern GZDoom)
Contact:

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

Post by Jekyll Grim Payne »

Actually yes, that time it was running in compatibility mode. But now it happens at home too.
Phantombeta thinks it's a problem with Zscript parsing inside the file but I don't know even in theory what could cause issues like this. It's true, however, that if I use 7zip to replace zscript.txt with the one that has all #include strings commented, SLADE can open it.

Here's what happened when I tried uncommenting the lines and saving changes via SLADE:
Spoiler:
UPD: this is the contents of the file that leads to the crash when it's #included https://pastebin.com/RmSVmYMn

UPD2: I managed to fix a number of purely coding issues, and now it's parsed properly. I didn't know code errors could affect parsing...
Paar
Posts: 88
Joined: Fri Apr 18, 2008 5:17 pm

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

Post by Paar »

I have tried to use SLADE map editor for a while and I must say it feels much more modern than DB2/GZDB. Yes, there are some features that are missing, mainly tied to a ZDoom nad UDMF editing, but I'm sure that those will be worked out eventually. When they do I will likely jump to SLADE immediately. I'm looking forward to a new version which will hopefully come out soon.
User avatar
sinaptica
Posts: 19
Joined: Tue Jan 31, 2017 5:41 am

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

Post by sinaptica »

Marrub wrote:Here's an odd issue, on Arch Linux using the regular PKGBUILD, the icon, including in the about menu, is uh...
Weird.
I've tried reinstalling it a few times to no avail. Any idea what's up with that?
Hey, this should be fixed soon. Check this pull request if you are curious about what was happening. :3:
User avatar
sirjuddington
Posts: 1025
Joined: Wed Jul 16, 2003 4:47 am
Location: Australia
Contact:

Re: SLADE Discussion - Latest: v3.1.2 (27/Nov/2018)

Post by sirjuddington »

Well I think it's about time 3.1.2 was released - so here it is.
Blue Shadow
Posts: 4949
Joined: Sun Nov 14, 2010 12:59 am

Re: SLADE Discussion - Latest: v3.1.2 (27/Nov/2018)

Post by Blue Shadow »

Thanks for the release! It has been a long wait. I'm loving the text editor enhancements, especially the ZScript support.
User avatar
A_D_M_E_R_A_L
Posts: 284
Joined: Sun Apr 16, 2017 2:55 am
Preferred Pronouns: He/Him

Re: SLADE Discussion - Latest: v3.1.2 (27/Nov/2018)

Post by A_D_M_E_R_A_L »

How to enable the zoom bar? I still can't figure out how.
User avatar
StroggVorbis
Posts: 866
Joined: Wed Nov 08, 2017 4:23 pm
Graphics Processor: nVidia with Vulkan support
Location: Germany

Re: SLADE Discussion - Latest: v3.1.2 (27/Nov/2018)

Post by StroggVorbis »

A new stable release of SLADE? Golly!
gramps
Posts: 300
Joined: Thu Oct 18, 2018 2:16 pm

Re: SLADE Discussion - Latest: v3.1.2 (27/Nov/2018)

Post by gramps »

Nice!

Hey, not sure if this is the place to ask, but I need to make copies of a bunch of map geometry and I'd like to automatically give all the lines with ids a new unique id, is there an example of a Lua script somewhere that does anything similar?

Basically I want to make a hotkey that takes every line in the current selection, and if it has a non-zero id, assign it a unique id (UDMF format).
User avatar
Enjay
 
 
Posts: 26508
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: SLADE Discussion - Latest: v3.1.2 (27/Nov/2018)

Post by Enjay »

Oooh, an update! Thank you very much. :D
User avatar
sirjuddington
Posts: 1025
Joined: Wed Jul 16, 2003 4:47 am
Location: Australia
Contact:

Re: SLADE Discussion - Latest: v3.1.2 (27/Nov/2018)

Post by sirjuddington »

A_D_M_E_R_A_L wrote:How to enable the zoom bar? I still can't figure out how.
It should be there - do you have the window size very small? It may be getting cut off somehow. Would you be able to post a screenshot?
Post Reply

Return to “Creation, Conversion, and Editing”