Create Night Lighting.fscript 710 B

1234567891011121314151617181920
  1. // FinalAlert2:YR 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","0.350000");
  10. SetIniKey("Lighting","Red","0.510000");
  11. SetIniKey("Lighting","Green","0.460000 ");
  12. SetIniKey("Lighting","Blue","1.410000");
  13. SetIniKey("Lighting","IonAmbient","0.650000");
  14. SetIniKey("Lighting","IonRed","0.695000");
  15. SetIniKey("Lighting","IonGreen","0.445000");
  16. SetIniKey("Lighting","IonBlue","0.775000");