There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.
If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.
Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.
The Staff of SOH
Good 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.