Search found 5 matches
- Wed Feb 24, 2021 10:01 pm
- Forum: Creation, Conversion, and Editing
- Topic: Doom Sprite Batch Render addon for Blender 2.9+
- Replies: 1
- Views: 3933
Doom Sprite Batch Render addon for Blender 2.9+
The older addons have been broken since Blender 2.8 so I wrote a new addon for sprite batch rendering. Should work on versions of blender 2.9+ What it does: Render a 3d model from 8 or 16 directions and name the images in the zdoom format automatically. Also has a few additional buttons/settings to ...
- Thu Jan 28, 2021 8:14 pm
- Forum: Scripting
- Topic: Open ZForms menu by pressing use on a linedef.
- Replies: 1
- Views: 352
Re: Open ZForms menu by pressing use on a linedef.
ZScript: // Allow menu to be called from ACS class YOURMOD_MenuFunctions { static void OpenMenu_SampleMenu (void) { Menu.SetMenu("YOURMOD_ZF_SampleMenu"); } } Script: // Open Sample Menu from linedef script "openmenu_sample" (void) { ScriptCall("YOURMOD_MenuFunctions", "OpenMenu_SampleMenu "); }
- Tue Jan 26, 2021 8:49 pm
- Forum: Scripting
- Topic: Zscript beginner - simple currency system
- Replies: 2
- Views: 440
Re: Zscript beginner - simple currency system
Thank you! This worked great.
- Tue Jan 26, 2021 7:28 am
- Forum: Scripting
- Topic: Zscript beginner - simple currency system
- Replies: 2
- Views: 440
Zscript beginner - simple currency system
Hey guys, let me preface this with this fact: I'm a complete noob at zscript, but I want to learn it because I have some pretty crazy ideas I would like to make in the future. But the actual problem: I am trying to start out small, and make a simple currency system for my mod. I want to make enemies ...
- Wed Sep 09, 2020 2:55 pm
- Forum: Off-Topic
- Topic: New Member Introductions
- Replies: 794
- Views: 201455
Re: New Member Introductions
Hi everybody! My name is Chrono. (I go by Chrono, Chronicler, or ChroniclerofLegends) By day I'm a retro game sales rep./repair tech. By night I'm a game developer and digital artist. I was introduced to Doom as a kid in the 90s, (way before I should have been playing it) and have loved what I will ...