[REQ] Particle Tutorial for lite-C (ENG/DE)

Posted By: Rei_Ayanami

[REQ] Particle Tutorial for lite-C (ENG/DE) - 07/11/09 21:18

Hello!
I have learned many things about Panels, medias and things like this.
Now, I want to learn something new smile - Particle
I searched in the AUM and in the manual, but I haven´t found anything for lite-C... So if anybody has a tutorial it would be very cool!
The best is in german for me of course wink.
-----------------------------------------------------------
Hallo!
Ich habe viel ber Panels, sounds(media) und andere Dinge dieser Art gelernt.
Nun möchte ich mehr lernen - und zwar: Particle
Ich habe im AUM und im Manual gekuckt aber nichts brauchbares für lite-C gefunden... Also wenn jemand ein Tutorial hat, wär das sehr cool wink. Am besten natürlich in Deutsch.
Posted By: Rei_Ayanami

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 07/12/09 12:31

Does nobody work with effects in lite-C???
Posted By: boyax

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 07/12/09 13:07

Have a look in AUM 64 Workshop. That will keep you started.

Hope that helps.
Posted By: Rei_Ayanami

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 07/12/09 13:27

I have down this workshop - and it worked with some changes(like: my to *p) in LITE-C. I wan´t to programm it in Lite-C.
Posted By: boyax

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 07/12/09 13:42

That's the only change I also observed. You have to use the Particle* p pointer when using it in the particles function...

Here's some code snippets
Code:
action particle_start // this can be a function as well
{
  ............................
  effect(particle_function, number_of_desired_particles, starting_position, initial_velocity);
}

function particle_function(PARTICLE* p) // this function is run by each and every particle
{
   // set the properties and the speed of the particles here
   ............................
   p.event = some_function;
}

function some_function(PARTICLE* P) // this (short) function tells the particles how to behave after they are emitted
{
  ............................
}



here's also some of dust particle thread. Maybe, you could get some idea on it.
particle

Cheers!
Posted By: Rei_Ayanami

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 07/12/09 13:47

I have even read this thread - I always use the search funciton first. But I mean like a firework or other things wink
Posted By: Rei_Ayanami

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 07/12/09 18:27

Please look at my Question - Can anybody help me?
Posted By: ngisiger

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 07/13/09 02:26

Maybe you can check out the Advanced Particle Effects which is in tutorial section of http://au.conitec.net/. It's in light C for A6, but most of the functionalities used in the code are basic, and you should be able to translate it to lite-C easiy.

Thomas
Posted By: Rei_Ayanami

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 07/13/09 07:08

yeah, I´ve already downloaded it but it isn´t so easy - but i´ll get it. I have even an other tutorial downloaded from Kevin Sägesser. thanks to all!
Posted By: 3dworld

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 07/22/09 00:58

There's any chance to get that tutorial in English please.
Posted By: Ayumi

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 07/22/09 02:31

Yes, wait for few hours and you will get the english ver. by me^^
Posted By: Ayumi

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 07/22/09 13:10

I love this tut^^
This was my first work with particle:)
therefore i have translate it for you.

Finished^^
Sry for my bad english but it s better than nothing.
(Only few sentence/word are bad)

Something, what he has wrote for, i have cleared or don t translate.
(And some mistake by convert to pdf->you will see it above)

Hf

http://www.megaupload.com/?d=4EBNJP0Q
Posted By: Nicotin

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 07/23/09 10:36

Gibt es auch die möglichkeit den Link zu deutschen zu senden? laugh
Posted By: Ayumi

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 07/23/09 11:24

Klar

http://www.opserver.de/coni_users/web_users/pirvu/au/tutorials/zipped/partikel.zip
Posted By: Nicotin

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 07/23/09 12:09

vielen dank smile
Posted By: 3dworld

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 07/30/09 14:44

Jo thank you for the Tutorial.
Posted By: tolu619

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 12/08/14 12:02

Hi guys! AUM 64 and 65 are in C-Script and I've downloaded Ayumi's tutorial but I don't understand german. Is there no useful Lite-C tutorial to teach beginners how to code particles?
Posted By: tolu619

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 12/08/14 21:25

In Ayumi's tutorial, the scripts Beispiel1, Beispiel4 and Beispiel5 give errors when I try to run them. Beispiel2 and Beispiel3 open the game engine window but then I don't see anything at all. Just a black screen as if there's no camera.
Posted By: tolu619

Re: [REQ] Particle Tutorial for lite-C (ENG/DE) - 12/11/14 01:59

Guys?
© 2024 lite-C Forums