Starbase Modding Help

Soooo, im kind new here, I should probably says "hello" to everyone.
I've been modding regular sins for a while until Sins Entrenchment came out then I started modding that one as well as the original, my problem is:

1) How to edit amount of * Starbases *
                            - per Gravity Well (planetary)
                            - per Star
or can you, i wasn't having much luck finding the files required to perform such a task, some help would be greatful.

2) Is it possible to add objects to a planet (like the deliverance beam for example to act as a offensive superweapon?)
    and change the angular speed of the planet, MaxRollRate?

??
Please Help. :) :dur: o_O

1,312 views 4 replies
Reply #1 Top

for question 1 you need to edit the planet/star entity files

for question 2 no idea

harpo

 

Reply #2 Top

line 29 in n++ FOR STARS:

minZoomDistanceMult 1.000000
moveAreaRadius 105000.000000
hyperspaceExitRadius 103000.000000
isWormhole FALSE
maxStarBaseCountPerPlayer 4
maxSpaceMineCountPerPlayer 200
mainViewIcon "MAINVIEWICON_STAR_BLUE"
picture "STARPICTURE_BLUE"
MeshName "Star_Blue"
MaxMeshVisibilityDistanceToCamera -2.000000
minShadow 0.000000
maxShadow 0.000000

 

9 lines fromt he bottom FOR PLANETS:

maxStarBaseCountPerPlayer 1
maxSpaceMineCountPerPlayer 110
minShadow 0.000000
maxShadow 0.000000
ability:0 ""
ability:1 ""
ability:2 ""
ability:3 ""
ability:4 ""

 

 

in files: planet"name".entity
in files: STAR_"color".entity

Reply #4 Top

you mean give the planet a weapon?