Functions

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: :angel: :angry: :beer: :bfg: :chaingun: :cheers: :blergh:
View more smilies

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1.5 MiB.

Expand view Topic review: Functions

Re: Functions

by Paul » Wed Sep 02, 2009 18:27

DECORATE and ACS scripts are two different things. Decorate is a lump you use in a wad to define the general behaviour of actors, creating new monsters or weapons and such. ACS are scripts used in a map, or globally, and can modify the maps, actors and hudmessages, creating for instance moving floors, but also printing images onto the screen.

Both lumps are not integrated, but can work together, like Decorate can activate ACS scripts.

Anyway Mathey Bu, you should read this:
http://www.zdoom.org/wiki
The Zdoom Wikipedia is the penultimate source for all Zdoom editing knowledge.

And please be more precise next time you post. I understand english isn't your first language (and it isn't my first language either) but provide more information when you ask about something as it's difficult to get what you have on mind seing a few sentences. In other words your posts, well...
... need more detail.
;)

Re: Functions

by mathey bu » Wed Sep 02, 2009 2:14

Morpheus wrote:
Firebrand wrote:Or doing functions for ACS scripts?
This

Re: Functions

by Remmirath » Tue Sep 01, 2009 22:38

Firebrand wrote:Or doing functions for ACS scripts?
This

Re: Functions

by Firebrand » Tue Sep 01, 2009 22:00

Then you are speaking of modifying the source code? Or doing functions for ACS scripts?

Re: Functions

by mathey bu » Tue Sep 01, 2009 18:42

Psycho wrote:Try this tutorial http://skulltag.com/forum/viewtopic.php?f=43&t=14416 It's what helped me learn so much about DECORATE.
no I want to learn some thing like this:

function void x(int x, int y)
{
}

Re: Functions

by Psycho » Sat Aug 29, 2009 23:13

Try this tutorial http://skulltag.com/forum/viewtopic.php?f=43&t=14416 It's what helped me learn so much about DECORATE.

Functions

by mathey bu » Tue Aug 25, 2009 21:59

Hi I am mathey bu. my favorite lump is decorate. When I saw the svn site I was very happy, no, i am very happy! beacuse you can do incredibles things for doom. I know that's a difficult work, so thank you to help me to stay more DOOMER ^.^

When I visited the zdoom's site, I saw many things specials, but functions, I would like to learn much more. Would someone help me?

Top