Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (degenerate_762, AbrahamR, AndrewAMD, ozgur), 667 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Problems #248172
01/25/09 00:58
01/25/09 00:58
Joined: Jan 2009
Posts: 10
M
Minime Offline OP
Newbie
Minime  Offline OP
Newbie
M

Joined: Jan 2009
Posts: 10
Hi I have read the 24 step tutorial, but I'm still wondering how to get an model into Lite-C, can anyone help me?
Also where do I find the "manual"?, are there any other tutorials that you would recommend for me?

Re: Problems [Re: Minime] #248241
01/25/09 15:45
01/25/09 15:45
Joined: Apr 2008
Posts: 91
Canada
DC9 Offline
Junior Member
DC9  Offline
Junior Member

Joined: Apr 2008
Posts: 91
Canada
From the manual
"Entities can be created in three ways:

* by placing them in the level by WED,
* by creating them in the level at runtime through the ent_create instruction,
* by defining them through an ENTITY* definition in the script (models and sprites only)."

A link to the online manual is in the list of links at the top-left of this forum.

Additional tutorials are available in the AUM magazines (thanks George!), at the Wiki link, at the Download link, and throughout the forums.

cheers,


DC9
Re: Problems [Re: DC9] #248249
01/25/09 16:11
01/25/09 16:11
Joined: Jul 2008
Posts: 26
Norway
H
Harstad Offline
Newbie
Harstad  Offline
Newbie
H

Joined: Jul 2008
Posts: 26
Norway
Hi minime, I have created some posts, take a look at those codes I have gotten help with. it helps

Re: Problems [Re: Harstad] #248265
01/25/09 17:40
01/25/09 17:40
Joined: Aug 2000
Posts: 1,140
Baunatal, Germany
Tobias Offline

Moderator
Tobias  Offline

Moderator

Joined: Aug 2000
Posts: 1,140
Baunatal, Germany
If you have read the 24 workshops, read again, because I'm pretty sure that both of your question are already answered at the very beginning of workshop 1.

http://www.conitec.net/litec/work01.htm

Re: Problems [Re: Tobias] #248651
01/28/09 11:45
01/28/09 11:45
Joined: Jan 2009
Posts: 10
M
Minime Offline OP
Newbie
Minime  Offline OP
Newbie
M

Joined: Jan 2009
Posts: 10
So I create the model or import the model in MED,save it in the right format that Lite-C use and? I'm sorry it's here I get stuck, please help me out
Btw are there any plugins or anything that you recommend me to install?

Last edited by Minime; 01/28/09 11:47.
Re: Problems [Re: Minime] #248653
01/28/09 12:02
01/28/09 12:02
Joined: Jul 2008
Posts: 26
Norway
H
Harstad Offline
Newbie
Harstad  Offline
Newbie
H

Joined: Jul 2008
Posts: 26
Norway
Try adding this line into your function main ()
ent_create (STRING* filename, VECTOR* position, NULL)

---------------------------------------------------------
STRING* filename = the name and filetype of your character. ("New_Person.mdl") //use the ".

VECTOR* position says it self doesnt it? ( example vector(150, 0, 0) //places the entity at that position.

NULL, when you have made an animation, you should place the actions name into this.

Hope you understand that;) I'm new to this too, but I've gotten this far:P


Last edited by Harstad; 01/28/09 12:03.
Re: Problems [Re: Minime] #248655
01/28/09 12:04
01/28/09 12:04
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
yeah, sort of.

you import it to med, save şt and lite-c can use it. -> video: http://www.youtube.com/watch?v=7Lxft1ML05U&feature=channel_page

once you completed importing,you can use one of the ways listed by DC9


3333333333
Re: Problems [Re: Quad] #248743
01/28/09 21:04
01/28/09 21:04
Joined: Jan 2009
Posts: 10
M
Minime Offline OP
Newbie
Minime  Offline OP
Newbie
M

Joined: Jan 2009
Posts: 10
THanks guys, I would never learn this without you, your the best

Re: Problems [Re: Minime] #249196
01/31/09 22:19
01/31/09 22:19
Joined: Jan 2009
Posts: 10
M
Minime Offline OP
Newbie
Minime  Offline OP
Newbie
M

Joined: Jan 2009
Posts: 10
Ok, if you wanted to make a scene with a black background and one model that doesn't do anything besides being there what would the code for that be?

Re: Problems [Re: Minime] #249201
01/31/09 22:47
01/31/09 22:47
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline
Serious User
Widi  Offline
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
You don`t make the workshop? --> DO IT !!!!

Page 1 of 2 1 2

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