Mav Posted August 6, 2004 Share Posted August 6, 2004 I don't know how many people you are planning to have in this battle, but you might want to check out this mod made by gameunlimited it had I thik 25 v 25 and slow down did occur....lol.....just scroll down to one of gameunlimited posts. http://www.lucasforums.com/showthread.php?s=&threadid=126232&highlight=bigwar Link to comment Share on other sites More sharing options...
TheProphet Posted August 6, 2004 Author Share Posted August 6, 2004 So far it is 3 on 3 in groups spread out along the field Link to comment Share on other sites More sharing options...
TheProphet Posted August 6, 2004 Author Share Posted August 6, 2004 I should say GROUPS of 3 on 3 be hind barracades and stuff like that Link to comment Share on other sites More sharing options...
TheProphet Posted August 6, 2004 Author Share Posted August 6, 2004 Is it possible to eddit a placeable like smoke fx_smoke and mak it taller and bigger? If so, if someone could do that for me i would be unlimitedly greatful. Link to comment Share on other sites More sharing options...
BountyHUNTER12 Posted August 7, 2004 Share Posted August 7, 2004 Triple-Post!!!! Anyway, I think the smoke may have something to do with models and if it does you can't change it. Link to comment Share on other sites More sharing options...
Mav Posted August 7, 2004 Share Posted August 7, 2004 I'm pretty sure all animations have to do with models Link to comment Share on other sites More sharing options...
TheProphet Posted August 7, 2004 Author Share Posted August 7, 2004 Damn! Will someone for CRAP sakes get us those anamation Files. We need them now. BOOM!!!! AAAAAAAAAAAAaaaaaaaaaaaa! Sorry, I was energized by the hoth battle music im playing that im using for Dantooine outskirts! Link to comment Share on other sites More sharing options...
TheProphet Posted August 7, 2004 Author Share Posted August 7, 2004 Corellia is done!!!! Yipeee! Ok so I finally finished corellia. And right now it rocks. The droids kick but, but not too hard, for those of you who cant take it. Its got dialogue with voice overs. I am hoping that my next release will be a beta version of the ENTIRE MOD. That means ALL planets, ALL cutsceens, ALL badguys, ALL party members. he he, OHHHHH RIIIIIIGHT!!!!!!!! Here are some screnies!!! Hope you like, and matt, there is a supprise for u in there. Link to comment Share on other sites More sharing options...
Glamador Posted August 7, 2004 Share Posted August 7, 2004 quit the suspense im gonna wet myself here! Link to comment Share on other sites More sharing options...
BountyHUNTER12 Posted August 7, 2004 Share Posted August 7, 2004 Originally posted by Gsccc Corellia is done!!!! Yipeee! Ok so I finally finished corellia. And right now it rocks. The droids kick but, but not too hard, for those of you who cant take it. Its got dialogue with voice overs. I am hoping that my next release will be a beta version of the ENTIRE MOD. That means ALL planets, ALL cutsceens, ALL badguys, ALL party members. he he, OHHHHH RIIIIIIGHT!!!!!!!! Here are some screnies!!! Hope you like, and matt, there is a supprise for u in there. [Yoda]Cool screenshots you have, yes.[/Yoda] That is cool Gsccc, keep it up! Link to comment Share on other sites More sharing options...
Colma Adawin Posted August 7, 2004 Share Posted August 7, 2004 Originally posted by Gsccc Corellia is done!!!! Yipeee! Ok so I finally finished corellia. And right now it rocks. The droids kick but, but not too hard, for those of you who cant take it. Its got dialogue with voice overs. I am hoping that my next release will be a beta version of the ENTIRE MOD. That means ALL planets, ALL cutsceens, ALL badguys, ALL party members. he he, OHHHHH RIIIIIIGHT!!!!!!!! Here are some screnies!!! Hope you like, and matt, there is a supprise for u in there. :D:D thx alot bud wow what did i do to get this? thx any way bud :D:D:D MattCole Link to comment Share on other sites More sharing options...
Mav Posted August 7, 2004 Share Posted August 7, 2004 Nice can't wait for the release Link to comment Share on other sites More sharing options...
TheProphet Posted August 8, 2004 Author Share Posted August 8, 2004 I need a woman, voice i mean. I need someone for anora and bastilla, and any other women throghout the game. Darth333? would you like to help? ANyone??? I need a lady!!! Link to comment Share on other sites More sharing options...
TheProphet Posted August 8, 2004 Author Share Posted August 8, 2004 Ok Darth333 I need your help on this one, I need to make a scene where the player throws lighting at an npc. Here are my tags Target npc "leno" I would love if you could help me. Also i need to know how to make an npc do a looping animation, Ex: Miekel Typing on the computer in korriban, or Master Uthar meditating. Link to comment Share on other sites More sharing options...
Darth333 Posted August 8, 2004 Share Posted August 8, 2004 Originally posted by Gsccc Ok Darth333 I need your help on this one, I need to make a scene where the player throws lighting at an npc. Here are my tags Target npc "leno" I would love if you could help me. Also i need to know how to make an npc do a looping animation, Ex: Miekel Typing on the computer in korriban, or Master Uthar meditating. Lightning: void main() { ActionPauseConversation(); object oPC=GetPCSpeaker(); //add this only if you want damage effect eDamage= EffectDamage(200, DAMAGE_TYPE_DARK_SIDE, DAMAGE_POWER_PLUS_FIVE); AssignCommand(oPC, ActionCastFakeSpellAtObject(FORCE_POWER_LIGHTNING, OBJECT_SELF)); ApplyEffectToObject(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_PRO_LIGHTNING_L), OBJECT_SELF); //add this line only if you added damage above ApplyEffectToObject(DURATION_TYPE_INSTANT, eDamage, OBJECT_SELF); //add this line if you want the npc to fall dead ActionPlayAnimation(ANIMATION_LOOPING_DEAD, 1.0, 5.0); ActionResumeConversation(); } If you want to play an animation when an npc is pawned, here is an example to make the npc meditate, the syntax is: ActionPlayAnimation(int nAnimation, float fSpeed=1.0, float fDurationSeconds=0.0); here is an example: void main() { PlayAnimation(3,1.0,-1.0); } for the computer, use 15 instead of 3 in nAnimation. Attach the script in the ScriptSpawn field of the npc's .utc file. Link to comment Share on other sites More sharing options...
TheProphet Posted August 8, 2004 Author Share Posted August 8, 2004 Thanks Darth333, you truely are my most important source for this kind of thing. Link to comment Share on other sites More sharing options...
TheProphet Posted August 8, 2004 Author Share Posted August 8, 2004 I still need someone to play for bastilla. So if there are any takers please step forward. Darth333 maybe? Link to comment Share on other sites More sharing options...
TheProphet Posted August 8, 2004 Author Share Posted August 8, 2004 Yesterday was an overall good day, I added some game fixes but have not yet updated the mod to my websit. I added Corellia I added Endor I added the Intercom noises to the Sith Voice. I added the Leviathon[Ebon Hawk] I added MattColeJK:D And i added music, when i get back to my comp i will update the mod to my website. Link to comment Share on other sites More sharing options...
Darth333 Posted August 8, 2004 Share Posted August 8, 2004 Originally posted by Gsccc I still need someone to play for bastilla. So if there are any takers please step forward. Darth333 maybe? Err...English is not my mother tongue: it's my third language so you would have a funny accent plus i don't have a mic. Link to comment Share on other sites More sharing options...
TheProphet Posted August 9, 2004 Author Share Posted August 9, 2004 Ok, Darth333, your experties are needed again. I am making Coruscant. And i want right when the player gets there, a dialogue to auto start. This will transport him to the senate. Can you help me with this? Link to comment Share on other sites More sharing options...
Darth333 Posted August 9, 2004 Share Posted August 9, 2004 Originally posted by Gsccc Ok, Darth333, your experties are needed again. I am making Coruscant. And i want right when the player gets there, a dialogue to auto start. This will transport him to the senate. Can you help me with this? Erm...what do you mean by autostart as soon as the player gets there? Do you want to plant an npc that will greet your pc there? Do you want to set a trigger so that when your pc passes in a certain area at a certain time something happens? I would need a better description of the scene of the arrival on Coruscant to identify the best method to do it. Link to comment Share on other sites More sharing options...
Colma Adawin Posted August 9, 2004 Share Posted August 9, 2004 Originally posted by Darth333 I would need a better description of the scene of the arrival on Coruscant. but not too much to spoil it for us MattCole Link to comment Share on other sites More sharing options...
TheProphet Posted August 9, 2004 Author Share Posted August 9, 2004 Originally posted by Darth333 Erm...what do you mean by autostart as soon as the player gets there? Do you want to plant an npc that will greet your pc there? Do you want to set a trigger so that when your pc passes in a certain area at a certain time something happens? I would need a better description of the scene of the arrival on Coruscant to identify the best method to do it. I want it to be just like when you arrive at a new planet, like kashyyk for example. When the ugle snot sounding guy asks you to pay the docking fee, the couruscant thing has nothing to do with this so dont worry about me giving away valuable info. I just want to know how that kind of script works. Link to comment Share on other sites More sharing options...
Darth333 Posted August 9, 2004 Share Posted August 9, 2004 Attach this script in the spawn field of the npc's .utc file: void main() { object oPC=GetFirstPC(); AssignCommand(OBJECT_SELF,ActionMoveToObject(oPC)); AssignCommand(OBJECT_SELF,ActionStartConversation(oPC,"my_dlg")); } Link to comment Share on other sites More sharing options...
BountyHUNTER12 Posted August 10, 2004 Share Posted August 10, 2004 Originally posted by Gsccc The people at Infinite Empire would like to thank the punks at id software for Doom 3, so cool. Like we will get anything done now. Hey, you got that phrase from Adult Swim on Cartoon Network, excep they talk about the Gameboy Advance SP. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.