Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Arjunaz78 on Sat 01/10/2011 19:42:16

Title: Using agsCreditz 2.0 Plugins [SOLVED]
Post by: Arjunaz78 on Sat 01/10/2011 19:42:16
I've download the agsCreditz 2.0 plugins from the Modules, Plugins and Technical FAQ thread,but i really don't understand how to using & put the code inside the script,besides i've no basic whatever on C,C++ or other programming language except a little 'AutoIt' basic scripting..

Besides the plugins 'help' menu/instruction no so helpful..where should i put it?on Global Script or Room Script?is it i need to create a custom Global Variable too?

Anyone can give me a sample with a little explaination will be helpful,instead of default value function that look to generally on plugins script help file look confusing to me.

Well..i know this plugins are more usefull to anyone that have an advanced knowledge & experience of programming language (ex.C,C++ & etc.) but i want (really want) to create a scrolling credits function on my games..but if anyone can suggest me alternate style or plugin to make it happen,it will more appreciated.

THX.

p.s - sorry for my bad English.  :P
Title: Re: Using agsCreditz 2.0 Plugins
Post by: pcj on Sat 01/10/2011 19:54:19
The Credits module (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=28659.0) is more recent and probably easier to use.
Title: Re: Using agsCreditz 2.0 Plugins
Post by: on Sat 01/10/2011 21:10:15
Quote from: pcj on Sat 01/10/2011 19:54:19
The Credits module (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=28659.0) is more recent and probably easier to use.

Depends on your AGS version- the current 3.2.1 seems unable to use that module's "display sprite" ability, and I had to comment out a few lines to
make it work. Nothig too hard, though, and scrolling TEXT is easy to set up with it.

Title: Re: Using agsCreditz 2.0 Plugins
Post by: Arjunaz78 on Sat 01/10/2011 22:35:12
Yes...i've using the latest AGS Editor v3.2.1..well where i can find of using the 'scrolling TEXT' coding?because the forum site search seems broken to me,i can't normally using it now..
Title: Re: Using agsCreditz 2.0 Plugins
Post by: pcj on Sat 01/10/2011 22:36:19
With the module:
Credits[1].CreditStyle = eCreditScrolling;
Title: Re: Using agsCreditz 2.0 Plugins
Post by: Khris on Sun 02/10/2011 11:54:19
The search isn't broken for me, it was fixed days ago.

And it won't help you that much anyway, but the post pcj linked you to contains a link to the full documentation: http://ssh.me.uk/moddoc/Credits
Title: Re: Using agsCreditz 2.0 Plugins
Post by: Arjunaz78 on Mon 03/10/2011 20:22:36
Quote from: LeKhris on Sun 02/10/2011 11:54:19
The search isn't broken for me, it was fixed days ago.

And it won't help you that much anyway, but the post pcj linked you to contains a link to the full documentation: http://ssh.me.uk/moddoc/Credits

Thanks LeKhris for that link..i appreciated that..
Thanks again..  :)