**Tutorial** - How to Make a Blackhole
first add this to solararch.ini:
[Solar
nickname = Blackhole_Sphere
type = PLANET
DA_archetype = solar\blackhole\blackhole_core.3db
material_library = solar\blackhole\blackhole.txm
solar_radius = 3000
mass = 1000000000000
[Solar
nickname = Blackhole_Well
type = PLANET
DA_archetype = solar\misc\blackhole.3db
solar_radius = 100000
mass = 1000000000000
then add this to the system you want:
[Object
nickname = BlackHole1
pos = 60000, 0, 0
rotate = 0, 0, 180
ambient_color = 0, 0, 0
archetype = Blackhole_Sphere
ring = Zone_BH, solar\blackhole\bh.ini
spin = 0, 0, 0
[Object
nickname = BlackHole2
pos = 60000, 0, 0
rotate = 0, 0, 180
ambient_color = 0, 0, 0
archetype = Blackhole_Well
spin = 0, 0, 0
[zone
nickname = Zone_BH
pos = 60000, 0, 0
rotate = 0, 0, 0
shape = ring
size = 3000, 700, 200
sort = 99.500000
you can of course edit some of this stuff, like the position and rotation, and the nicknames if you want
credit goes to Nephilim for helping me with the solararch.ini configurations
***EDIT***
the balckhole well with not work with the following starsphere:
basic_stars = solar\starsphere\starsphere_stars_noband.cmp
complex_stars = solar\starsphere\starsphere_bw02_stars.cmp
nebulae = solar\starsphere\starsphere_bw02.cmp
this is because it has a conflict with a sprite of some sort in the starsphere, which causes the bg of the sprite not to go trasparent and merge with the rest of the starsphere (ie there is this big black square picture plastered to your starsphere)
Edited by - Chips on 10/31/2004 8:05:14 AM