Search found 9 matches

by barnEbiss
Wed May 21, 2003 10:44 pm
Forum: General Chaos Discussion
Topic: Uskaarj Turret needs some help with a problem
Replies: 12
Views: 11820

UT :)
by barnEbiss
Wed May 21, 2003 8:37 pm
Forum: General Chaos Discussion
Topic: Uskaarj Turret needs some help with a problem
Replies: 12
Views: 11820

Hmm still no joy :( These are the UC files for USTurretBase and USTurretTop See if you can see anything wrong with them that would make the turret not show up class USTurretBase extends StationaryPawn; #exec MESH IMPORT MESH=turretbase ANIVFILE=MODELS\turretbase_a.3d DATAFILE=MODELS\turretbase_d.3d ...
by barnEbiss
Wed May 21, 2003 7:45 pm
Forum: General Chaos Discussion
Topic: Uskaarj Turret needs some help with a problem
Replies: 12
Views: 11820

No it’s not a decoration, he was just seeing if it was showing up like the other units.
I think his main problem is he is not sure how to make a thing spawn two meshes
What is the best way to load two meshes up?
by barnEbiss
Wed May 21, 2003 5:43 pm
Forum: General Chaos Discussion
Topic: Uskaarj Turret needs some help with a problem
Replies: 12
Views: 11820

He is trying to place it in the editor and it is not showing up
by barnEbiss
Wed May 21, 2003 3:47 pm
Forum: General Chaos Discussion
Topic: Uskaarj Turret needs some help with a problem
Replies: 12
Views: 11820

Uskaarj Turret needs some help with a problem

I found a guy to do the turret for our mod but he is have some problems with getting the turret to show up This is his post Ok, I'm working on making on class that will spawn two parts of a turrets, I think the code I have should work but for some reason it doesn't. Compiles fine though, but I can't...
by barnEbiss
Tue Apr 29, 2003 5:54 am
Forum: General Chaos Discussion
Topic: A question to the Chaos mod team
Replies: 7
Views: 8664

I have a question about the turret
I took a break from working on the turret code to focus on doing PRing for the mod but now have time to get back to work on it. I am a real newbe to coding and was just wondering how can I make my turret use two separate models??
by barnEbiss
Thu Oct 24, 2002 2:32 am
Forum: General Chaos Discussion
Topic: A question to the Chaos mod team
Replies: 7
Views: 8664

Ok thanks if we have any question we will be sure to ask ;) We think that since the turret and the base are two models and they don't have any special animation that they need to play we don't have to animate it we just have to load the two model up then set the top models rotation to be that of the...
by barnEbiss
Sun Oct 20, 2002 12:04 am
Forum: General Chaos Discussion
Topic: A question to the Chaos mod team
Replies: 7
Views: 8664

Hmm no I have not been PM’d yet
And I don’t want to steal any of your guys code or anything I am just asking for a little bit of advice and maybe some pointers on what I am trying to do.
Hope to hear back soon
And thanks in ahead if you have to contact the other guys ;)
by barnEbiss
Fri Oct 18, 2002 10:03 pm
Forum: General Chaos Discussion
Topic: A question to the Chaos mod team
Replies: 7
Views: 8664

A question to the Chaos mod team

I am working on a mod that has a turret and I was wondering how you did your turret? In the editor I see that it is mad up of four models the Legs, Body, left Arm , Right arm And is it even animate or are you just telling it to just rotate the upper part of the model Body, Left Arm, Right Arm? And i...