.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
winSPMBT: Main Battle Tank- Save $6.00

   







Go Back   .com.unity Forums > Shrapnel Community > Space Empires: IV & V

Reply
 
Thread Tools Display Modes
  #1  
Old April 2nd, 2007, 04:10 AM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default FQM 5.00 Beta 9

Announcing the posting of FQM 5.00 Beta 9, for SE5.

Beta 9 is not savegame-compatible with Beta 8.

This release features new planet textures by Lacota. They actually match the planet atmosphere now! These textures are larger than stock textures (512x512 compared to 256x256), so please let me know if you notice any performance hit. I do not seem to see any difference on my machine, but you never know.

Note that planet icons and portraits are not going to be updated until all of the textures are complete. Also, ringed planet textures use the stock textures for now, until I can get someone to change the hard-coded texture files to point to something more shiney. This will likely cause successive FQM releases to continue breaking savegames.

download link (19.8 MB)

Beta 9 version history:
1. Added - New planet textures by Lacota. Note that planet texture colors actually match planet atmosphere now, unlike the stock game. Also, note that ringed planets use stock textures for now, pending editing the .x model files.
2. Changed - Reduced percentage of red and orange stars from 83% to 76%.

Please note that this is a work in progress. There are bound to be quirks, which you should report. All suggestions for improvement are welcome!
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote
  #2  
Old April 2nd, 2007, 12:11 PM
Q's Avatar

Q Q is offline
Colonel
 
Join Date: Jan 2001
Posts: 1,661
Thanks: 0
Thanked 0 Times in 0 Posts
Q is on a distinguished road
Default Re: FQM 5.00 Beta 9

Do you plan to make sectors where a planet and its moons are together like in SE IV?
Reply With Quote
  #3  
Old April 2nd, 2007, 01:42 PM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: FQM 5.00 Beta 9

I do not plan to do so, no. However, if you install python, you can make this change to your copy of FQM quite easily. Open solarfnc.py in a text editor and edit these two lines (277 and 278):

buf += 'Obj ' + str(i) + ' Position ' + spaces(i) + ':= Offset ' + str(pnum) + ' Ring ' + str(ring) + '\n'
#buf += 'Obj ' + str(i) + ' Position ' + spaces(i) + ':= Same As ' + str(pnum) + '\n'

Simply comment the first line (put a # in the front), and uncomment the second:

#buf += 'Obj ' + str(i) + ' Position ' + spaces(i) + ':= Offset ' + str(pnum) + ' Ring ' + str(ring) + '\n'
buf += 'Obj ' + str(i) + ' Position ' + spaces(i) + ':= Same As ' + str(pnum) + '\n'

Next, run the _solar_systems.py script, either from a DOS prompt (double click a.bat to get one in the local folder) or by double clicking on the script file. This will recreate the SystemTypes.txt file with moons placed in the same sector as their parent planets (as well as the QuadrantTypes.txt file, but that doesn't change due to the moons).
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote
  #4  
Old April 2nd, 2007, 01:46 PM
Captain Kwok's Avatar

Captain Kwok Captain Kwok is offline
National Security Advisor
 
Join Date: Oct 2001
Location: Toronto, Canada
Posts: 5,623
Thanks: 1
Thanked 14 Times in 12 Posts
Captain Kwok is on a distinguished road
Default Re: FQM 5.00 Beta 9

When I did quick map generation this morning to see the planet textures - I got an missing file error for one of the textures for a venus-type planet - but I didn't note the entry it was associated with. You can probably find it just browsing through a map and checking systems.
__________________
Space Empires Depot | SE:V Balance Mod
Reply With Quote
  #5  
Old April 2nd, 2007, 06:41 PM
Santiago's Avatar

Santiago Santiago is offline
Sergeant
 
Join Date: Jun 2006
Posts: 238
Thanks: 0
Thanked 0 Times in 0 Posts
Santiago is on a distinguished road
Default Re: FQM 5.00 Beta 9

Quote:
Q said:
Do you plan to make sectors where a planet and its moons are together like in SE IV?

Fyron's solution works well for this and I use it for all my games.
Reply With Quote
  #6  
Old April 2nd, 2007, 07:12 PM
Santiago's Avatar

Santiago Santiago is offline
Sergeant
 
Join Date: Jun 2006
Posts: 238
Thanks: 0
Thanked 0 Times in 0 Posts
Santiago is on a distinguished road
Default Re: FQM 5.00 Beta 9

As regards the 512x512 textures, I made some by accident when I started making planets and they did not seem to make a difference perfomance-wise. While I appreciate all the work that goes into this (from my own planet making and other discoveries in modding )

I doubt I will use this latest interation as I don't like the atmospheres. It's a personal choice and I've diverged enough from "Stock" FQM and other mods in other areas as well. I've added 18 planets so far, the goal is 45. Takes a bit when you only have an hour or two a day or every 2 days. Then integrate FQM 7 and 8 when time permits to get what looks like what I would want in my personal mod.

But modding is sometimes more interesting than playing the game. And a learning experience as well. Keep up the great work.
Reply With Quote
  #7  
Old April 2nd, 2007, 07:14 PM

javaslinger javaslinger is offline
Sergeant
 
Join Date: Feb 2001
Location: Richmond, VA
Posts: 274
Thanks: 0
Thanked 0 Times in 0 Posts
javaslinger is on a distinguished road
Default Re: FQM 5.00 Beta 9

Can you tell me directions to 'update' BM and FQM to your latest version?

Thanks,

Javaslinger
Reply With Quote
  #8  
Old April 2nd, 2007, 10:11 PM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: FQM 5.00 Beta 9

Same as last time; copy all of the text files in the data folder (save the script readme and .py files), and copy the pictures folder. Be aware that you cannot continue any current savegames after doing this; you have to start a new game.
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote
  #9  
Old April 2nd, 2007, 10:15 PM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: FQM 5.00 Beta 9

Quote:
Captain Kwok said:
When I did quick map generation this morning to see the planet textures - I got an missing file error for one of the textures for a venus-type planet - but I didn't note the entry it was associated with. You can probably find it just browsing through a map and checking systems.
The ringed planets use hard-coded (in the models) planet textures. I tried to copy over all of the textures they used (by browsing around several maps), but may have missed a few. You can do the brute-force solution, copying all of the planet textures from stock into FQM, if you don't want to tell me which ones are missing.
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote
  #10  
Old April 3rd, 2007, 12:43 AM
Captain Kwok's Avatar

Captain Kwok Captain Kwok is offline
National Security Advisor
 
Join Date: Oct 2001
Location: Toronto, Canada
Posts: 5,623
Thanks: 1
Thanked 14 Times in 12 Posts
Captain Kwok is on a distinguished road
Default Re: FQM 5.00 Beta 9

I actually don't think the atmosphere glow suits the newly textured planets and makes them look worse... is anyone else noticing the same thing?
__________________
Space Empires Depot | SE:V Balance Mod
Reply With Quote
Reply

Bookmarks


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 On

Forum Jump


All times are GMT -4. The time now is 05:45 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2024, Shrapnel Games, Inc. - All Rights Reserved.