ACS Libraries List
Moderator: GZDoom Developers
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!)
- Daryn
- Posts: 136
- Joined: Wed Jan 23, 2019 10:22 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11 Professional X64
- Graphics Processor: nVidia with Vulkan support
ACS Libraries List
Is there a list or database of community-made ACS libraries for use in other scripts? Before I re-invent the wheel with something I need to do, I'm wondering if others have already done it. Basically, I'm looking for a library that will take an angle, say East (0) for example, and feed its opposite (128) into a variable.
- Redneckerz
- Spotlight Team
- Posts: 1118
- Joined: Mon Nov 25, 2019 8:54 am
- Graphics Processor: Intel (Modern GZDoom)
Re: ACS Libraries List
I know a few, but they aren't GZDoom specific:Daryn wrote:Is there a list or database of community-made ACS libraries for use in other scripts? Before I re-invent the wheel with something I need to do, I'm wondering if others have already done it. Basically, I'm looking for a library that will take an angle, say East (0) for example, and feed its opposite (128) into a variable.
- Rhinolib (For ZDaemon)
- ACS Daylight System (Day/night, like Boomlightgen, but through ACS) (by Adeon) - https://forums.zdaemon.org/viewtopic.ph ... 458#233458
- ACS Math - A library of ACS math functions. ''These days I was working in a little pack of math functions so you can use them in your mods to save some time. Many of the functions here are from ZDoom wiki'' - https://zandronum.com/forum/viewtopic.php?f=58&t=8283 (With working Mediafire link with compiled pk3) + https://github.com/Stradex/acsMath
- Some math improvements for ACS as code snippets, by Adeon - https://forums.zdaemon.org/viewtopic.php?t=12350
- ACS Utils - A big library of ACS related utilties for the 3 ACS compilers (ACC, BCC, GDCC) for Zandronum 3.0 and GZDoom 1.8.6+ - https://github.com/Korshun/acsutils + https://acsutils.strangled.net/
- Daryn
- Posts: 136
- Joined: Wed Jan 23, 2019 10:22 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11 Professional X64
- Graphics Processor: nVidia with Vulkan support
Re: ACS Libraries List
Hey, thanks for these! I'll look through them and see what I can make use of.
- Redneckerz
- Spotlight Team
- Posts: 1118
- Joined: Mon Nov 25, 2019 8:54 am
- Graphics Processor: Intel (Modern GZDoom)
Re: ACS Libraries List
No problem. Actually, i wish there was a curated list like this - Surely ACS libraries can be useful enough for others.Daryn wrote:Hey, thanks for these! I'll look through them and see what I can make use of.