Hidden/Spoiler:
adding dc: to sides cause crash...
Moderator: Moderators
-
cloneknight
- Chief Warrant Officer

- Posts: 357
- Joined: Sun Aug 20, 2006 11:39 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
adding dc: to sides cause crash...
Last edited by cloneknight on Sun Mar 30, 2008 6:37 pm, edited 1 time in total.
-
Fingerfood
- Sith

- Posts: 1262
- Joined: Fri Nov 30, 2007 9:40 pm
Re: Weapon base class??
So you followed Caleb's tut to get both the Common and rep sides in your Sides foder? It looks like you didn't copy over com_weap_veh_beam to the Common folder.
-
cloneknight
- Chief Warrant Officer

- Posts: 357
- Joined: Sun Aug 20, 2006 11:39 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: Weapon base class??
theres a tut? can i get a link to it to check what i did?Fingerfood wrote:So you followed Caleb's tut
-
Fingerfood
- Sith

- Posts: 1262
- Joined: Fri Nov 30, 2007 9:40 pm
Re: Weapon base class??
It was in the Everything you Need thread.......
Mini tut time!
Editing a Shipped Side
Go into sides, make a Common and rep (for example). Now go into your BF2_Modtools/assets/sides/Common and copy all the files and folders over.
Now do the same for rep.
Now you can edit any odfs, mshs, or anything.
When you're done editing, go into your data_***/Common/scripts/*** and edit your lua here:
So it says:
Notice the dc:?
When you munge, check Common and either on drop down select EVERYTHING, or munge Common then munge rep.
That should work for now, but when the Everything you Need thread is fixed, look in there under SIDEs, Creating a New Side
Mini tut time!
Editing a Shipped Side
Go into sides, make a Common and rep (for example). Now go into your BF2_Modtools/assets/sides/Common and copy all the files and folders over.
Now do the same for rep.
Now you can edit any odfs, mshs, or anything.
When you're done editing, go into your data_***/Common/scripts/*** and edit your lua here:
Code: Select all
ReadDataFile("SIDE\\rep.lvl",Code: Select all
ReadDataFile("dc:SIDE\\rep.lvl",When you munge, check Common and either on drop down select EVERYTHING, or munge Common then munge rep.
That should work for now, but when the Everything you Need thread is fixed, look in there under SIDEs, Creating a New Side
-
cloneknight
- Chief Warrant Officer

- Posts: 357
- Joined: Sun Aug 20, 2006 11:39 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: adding dc: to sides cause crash...
ya i did that it worked for a while when suddently i got this
(check near and at bottem)
adding the dc: causes the crash
info: i had geo side as dc: but the geo troops dont show up ingame all of a sudden ... thay work if i remove dc:
(check near and at bottem)
Hidden/Spoiler:
adding the dc: causes the crash
info: i had geo side as dc: but the geo troops dont show up ingame all of a sudden ... thay work if i remove dc:
-
woner11
- Sith

- Posts: 1361
- Joined: Tue Sep 18, 2007 10:17 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: The lost world of pickels
- Contact:
Re: adding dc: to sides cause crash...
Post your lua and your pcmunge log.
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: adding dc: to sides cause crash...
Code: Select all
ReadDataFile("dc:SIDE\\rep.lvl",
"rep_inf_ep2_rifleman",
"rep_inf_ep2_rocketeer",
"rep_inf_ep2_sniper",
"rep_inf_ep2_rocketeer_chaingun",
"rep_inf_ep2_engineer",
"rep_inf_ep2_jettrooper_rifleman",
"rep_inf_ep2_jettrooper")
Code: Select all
SetupTeams{
rep = {
team = REP,
units = 20,
reinforcements = 150,
soldier = { "rep_inf_ep2_rifleman",9, 25},
assault = { "rep_inf_ep2_rocketeer",1, 4},
engineer = { "rep_inf_ep2_engineer",1, 4},
sniper = { "rep_inf_ep2_sniper",1, 4},
officer = {"rep_inf_ep2_rocketeer_chaingun",1, 4},
special = { "rep_inf_ep2_jettrooper",1, 4},
-
cloneknight
- Chief Warrant Officer

- Posts: 357
- Joined: Sun Aug 20, 2006 11:39 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: adding dc: to sides cause crash...
thanks i fixed the problem
i was wondering if i could get the rep folder (the one with original stuff)
C:\BF2_ModTools\assets\sides the rep folder, i didnt copy it i just moved it and i dont have originals.
i was wondering if i could get the rep folder (the one with original stuff)
C:\BF2_ModTools\assets\sides the rep folder, i didnt copy it i just moved it and i dont have originals.
