Create Afternoon Lighting.fscript 703 B

1234567891011121314151617181920
  1. // FinalSun Script file
  2. // Name: Create Morning Lighting
  3. // Written By: Matthias Wagner
  4. // Last Change: August 27, 2001
  5. // Be careful when editing scripts, they may cause damage to maps if used improperly
  6. SetSafeMode("FALSE","Necessary for setting lighting values");
  7. SetIniKey("Lighting","Level","0.028000");
  8. SetIniKey("Lighting","IonLevel","0.028000");
  9. SetIniKey("Lighting","Ambient","1.000000");
  10. SetIniKey("Lighting","Red","1.080000");
  11. SetIniKey("Lighting","Green","0.940000");
  12. SetIniKey("Lighting","Blue","0.680000");
  13. SetIniKey("Lighting","IonAmbient","0.650000");
  14. SetIniKey("Lighting","IonRed","0.695000");
  15. SetIniKey("Lighting","IonGreen","0.445000");
  16. SetIniKey("Lighting","IonBlue","0.775000");