-
Content count
296 -
Joined
-
Last visited
-
You can draw them in basically any graphics editor.
-
Have you ever played any rogeulike? Oblige maps nears that.
-
Don't feat zdoom forums, there are frendlies there ;) By looking at the code, I think it could be made even better in zscript by making a custom fuction and not using A_Custombulletattack(), which has unwanted effect on player. I think by using linetraces, but I'm not skilled in this area, so I can't give advices.
-
How to keep a decoration on the ceiling?
ramon.dexter replied to SOF2Fragger's question in Editing Questions
Yeah, show whole code for said actor. You've used correct flags, so problem has to be with the rest of the code. -
More vanilla map nonsense: "lower to highest floor" stops partway through
ramon.dexter replied to Scypek2's question in Editing Questions
Poor coding? Have you ever heard about coding quality of Build? Probably not. Doom code is perfectly organized and well made. Poor coding? Not, really not. You cannot treat code from 1993 with 2023 optics. The ways changed a lot through the ages. You need to understand the context when it was created. You know, when I code something, I think only about the specific case I'm targetting. If anyone uses the code outside of ssaid terms/conditions, he's on his own. -
More vanilla map nonsense: "lower to highest floor" stops partway through
ramon.dexter replied to Scypek2's question in Editing Questions
Yeah, it was -500 in that times. Honestly, when they made doom back in 1993, modding of games was not widespread. They never considered making a support for mods. They only made the engine in the way it could be modified. But mod support was never the main reason they made like they made it. -
GZ Doom Builder Fatal NON-UI Error Font Lucida Console Not Support Style Regular
ramon.dexter replied to Captain Mobius's topic in Doom Editing
Why not ultimateDoomBuilder? gzdb is outdated and bugged. -
ACS dont know funtion FindBarrelInRadius, that's why it's giving you an error. If you want a new function, you have to define it as an action. Defining it like int something() = ... don't work with acs, wrong declaration. https://zdoom.org/wiki/Functions Wait wait wait, you have declared the function after you use it. How should compiler use it, when it's not decalred? Just move the function declaration before use of the function and it will work.
-
You would get a lot of help with your attitude...
-
Can't quite get my head around GZDoom font stuff
ramon.dexter replied to 129thVisplane's question in Editing Questions
If I understand youcorrectly, you mean characters for national languages? Something like é, or ě? Unicode supports these, but the codes are little bit hidden in. You have to search a specific language for these characters. -
Please, could you tell me how should I figure out a sloped sector from the distorted photos? Maybe you should forget asertivity and be a little bit helpful, when you actually request help from others. And no, I have not searched through your post history.
-
Can't quite get my head around GZDoom font stuff
ramon.dexter replied to 129thVisplane's question in Editing Questions
The old way of doing font is just clunky. The new unicode way of making font is super easy. Make a folder called /fonts. Now, make a single image for each character. Each character has to be named following the unicode codes. A == 0041.PNG B == 0042.png And vice versa. https://unicode-table.com/en/#0041 -
Have you ever heard about the Prinscreen key on keyboard? Probably not. Let me introduce you to wonderful world of screenshots. Press the printscreen, open any graphic editor and press ctlv+v. Wow! In't it wonderful? Now you know how to make screenshots, instead of using your phone to capture the screen. Also, if you want help with your project, post your file. Don't expect others to troubleshoot phone captures.
-
Good point, actually ;)
-
Godalmighty, can you record the videos with higher brightness? You want to show something, dont make it harder for the viewer... Just set sector brightness to 200...