WHOS THE ACS MASTER NOW

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
User avatar
DoomRater
Posts: 8265
Joined: Wed Jul 28, 2004 8:21 am
Preferred Pronouns: He/Him
Location: WATR HQ
Contact:

Re: WHOS THE ACS MASTER NOW

Post by DoomRater »

I got a disassembler and decompiler, have a decompiled script that I can't read too well, but as long as it recompiles no troubles I'm fine because I really only need to add a little bit of code anyway to make the updates and all the info I needed to know in order to add it is located in the KEYCONF file. Edit: And with LoadACS I didn't even really need that now that I know what script numbers are taken.

So why haven't I just WRITTEN it already.... grrr.
Last edited by DoomRater on Tue Feb 16, 2010 8:26 pm, edited 1 time in total.
User avatar
Ceeb
Posts: 5125
Joined: Wed Jun 11, 2008 4:07 pm
Location: Castle Wut

Re: WHOS THE ACS MASTER NOW

Post by Ceeb »

I personally believe it's one of the biggest asshole things you can do to not include your source, especially if it could be a very insightful example. :(
carlcyber
Posts: 163
Joined: Thu Jan 27, 2005 1:04 am

Re: WHOS THE ACS MASTER NOW

Post by carlcyber »

Oops, hoping this isn't too late.
Attachments
doomtris.zip
The author did include the source, don't blame him!
(1.55 KiB) Downloaded 88 times
User avatar
DoomRater
Posts: 8265
Joined: Wed Jul 28, 2004 8:21 am
Preferred Pronouns: He/Him
Location: WATR HQ
Contact:

Re: WHOS THE ACS MASTER NOW

Post by DoomRater »

Oh man that helps a whole bunch. Now I don't need to wonder why the author used 300 matricies (ACS doesn't actually handle multidimensional arrays, it just strides them) AND I know what the fields were for!

I'm glad I didn't need it to do the basic stuff, BUT this will help when I do the later mods like counterclockwise rotation and wipe animations.

Edit: for shiz and giggles, here's what the decompiled code looks like: http://pastebin.com/m50421c81

OMG right? It's functional and probably efficient but extra super hard to read!
Locked

Return to “Editing (Archive)”