Yes, we hope too.
New Maps and Mods.
Re: New Maps and Mods.
Re: New Maps and Mods.
Consolle log I was talking about can be a part of the mod, as it is the mod, is it. It's "seamless", user doesn't feel it, it doesn't slow down as it writes to the file, which is buffered, so I don't see any disadvantages to it. Also it can be turned on/ff on demand, so it's even better. You could use kind of `debug_printf()' function in early/debug stage of development and if user experienced bug or crash they could just look into `console.log' and share that "debug info".
debug_printf() could be controlled from config by checking variable.
Code: Select all
DEBUG_PRINT = 1
def debug_print(*args):
if DEBUG_PRINT:
for arg in args:
print str(arg),
print ""
return
It can be called with variable number of arguments which will be converted into strings.
Also `DEBUG_PRINT' can by defined in config elsewhere like in console log post.
Code: Select all
>>> debug_print("error:", "ork detected")
error: ork detected
>>> debug_print("arguments/2", 4, 10.00, 4+3e-2)
arguments/2 4 10.0 4.03
>>> x = 15; y = 30.01
>>> debug_print("x=", x, "y=", y)
x= 15 y= 30.01
Last edited by cieply on Fri May 06, 2022 1:02 pm, edited 1 time in total.
l'aria fresca,
vino puro, ...
vino puro, ...
Re: New Maps and Mods.
Hi. I've just released the new version v1.2 which expands the mod a lot. Along with fixed weapon models and new combos it allows to drop the bows, eliminate the stucking in the corpses and do some other stuff. See video for more details.
https://youtu.be/vNhByNRpJeg
Download it on Moddb: https://www.moddb.com/mods/mighty-dwarf-mod
Or from Google Drive: https://drive.google.com/file/d/1XRh3TS ... sp=sharing
https://youtu.be/vNhByNRpJeg
Download it on Moddb: https://www.moddb.com/mods/mighty-dwarf-mod
Or from Google Drive: https://drive.google.com/file/d/1XRh3TS ... sp=sharing
Re: New Maps and Mods.
Weapons. Hach4, Hacha3, Hacha2 and Espadafilo
Re: New Maps and Mods.
Hi. Many modern games allow player to revisit completed missions without replaying entire game. This mod adds such option in Blade of Darkness.
https://youtu.be/MDeNz-KEPH0
https://youtu.be/MDeNz-KEPH0