Page 1 of 1
Side Name Fileing Help (Lol)
Posted: Mon May 06, 2013 7:41 pm
by Ant
Okay so I got a Pre Viszla class I replaced over the Droideka. Then I replaced a normal Mandalorian over the droid sniper class. The Mandalorian and Viszla share all the same files (body, jetpack, and scarf, other mshs) so one of the guys always overwrites the other in the game, so I have either two Vizla or Mandalorian classes, instead of one of each. How do I make it so that I can have both?
Re: Side Name Fileing Help (Lol)
Posted: Mon May 06, 2013 7:49 pm
by Cleb
Well, you could start by having separate ODFs with different names for each person.

Re: Side Name Fileing Help (Lol)
Posted: Mon May 06, 2013 7:50 pm
by Ant
Cleb wrote:Well, you could start by having separate ODFs with different names for each person.

Ummm? What?
EDIT: Oops! Typo on my first topic, only the .mshs and .tgas are the same.
Re: Side Name Fileing Help (Lol)
Posted: Tue May 07, 2013 3:14 am
by AceMastermind
Re: Side Name Fileing Help (Lol)
Posted: Wed May 08, 2013 5:38 pm
by Ant
Wow

How didnt I see that!?!?
Okay...more stupid questons!
1. Okay, so sometimes when I switch to my secondary class, it wont let me switch back to my primary. How can I fix this?
2. When I munge my stuff, my changes to the colors of the battledroid NEVER change..not even when I clean out stuff or delete my addon folder. How can I fix this?
3. I don't want any 1st person weapons or guns..how do I make it so that when I go into 1st person, nothing shows up...like no weapons or arms?
Re: Side Name Fileing Help (Lol)
Posted: Wed May 08, 2013 7:03 pm
by Loopy53
1) If you mean when you swap weapons you can't swap back, I think thats a bug with han solo or leia, though I did not know it happens to other weapons.
2) Which battledroid do you mean? For instance there is the Super Battle Droid (cis_inf_rifleman) then there are the regular battledroids which use override textures (cis_inf_engineer). Please post the ODF of the battledroid(s) you are trying to edit and their names.
3) It is along the lines of ForceThirdPerson = 1 if I recall correctly. Do a search or it and I'm sure you will find something on gametoast. I can't test that line right now, so dont be mad at me if it doesn't work...
When asking questions it is important to provide detailed information. Be specific. Tell us what you have done so far (in order) and post any errors you may have in a) your error log or b) you munge log. We will be able to help you better if you can provide these details. Happy modding!

Re: Side Name Fileing Help (Lol)
Posted: Wed May 08, 2013 7:58 pm
by Marth8880
Loopy53 wrote:3) It is along the lines of ForceThirdPerson = 1 if I recall correctly. Do a search or it and I'm sure you will find something on gametoast. I can't test that line right now, so dont be mad at me if it doesn't work...
ForceMode = 1, but I'm not sure that's what he means.
Re: Side Name Fileing Help (Lol)
Posted: Thu May 09, 2013 5:27 pm
by Ant
I'll go indepth more...and we will solve on problem at a time
PROBLEM NUMBER ONE: I replaced the CIS stock sniper and engineer's weapons with the rifle that came with the BF2 Mod Tools pack. I did this by editing the sniper and engineer's odf to this:
Now in game, I play fine as my primary gun, but when I change to my secondary, it wont let me change back to my primary rifle...any ideas why?
Re: Side Name Fileing Help (Lol)
Posted: Thu May 09, 2013 6:05 pm
by Bob
If you have the award rifle already permanently unlocked, the solution is simple:
Add
Code: Select all
WEAPONSECTION = 5
WeaponName = "rep_weap_award_rifle"
WeaponAmmo = 4
WEAPONSECTION = 6
WeaponName = "rep_weap_award_pistol"
WeaponAmmo = 6
The game want's to switch to the award weapon, but since you don't call for it in the ODF it can't find it and therefore prevents you from changing weapons, bacause having a non-existant primary would result in a crash.
Re: Side Name Fileing Help (Lol)
Posted: Sun May 12, 2013 7:22 pm
by Ant
Thanks a lot! I also solved my second problem, but I can't figure out my third problem. How do I remove the first person arms so that when you switch to it, you don't see anything?
Re: Side Name Fileing Help (Lol)
Posted: Sun May 12, 2013 8:44 pm
by Marth8880
Comment out or delete any "FirstPerson" parameter(s) in the unit's ODF. Example:
Code: Select all
FirstPerson = "CIS\cissbdrd;cis_1st_sbdroid"
Precede the parameter with two forward slashes (//) to comment it out like so:
Code: Select all
//FirstPerson = "CIS\cissbdrd;cis_1st_sbdroid"
Re: Side Name Fileing Help (Lol)
Posted: Sun May 12, 2013 9:49 pm
by Noobasaurus
I found those instructions useful(I never knew that stuff). However, I am yet to begin working on my mod for the contest, so I cannot use them in reality.
Still can't think of a good crazy theme...And yet I do crazy things all the time! ... like the Crazy Stuff IDK mod...hmm brb
Re: Side Name Fileing Help (Lol)
Posted: Mon May 13, 2013 8:06 pm
by TWINKEYRUNAWAY
Marth8880 wrote:Comment out or delete any "FirstPerson" parameter(s) in the unit's ODF. Example:
Code: Select all
FirstPerson = "CIS\cissbdrd;cis_1st_sbdroid"
Precede the parameter with two forward slashes (//) to comment it out like so:
Code: Select all
//FirstPerson = "CIS\cissbdrd;cis_1st_sbdroid"
The Co-Creator of the well acclaimed Mass Effect Unification Mod recieiving well over 10,000 downloads and voted one of the highest mods on ModB, great map creator and excellent sound editor. A talented Coder as well as one of the most helpful people on here as well?
I imagine if I ever take the careful amount time to learn how to mod, this would be most useful.
Re: Side Name Fileing Help (Lol)
Posted: Tue May 14, 2013 5:49 pm
by Ant
Thanks

Eventually I would have asked every question possible...new question! How do you make a new rep_inf_default_blank so that my troops can have a variety of weapon choices?
Re: Side Name Fileing Help (Lol)
Posted: Tue May 14, 2013 7:00 pm
by AQT
Ant wrote:How do you make a new rep_inf_default_blank so that my troops can have a variety of weapon choices?
Um, make a copy of an existing one, rename it to something else, edit its content to your liking, and have your troops inherit it using the ClassParent parameter? Seriously, Ant, how do you expect to innovate and grow as a modder if you can't figure out little things like this on your own? You can learn a lot of things on your own by simply attempting to see how stock examples of anything are set up.
Re: Side Name Fileing Help (Lol)
Posted: Tue May 14, 2013 7:37 pm
by Ant
Forgive me, I did exactly what you said before I asked, and a error showed up, so I thought I forgot something. The error happened however because I forgot to add a primary...lol