Gamestudio Links
Zorro Links
Newest Posts
Executing Trades on Next Bar Open
by Zheka. 06/20/24 14:26
Lapsa's very own thread
by rki. 06/19/24 11:27
A simple game ...
by VoroneTZ. 06/18/24 10:50
Face player all the time ...
by bbn1982. 06/18/24 10:25
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (TipmyPip, ozgur), 1,240 guests, and 10 spiders.
Key: Admin, Global Mod, Mod
Newest Members
squik, AemStones, LucasJoshua, Baklazhan, Hanky27
19060 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 3
Page 1 of 4 1 2 3 4
RPG Templates 2.0 *Free* #81320
07/13/06 23:07
07/13/06 23:07
Joined: May 2004
Posts: 1,510
Denmark
Claus_N Offline OP
Serious User
Claus_N  Offline OP
Serious User

Joined: May 2004
Posts: 1,510
Denmark
Hi everyone!

Maybe some of you remember my old 'RPG Templates'? By the way, it has got 1085 downloads!
I'm quite impressed!

Well, then I decided to make a new and better one... -And now it finished!

I've focused most on the item/inventory system, and the spell system - trying to make it very easy to make items and spells. This has been done using an ILF (Item-List) and an NSF (Spell-List) file. To make it easy for you to create and edit those files, I've made a program in C# (it requires .NET) that does it in a very easy way. By default, you can load a max of 400 items from an ILF file, and 400 spells from an NSF file, though it can expanded if needed (the only limit is the limit of indices in an array! ).

I have commented the code, to make it more readable, and to make it a better learning source for C-Script programmers.
It's programmed only using C-Script (no DLLs, etc.).

I have also written a few articles at Nighthawk Arts, to help you get started
And I've made a sample level.

You can find it all at the official site:
NHA RPG Center


I hope you like it
-Claus N.

Note: .NET is only required for the RPG Template Tool to work. Not for the RPG Templates itself.
BTW. you can get it here:
http://msdn.microsoft.com/netframework/

Re: RPG Templates 2.0 *Free* [Re: Claus_N] #81321
07/14/06 02:59
07/14/06 02:59
Joined: May 2005
Posts: 138
jamrud khatulistiwa
Kotakide Offline
Member
Kotakide  Offline
Member

Joined: May 2005
Posts: 138
jamrud khatulistiwa
I've tried your demo template, and it's very good demo.
but when the player wear the armor and he walk or run, the armor is a few step behind ( not suit in the body well ) why?. And the player can swing the sword only when he near the enemy (too near to even swing his sword), can it make he can swing the sword everytime he wants? and when he drops the few item in the same place it will drop exactly in the same place (I mean if you drop 10 sword at the same place it will look only one sword at the place), can it make drop randomly around the player?
that's enough for now,
the rest is great, and very usable code!
KEEP UP THE GREAT WORK!!!!

Re: RPG Templates 2.0 *Free* [Re: Kotakide] #81322
07/14/06 07:24
07/14/06 07:24
Joined: May 2004
Posts: 1,510
Denmark
Claus_N Offline OP
Serious User
Claus_N  Offline OP
Serious User

Joined: May 2004
Posts: 1,510
Denmark
Thx

Yeah, the armor is quite slow in updating it's position... :S I'll try to fix it.

Making it drop randomly around the player should only take a few sec to do, I'm on it

Quote:

And the player can swing the sword only when he near the enemy (too near to even swing his sword), can it make he can swing the sword everytime he wants?



You mean e.g. like diablo-- Press and hold shift, and then click somewhere with the mouse, to attack? Shouldn't be that hard to implement.


EDIT: The "random drop pos and angle", and the hold-down-shift-to-attack-with-LBM thing, has been made
Though, haven't uploaded it yet.

I think I'll later on add a 'skin' parameter to the item-list format (ILF). That would be much better than creating that stupid armor, and a skin always follows the character without such problems
When I do, I'll make a converter, to convert 'old' ILF files to the new ILF format, so don't worry

Last edited by Claus_N; 07/14/06 08:19.
Re: RPG Templates 2.0 *Free* [Re: Claus_N] #81323
07/14/06 11:00
07/14/06 11:00
Joined: May 2006
Posts: 398
Bot190 Offline
Senior Member
Bot190  Offline
Senior Member

Joined: May 2006
Posts: 398
i might be blind but can some one give me the link to the demo level?


Wait, there isn't a "Make My Game Now" button?
Re: RPG Templates 2.0 *Free* [Re: Bot190] #81324
07/14/06 11:41
07/14/06 11:41
Joined: May 2004
Posts: 1,510
Denmark
Claus_N Offline OP
Serious User
Claus_N  Offline OP
Serious User

Joined: May 2004
Posts: 1,510
Denmark
Go to NHA RPG Center, click Downloads in the menu, and click the NHA RPG Templates 2.0 Sample Level link. Then click the 'Download' link right under the screenshot.

Here's a direct download link to the sample/demo level
http://www.nighthawk.dk/v5/index.asp?PageID=download&Type=OtherDLs&ID=16

Re: RPG Templates 2.0 *Free* [Re: Claus_N] #81325
07/14/06 12:54
07/14/06 12:54
Joined: Mar 2005
Posts: 969
ch
Loopix Offline
User
Loopix  Offline
User

Joined: Mar 2005
Posts: 969
ch
WOW...thanks Claus for this great contribution! If you could add a gothic like 3rd person mode...and maybe speech output for the dialogues...more attack modes (in close combat)and blocking attacks from enemys...and a easy way to assign own actions to npc-charakters (like random conversation, path following...) while they are in passive state...save/load function...I'd be really happy
This is going to be the ultimate RGB-Template-System

Keep on adding the good stuff and I'll start making my game soon!

Re: RPG Templates 2.0 *Free* [Re: Loopix] #81326
07/14/06 15:52
07/14/06 15:52
Joined: May 2004
Posts: 1,510
Denmark
Claus_N Offline OP
Serious User
Claus_N  Offline OP
Serious User

Joined: May 2004
Posts: 1,510
Denmark
I've updated (and uploaded the changes to) the templates now. The ILF format has been changed a little, but if someone already has made an ILF file, I can tell, that I've made a converter to fix it for you (Tools -> ILF Converter in the template tool).
I have also made a minor change in the spell format, but you need to do it manually; if you have made any spell files (NSF) yet, open it in e.g. Notepad, and insert the integer 20, followed by a space, in the beginning of the file. It's only necessary for any spell files made -before- I posted this.

EDIT: Same download link as before.

@Loopix
Thanks
Yeah, I've also got a few ideas for improvements; e.g. Save/Load, as you mentioned, enemy health panel, and a trading script. But thanks for the ideas

Well, my time is running out, and I have to go now... Cya later

Last edited by Claus_N; 07/14/06 16:02.
Re: RPG Templates 2.0 *Free* [Re: Claus_N] #81327
07/14/06 18:37
07/14/06 18:37
Joined: Sep 2003
Posts: 733
Whitefish, Montana
JazzDude Offline
User
JazzDude  Offline
User

Joined: Sep 2003
Posts: 733
Whitefish, Montana
This is an excellent contribution!
Claus, you should get a constellation of
stars for the time and work you've devoted to this.
The vast multitude who belong to my organization,
The Klutzy Koders Klatch,
are jumping with joy.

Thanks!!!

Re: RPG Templates 2.0 *Free* [Re: JazzDude] #81328
07/14/06 21:57
07/14/06 21:57
Joined: May 2004
Posts: 1,510
Denmark
Claus_N Offline OP
Serious User
Claus_N  Offline OP
Serious User

Joined: May 2004
Posts: 1,510
Denmark
Heh, thanks Rod!
lol^^

Re: RPG Templates 2.0 *Free* [Re: Claus_N] #81329
07/17/06 05:42
07/17/06 05:42
Joined: Sep 2003
Posts: 265
Coupeville,Wa,USA
Y
Yu_Une Offline
Member
Yu_Une  Offline
Member
Y

Joined: Sep 2003
Posts: 265
Coupeville,Wa,USA
This gem might save me from setting up a contract with Gurps , thx. Tho I would have to download C# 2005 Express, tho I have a c# but it's sort of outdated .


Windows Vista Ultimate
AMD Phonomn III X2
Biostar T series TA790GX A3+
AMD Radeon HD 4830 in SLI mode
8Gb DDR2 ram

3D Game Studio Commercial upgrade Edition 6.60

Never give up on your dreams.
Page 1 of 4 1 2 3 4

Moderated by  adoado, checkbutton, mk_1, Perro 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1