Problem with rep_fly_gunship_sc.odf and two new questions
Moderator: Moderators
-
Guepard
Problem with rep_fly_gunship_sc.odf and two new questions
I am doing a not space map.
Why if I put
ReadDataFile("dc:SIDE\\rep.lvl",
"rep_fly_gunship_sc")
the game crashes while the map is loading?
I copy assets/sides/rep to Data_XXX/Sides/ and munge rep. I don't modify de rep_fly_gunship_sc.odf.
For don't do another post I use this post for another two questions
-I edited two ATTE but how can I put the two edited ATTE in the same map with diferents skins?
-In multiplayer my map runs good for the person who makes the game, but the game crashes to the another people after charge the map.
Where can be the problem?
Why if I put
ReadDataFile("dc:SIDE\\rep.lvl",
"rep_fly_gunship_sc")
the game crashes while the map is loading?
I copy assets/sides/rep to Data_XXX/Sides/ and munge rep. I don't modify de rep_fly_gunship_sc.odf.
For don't do another post I use this post for another two questions
-I edited two ATTE but how can I put the two edited ATTE in the same map with diferents skins?
-In multiplayer my map runs good for the person who makes the game, but the game crashes to the another people after charge the map.
Where can be the problem?
Last edited by Guepard on Mon May 21, 2007 12:53 pm, edited 2 times in total.
-
The_Emperor
- Supreme Galactic Ruler
- Posts: 2118
- Joined: Sat Dec 10, 2005 6:30 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Waaaaay over there.
RE: Problem with rep_fly_gunship_sc.odf
post the rest of the LUA
-
Guepard
-
The_Emperor
- Supreme Galactic Ruler
- Posts: 2118
- Joined: Sat Dec 10, 2005 6:30 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Waaaaay over there.
hmm yeah LUA looks ok to me...
What did you change to the rep_fly_gunship_sc if you didn't change the odf? The skin?
Are you sure you copied all files you need for the gunship to your new rep folder? You didn't forget to copy the weapons or something like that?
There must be something wrong with your new gunship if the normal one works....
What did you change to the rep_fly_gunship_sc if you didn't change the odf? The skin?
Are you sure you copied all files you need for the gunship to your new rep folder? You didn't forget to copy the weapons or something like that?
There must be something wrong with your new gunship if the normal one works....
-
MercuryNoodles
- Jedi

- Posts: 1003
- Joined: Sun Mar 12, 2006 7:16 pm
- Projects :: Space - Boarding Action
- xbox live or psn: No gamertag set
-
MercuryNoodles
- Jedi

- Posts: 1003
- Joined: Sun Mar 12, 2006 7:16 pm
- Projects :: Space - Boarding Action
- xbox live or psn: No gamertag set
-
Guepard
But if I put
ReadDataFile("SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper",
"rep_inf_ep3_officer",
"rep_inf_ep3_jettrooper",
"rep_hover_fightertank",
"rep_hero_anakin",
"rep_fly_gunship_sc"
"rep_hover_barcspeeder")
the map runs good.
EDIT
I munged rep but it is not new because is the same rep of assets/sides/rep. How can I see the error log?
I only kwown the PC_MungeLog.txt but I don't known the error log
New question:
How can I put two edited ATTE with diferents skins?
ReadDataFile("SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper",
"rep_inf_ep3_officer",
"rep_inf_ep3_jettrooper",
"rep_hover_fightertank",
"rep_hero_anakin",
"rep_fly_gunship_sc"
"rep_hover_barcspeeder")
the map runs good.
EDIT
I munged rep but it is not new because is the same rep of assets/sides/rep. How can I see the error log?
I only kwown the PC_MungeLog.txt but I don't known the error log
New question:
How can I put two edited ATTE with diferents skins?
Last edited by Guepard on Fri May 18, 2007 4:07 am, edited 1 time in total.
-
{JT}Tim
- Private Recruit
- Posts: 29
- Joined: Sun Mar 12, 2006 10:57 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
Guepard
- trainmaster611
- Sith Lord

- Posts: 1779
- Joined: Thu Aug 24, 2006 5:22 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Building a railway to Coruscant
- Contact:
To make two different ATTE's is kind of complicated
You basically have to make a copy of rep_walk_atte.odf and all of the attatched files to My Documents. There add "2" to the end of everyone of the files (such as rep_walk_atte2). This basically creates a new vehicle for you. Move the files back to data_ABC/sides/rep and into their corresponding folders. Then go into the rep_walk_atte2.odf folder and change the texture line to the name of your new TGA file.
Sorry if that was too complicated to translate
*Briefly Edited By Qdin*
Sorry if that was too complicated to translate
*Briefly Edited By Qdin*
-
Guepard
I don't put anything in the folder build.
I do two diferents ATTE and it is very easly, you can use rep_walk_atte_nospawn.odf XDDDDD, but the problem is the skin. I try changing GeometryName = "rep_walk_atte2.msh" and coping rep_walk_atte.msh.option--> rep_walk_atte2.msh.option and I edited changing
-bump Rep_walk_sixleg2
I create a rep_walk_sixleg2.tga, rep_walk_sixleg_bump2.tga,rep_walk_sixleg_bump2...
but the two ATTE use the rep_walk_sixleg.tga.
EDIT
You are not understanding my problem XD.
The two ATTE runs good in the map, but I don't known how to put two skins, the two ATTE use the same skin. How can I put two diferents skins?
THE TWO ATTE RUNS GOOD, the problem is not how to make two attes, THE PROBLEM IS HOW TO PUT TWO DIFERENT SKINS FOR EACH ATTE.
I do two diferents ATTE and it is very easly, you can use rep_walk_atte_nospawn.odf XDDDDD, but the problem is the skin. I try changing GeometryName = "rep_walk_atte2.msh" and coping rep_walk_atte.msh.option--> rep_walk_atte2.msh.option and I edited changing
-bump Rep_walk_sixleg2
I create a rep_walk_sixleg2.tga, rep_walk_sixleg_bump2.tga,rep_walk_sixleg_bump2...
but the two ATTE use the rep_walk_sixleg.tga.
EDIT
You are not understanding my problem XD.
The two ATTE runs good in the map, but I don't known how to put two skins, the two ATTE use the same skin. How can I put two diferents skins?
THE TWO ATTE RUNS GOOD, the problem is not how to make two attes, THE PROBLEM IS HOW TO PUT TWO DIFERENT SKINS FOR EACH ATTE.
-
The_Emperor
- Supreme Galactic Ruler
- Posts: 2118
- Joined: Sat Dec 10, 2005 6:30 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Waaaaay over there.
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Adding 2 ATTE walkers with different textures to your map
They use the same texture because they both use the same mesh.
Copy the mesh and rename it.
Copy the ODF and rename it.
Change the name of the called mesh in your renamed ODF to what your new ATTE mesh name is.
Add the name of your new walker ODF into the lvl req file in your side.
Then create a new class req file for your new walker and place it in your req folder.
Open the renamed mesh file with a hex editor and just overwrite (not delete) at least 1 letter in the tga name that is called in the mesh.(press ctrl+F to search for tga in your hex editor)
Rename your custom texture file exactly what you called it when you hex edited it.
Launch ZE and change the name of the walker to spawn for the vehicle spawn to your new walker ODF name, save and close ZE.
Add the new walker name to the side that it loads from in the LUA.
Add it to the walker type section in the LUA and/or commandwalker memory pool if necessary.
Close/save LUA, then munge default common and your side containing the new walker in the side drop down menu.
Go play!
Copy the mesh and rename it.
Copy the ODF and rename it.
Change the name of the called mesh in your renamed ODF to what your new ATTE mesh name is.
Add the name of your new walker ODF into the lvl req file in your side.
Then create a new class req file for your new walker and place it in your req folder.
Open the renamed mesh file with a hex editor and just overwrite (not delete) at least 1 letter in the tga name that is called in the mesh.(press ctrl+F to search for tga in your hex editor)
Rename your custom texture file exactly what you called it when you hex edited it.
Launch ZE and change the name of the walker to spawn for the vehicle spawn to your new walker ODF name, save and close ZE.
Add the new walker name to the side that it loads from in the LUA.
Add it to the walker type section in the LUA and/or commandwalker memory pool if necessary.
Close/save LUA, then munge default common and your side containing the new walker in the side drop down menu.
Go play!
-
Caleb1117
- 2008 Most Original Avatar
- Posts: 3096
- Joined: Sun Aug 20, 2006 5:55 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: X-Fire: caleb1117 ಠ_ಠ
-
Master Fionwë
- Rebel Colonel

- Posts: 598
- Joined: Wed May 30, 2007 3:33 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: At RCTC
- Contact:
You know, I was wondering how the heck guys did that in some maps, with the two vehicles with different skins. That's nice to know. Make sure that all the weapons are present in the side for the laat, because I encountered the same problem with my atte. I was missing the weapons, and so the game crashed everytime I went into a map with the atte.
EDIT
I just thought of another way to get two attes with different skins, place one in the rep side, and the other in the cis side, then replace the skin with the one you want to use in either rep or cis, and then you have two different looking attes.
EDIT
I just thought of another way to get two attes with different skins, place one in the rep side, and the other in the cis side, then replace the skin with the one you want to use in either rep or cis, and then you have two different looking attes.
-
t551
- General

- Posts: 791
- Joined: Sat Jul 16, 2005 3:23 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Clarifying why you need to hex edit one mesh
But they would still be using the same mesh, thus calling for the same texture, you would still need to copy and rename the files for one of the ATTEs and then hex edit the .msh file for one of the ATTEs to call for a custom texture.Master Fionwë wrote:I just thought of another way to get two attes with different skins, place one in the rep side, and the other in the cis side, then replace the skin with the one you want to use in either rep or cis, and then you have two different looking attes.
