Notices

Go Back   FileFront Forums > The Games! > Star Wars: Empire At War > SW:EaW Modding, Mapping and Editing

Remember Me?

SW:EaW Modding, Mapping and Editing
Want more info about a Mod? Making a Mod? Looking for Modders, Mappers, Skinners, etc.? This is your Spot!

Reply
 
LinkBack Thread Tools Display Modes
Old October 26th, 2009   #1
Mercenary Texture Artist
 
Burntstrobe's Avatar
 
Join Date: October 17th, 2007
Location: Somewhere you will never find me...
Status: Silently sneaking up behind you...
200 posts, 2 likes.
Rep Power: 0
Burntstrobe is a n00b
Default Help: Space Star Map Files

Hello Community,

I am trying to locate the XML or other files of code that determine which W_stars_nebula00.dds files are used with each planet. I have learned that there are 12 of these star nebula files, and I would like to learn how they're use is determined, so that I may have control over which planet uses which file.

I also wish to personally test the limit of how many of these W_stars_nebula00.dds files the game can handle. As of now, the game runs with 12, but I want to see if the game can work with 15, 20, 30, and up to however many causes the game to crash.


Any help on this matter is much appreciated, thank you.
Burntstrobe is offline   Reply With Quote
Old October 26th, 2009   #2
aka Mobby!
 
Mobius13's Avatar
 
Join Date: February 17th, 2009
Location: Brazil
Status: Making a mod
773 posts, 0 likes.
Rep Power: 15
Mobius13 should make some friends
Default Re: Help: Space Star Map Files

Well you'd need to add new star and nebula backgrounds through the map editor, however you an add them by hex editing an existing skydome with a new texture

ETM ModDB Page
ETM Forums!!!


Estimated completion: 55%

ETM
Coder, Mapper, Skinner, Modeler, and Rigger
SotE Assistant Mapper
Mobius13 is offline   Reply With Quote
Old October 26th, 2009   #3
Mercenary Texture Artist
 
Burntstrobe's Avatar
 
Join Date: October 17th, 2007
Location: Somewhere you will never find me...
Status: Silently sneaking up behind you...
200 posts, 2 likes.
Rep Power: 0
Burntstrobe is a n00b
Default Re: Help: Space Star Map Files

I have been able to edit all the existing 12 W_stars_nebula00.dds files with photoshop and have come up with the below images. I can easily make more of these files and just rename them with increasing numbers, such as _nebula13.dds, _nebula14.dds, etc, but how do I get the game to recognize the new files and use them?

Here are some pics of modified files already, I have been taking hubble telescope images, and replacing the original nebulas with the photos, creating alpha layers, and then saving them to the texture folder. The game runs them perfectly, but how do you get the game to recognize more files that go beyod 12, and how do you get to determin which planet uses which file?
Attached Thumbnails
Help: Space Star Map Files-naboo_new.jpg   Help: Space Star Map Files-alderaan.jpg   Help: Space Star Map Files-kiffu.jpg   Help: Space Star Map Files-coruscant.jpg   Help: Space Star Map Files-nar-shadda.jpg  


Last edited by Burntstrobe; October 26th, 2009 at 04:06 PM.
Burntstrobe is offline   Reply With Quote
Old October 26th, 2009   #4
I follow teh Moo!
 
codeuser's Avatar
 
Join Date: November 12th, 2005
Status: Available
686 posts, 0 likes.
Rep Power: 22
codeuser has disabled reputation
Default Re: Help: Space Star Map Files

Determined through the map. Space skydomes are defined in the XML for secondary space skydomes. There shouldn't be a limit to how many space skydomes you have.

codeuser is offline   Reply With Quote
Old October 26th, 2009   #5
Mercenary Texture Artist
 
Burntstrobe's Avatar
 
Join Date: October 17th, 2007
Location: Somewhere you will never find me...
Status: Silently sneaking up behind you...
200 posts, 2 likes.
Rep Power: 0
Burntstrobe is a n00b
Default Re: Help: Space Star Map Files

Do you know which xml file?
Burntstrobe is offline   Reply With Quote
Old October 26th, 2009   #6
RotM mod author
 
the_Farseer's Avatar
 
Join Date: August 12th, 2009
Status: Available
194 posts, 1 likes.
Rep Power: 0
the_Farseer is a n00b
Default Re: Help: Space Star Map Files

Quote:
Originally Posted by Burntstrobe View Post
Do you know which xml file?
These are the two files you will need for starfields and nebulae:

Spaceprimaryskydomes.XML

and

Spacesecondaryskydomes.XML

However, these two files do NOT control which texture is being used. The textures are assigned to an individual .ALO model and must be assigned via a HEX editor or by making a new model. The xml files then reference the ALO models to be used as a skydome. If you do not currently have a HEX editing program, I recomend (and use) this one: cygnus hex editor (just google it). Using the hex editor requires no knowledge of code, just a lot of patience as you scroll through it to find a referenced texture to change... If you need help understanding the process, I can help as I have made custom skydomes before and know the process fairly well.

.
<img src=http://forums.filefront.com/picture.php?albumid=310&pictureid=4676 border=0 alt= />

Last edited by the_Farseer; October 26th, 2009 at 05:59 PM.
the_Farseer is offline   Reply With Quote
Old October 26th, 2009   #7
aka Mobby!
 
Mobius13's Avatar
 
Join Date: February 17th, 2009
Location: Brazil
Status: Making a mod
773 posts, 0 likes.
Rep Power: 15
Mobius13 should make some friends
Default Re: Help: Space Star Map Files

Quote:
Originally Posted by the_Farseer View Post
Using the hex editor requires no knowledge of code, just a lot of patience as you scroll through it to find a referenced texture to change... If you need help understanding the process, I can help as I have made custom skydomes before and know the process fairly well.
Or you could use the search function

But he's right, hex editing is the only way to go

ETM ModDB Page
ETM Forums!!!


Estimated completion: 55%

ETM
Coder, Mapper, Skinner, Modeler, and Rigger
SotE Assistant Mapper
Mobius13 is offline   Reply With Quote
Old October 27th, 2009   #8
RotM mod author
 
the_Farseer's Avatar
 
Join Date: August 12th, 2009
Status: Available
194 posts, 1 likes.
Rep Power: 0
the_Farseer is a n00b
Default Re: Help: Space Star Map Files

Quote:
Originally Posted by Mobius13 View Post
Or you could use the search function

But he's right, hex editing is the only way to go
I guess you can use the search function is you wanted too... Personally, I enjoy scrolling through millions of lines of # signs and ? and the ever present ............... It's good times.

.
<img src=http://forums.filefront.com/picture.php?albumid=310&pictureid=4676 border=0 alt= />
the_Farseer is offline   Reply With Quote
Old October 27th, 2009   #9
Banned
El Bano
 
Join Date: January 29th, 2009
Location: Spain
Status: Making a mod
298 posts, 0 likes.
Rep Power: 0
CCWAR is nobody special
Default Re: Help: Space Star Map Files

Hex editor can serve some times for know about the files but edit a file with a hex editor..........puffff it is not great, the best is make your own 100% skydomes.
CCWAR is offline   Reply With Quote
Old October 27th, 2009   #10
RotM mod author
 
the_Farseer's Avatar
 
Join Date: August 12th, 2009
Status: Available
194 posts, 1 likes.
Rep Power: 0
the_Farseer is a n00b
Default Re: Help: Space Star Map Files

Quote:
Originally Posted by CCWAR View Post
Hex editor can serve some times for know about the files but edit a file with a hex editor..........puffff it is not great, the best is make your own 100% skydomes.
Yes, but the HEX editor is free 3DSMax is not...

.
<img src=http://forums.filefront.com/picture.php?albumid=310&pictureid=4676 border=0 alt= />
the_Farseer is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Star Trek: Deep Space Nine - Dominion Wars Flash525 ST:A2 Modding, Mapping and Editing 2 September 26th, 2009 09:56 AM
SyFy wants a new space opera...Star Trek? 086goinfast Entertainment 0 July 10th, 2009 12:18 PM
Death Star Space Map Metall_pingwin SW:BF2 Modding, Mapping and Editing 25 March 12th, 2006 05:09 PM


All times are GMT -7.







   
 





This site is part of the Defy Media Gaming network

The best serving of video game culture, since 2001. Whether you're looking for news, reviews, walkthroughs, or the biggest collection of PC gaming files on the planet, Game Front has you covered. We also make no illusions about gaming: it's supposed to be fun. Browse gaming galleries, humor lists, and honest, short-form reporting. Game on!

FileFront Forums - Terms of Service - Top
Theme Selection
Copyright © 2002-2016 Game Front. All rights reserved. Powered by vBulletin®
Copyright ©2000 - 2016, vBulletin Solutions, Inc.
Forum Theme by Danny King (FileTrekker), Sheepeep & Graeme(rs)
RSS Feed Widget by FeedWind