Please see the most recent updates in the "Where did the .com name go?" thread. Posts number 16 and 17.
Please see this thread for updates. Update Thread
SOH ADMINISTRATIONGood evening,
Talon and I discussed this and he helped give me a lead. Comparing it to a .dp file that was working, I found this in the original file...
; Created or Modified by DPED.
; 3/7/2011 7:02:31 PM
[BOXES]
box.0=%box_name.0%,-15,0,-15,15,30,15
[SYSTEMS]
system.0=%system_name.0%,130,-1
[BOXMAPS.0]
; Box = %box_name.0%
[EFFECTS.0]
; System = dp_box_99
effect.0=30,LIBRARY,fx_dustcloud_m,
effect.1=60,LIBRARY,fx_p_splash_3,
effect.2=80,LIBRARY,fx_dustcloud_l,
effect.3=100,BREAK,,
effect.4=100,LIBRARY,fx_gasfire_s,
[MISC_DATA]
unit_family=4
category=31
[STRINGS]
"box_name.0"=%box_name.0%
"system_name.0"=dp_box_99
; DPED Version 1.21
So, I tried changing it to this...
; Created or Modified by DPED.
; 3/7/2011 7:02:31 PM
[BOXES]
box.0=%box_name.0%,-15,0,-15,15,30,15
[SYSTEMS]
system.0=%system_name.0%,130,-1
[BOXMAPS.0]
; Box = dp_box_99
[EFFECTS.0]
; System = ; dp_box_99
effect.0=30,LIBRARY,fx_dustcloud_m,
effect.1=60,LIBRARY,fx_p_splash_3,
effect.2=80,LIBRARY,fx_dustcloud_l,
effect.3=100,BREAK,,
effect.4=100,LIBRARY,fx_gasfire_s,
[MISC_DATA]
unit_family=4
category=31
[STRINGS]
"box_name.0"=dp_box_99
"system_name.0"=dp_box_99
; DPED Version 1.21
And it worked! A .cdp file now generates, so I can fly and test the scenery.



I have missed something basic I'm sure, but could anyone help me out here? Thanks.
