Looking for an ACS teacher.
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Please bear in mind that the people helping you do not automatically know how much you know. You may be asked to upload your project file to look at. Don't be afraid to ask questions about what things mean, but also please be patient with the people trying to help you. (And helpers, please be patient with the person you're trying to help!)
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Please bear in mind that the people helping you do not automatically know how much you know. You may be asked to upload your project file to look at. Don't be afraid to ask questions about what things mean, but also please be patient with the people trying to help you. (And helpers, please be patient with the person you're trying to help!)
-
Magicalmage
- Posts: 8
- Joined: Sat Oct 05, 2013 10:49 pm
Looking for an ACS teacher.
I've been wanting to learn how to code a lot of weapons, but a lot of them i had in mind would need ACS, so looking for someone who has the time on their hands to teach me a lot about what acs has to offer.
Re: Looking for an ACS teacher.
i think it'd be better to ask specific questions in the forums or discord or irc or whatever so anyone can answer instead of looking for specifically a single person who can teach you
Re: Looking for an ACS teacher.
The best way for you to learn is to download wads, and open it up in UDB and parse the code. Play the map and see what it does in action, then open it up and manually copy and paste it. After a while, you'll understand a lot better. It's how I did it, and It's a good way to learn.
- Player701
-

- Posts: 1710
- Joined: Wed May 13, 2009 3:15 am
- Graphics Processor: nVidia with Vulkan support
- Contact:
Re: Looking for an ACS teacher.
Unless you need Zandronum compability, I suggest you look towards ZScript instead. Supplementing DECORATE with ACS is obsolete for the purposes of gameplay enhancements. Just convert your DECORATE code to ZScript (the fundamentals are the same, the syntax is a bit different) and go from there. And yes, do not be afraid to ask questions... though it usually works best when you already have a theory (e.g. an idea for a specific weapon) and need some help putting it into practice.Magicalmage wrote:I've been wanting to learn how to code a lot of weapons, but a lot of them i had in mind would need ACS