Template Writing Guidelines

Posted By: aenkku

Template Writing Guidelines - 01/09/10 11:42

Hello,
in aum 86 George writing about Template Writing Guidelines and that it's found Conitec's website. Tried search in forum and manual not found. is it removed or where can I found it?

have a nice day
aenkku
Posted By: aenkku

Re: Template Writing Guidelines - 01/09/10 15:07

I found it in offline manual laugh blush. Still I wonder is it really so easy adding own template shocked

have a nice day
aenkku
Posted By: Helghast

Re: Template Writing Guidelines - 01/14/10 13:58

http://www.conitec.net/beta/templateguide.htm

there you go... I have (with help of evilSOB) converted my ragdoll code into this.
Very easy and nice to include grin So stop wondering, it IS as easy wink

regards,
Posted By: vertex

Re: Template Writing Guidelines - 03/15/10 12:24

After reading the manual, I think this area could be beefed up with an example or tutorial.

I think templates are a large key for 3DGS because:
a) they allow a novice to get quick results. Often a novice w/o early success will give up.
b) they allow experts to save time
c) they fill a niche left open by most other engines.

By beefing up the tutorials users can of course more easily contribute templates.
Posted By: Nowherebrain

Re: Template Writing Guidelines - 04/07/10 12:21

I am having issues with this exact stuff lately.....I notice if I do not state my actions in my main.c file they do not show up in wed(have not checked ged)...could anyone give me some tips here?

also....
using

#define name_here skill1
//uses: name_here, another_skill_define, etc...
action some_action();


this does not replace the skill1-skill20 strings in wed anymore....or am I just an idiot?
Posted By: Nowherebrain

Re: Template Writing Guidelines - 04/07/10 12:27

ok well I figured out why my actions were not showing up, I was not using a space...e.g.

#include "file.c"//correct way
#include"file.c"//wrong way

the compiler does not complain though....
Posted By: Nowherebrain

Re: Template Writing Guidelines - 04/07/10 12:44

ok, I am an idiot...it is official, I needed to restart wed.....reason UNK. All is well though.
© 2024 lite-C Forums