- Code: Select all • Expand view
for i,line in ipairs(App.mapEditor().map.linedefs) do
if line.special == 1 then
App.mapEditor():select(line)
end
end
Some documentation on the scripting API is available here: http://slade.mancubus.net/docs/scripting
for i,line in ipairs(App.mapEditor().map.linedefs) do
if line.special == 1 then
App.mapEditor():select(line)
end
end
Error: Can't read value of 'HKLM\SOFTWARE\CodeImp\Doom Builder\Location'
(error 2: the system cannot find the file specified.)
James Flasch wrote:I use Windows 10 and have the latest version of Slade. Its directory has the FluidSynth dlls in it (they came with it), but FluidSynth won't work in Slade. It does work (with the same dlls) in GZDoom, however. What gives?
Kappes Buur wrote:
- Code: Select all • Expand view
Error: Can't read value of 'HKLM\SOFTWARE\CodeImp\Doom Builder\Location'
(error 2: the system cannot find the file specified.)
How does one make it possible to run GZDB or GZDB-BF without mucking about in the Registry?
Gez wrote:There's a path_db2 CVAR. Set it to the path of the exe you want. Looking in the registry is only a fallback for when the CVAR isn't set.
Kinsie wrote:There's a fairly frustrating long-running bug (that I just checked still exists in the latest beta) where copying (not cutting) entries in a folder-based archive and pasting them would delete the original entries when the archive is next saved.
Caligari87 wrote:Dammit, ninja'd!I just updated my post with a video showing how to enable dark themes in Win10.
Return to Editors / Asset Manipulation
Users browsing this forum: No registered users and 0 guests