Tue Jun 01, 2004 5:12 am by Accushot
Certainly is. Open up the file for your system and add these objects, changing the details e.g. position to whatever you want:
The sun:
[Object
nickname = My_Sun
ids_name = 261008
pos = 0, 0, 0
ambient_color = 255, 255, 255
Archetype = sun_2000
ids_info = 66162
star = med_white_sun
atmosphere_range = 11000
burn_color = 160, 222, 245
That has created the sun object. Now you need a zone around it to cause damage, otherwise you'll just bounce off it.
[zone
nickname = Zone_My_Sun_Death
pos = 0, 0, 0
shape = SPHERE
size = 10000
damage = 10000
sort = 99.500000
density = 0
relief_time = 0
population_additive = false
Now finally, to make it give off light (which always helps):
[LightSource
nickname = System_LIGHT
pos = 0, 0, 0
color = 255, 255, 255
range = 120000
type = DIRECTIONAL
atten_curve = DYNAMIC_DIRECTION
Btw, don't forget to close all the square brackets if you copy and paste this.