Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Richter BelmontAcRoom hybrid Light (bring support for both HS and no-HS user)
#1
Like people making room should already know it, a "light source" must be writed in the AcRoom...or else, only a black screen will be show.

This one is the default and will make sure all room using have light.

 
Code:
[/color]

[color=#000000]AppImportScene . {[/color]
[color=#000000].NodeName "Lights" + :room;[/color]
[color=#000000].ParentPath "/RoomRoot";[/color]
[color=#000000].SceneFile "Shared/Room/lights01";[/color]
[color=#000000]};



If someone want to bring the special light feature of the HairSizer mod, the precedent script must be replaced by:


Code:
[/color]

[color=#000000]AppImportScene . {[/color]
[color=#000000].NodeName "Lights" + :room;[/color]
[color=#000000].ParentPath "/RoomRoot";[/color]
[color=#000000].SceneFile "Shared/Room/lights01mod";[/color]
[color=#000000]};[/color]
[color=#000000]AppPoseBlend . {[/color]
[color=#000000].PoseBlend "SFHlight_poseBlend";[/color]
[color=#000000]};[/color]
[color=#000000]AppPoseBlend . {[/color]
[color=#000000].PoseBlend "FLLlight_poseBlend";[/color]
[color=#000000]};[/color]
[color=#000000]AppPoseBlend . {[/color]
[color=#000000].PoseBlend "BLlight_poseBlend";[/color]
[color=#000000]};[/color]
[color=#000000]AppPoseBlend . {[/color]
[color=#000000].PoseBlend "AMBlight_poseBlend";[/color]
[color=#000000]};[/color]
[color=#000000]AppPoseBlend . {[/color]
[color=#000000].PoseBlend "SFHrot_poseBlend";[/color]
[color=#000000]};[/color]
[color=#000000]AppPoseBlend . {[/color]
[color=#000000].PoseBlend "FLLrot_poseBlend";[/color]
[color=#000000]};[/color]
[color=#000000]AppPoseBlend . {[/color]
[color=#000000].PoseBlend "BLrot_poseBlend";[/color]
[color=#000000]};



...The problem with this is that if the user do not have the the HairSizer light, the room will be blacked out. (=same as not having light)

People may considering writing both light source...but this will make light to become way to bright and blind all HairSiser user.

So the solution was to write both light source...and adding a element that will "desactivate" the default light one if the user have HairSizer light.
So there it is.
By writing this as your light script, you you bring up support for both user with HairSizer light and the one wihout it.(except the blind effect no more occur Smile )


Code:
AppImportScene . {[/color]
[color=#000000].NodeName "Lights" + :room;[/color]
[color=#000000].ParentPath "/RoomRoot";[/color]
[color=#000000].SceneFile "Shared/Room/lights01";[/color]
[color=#000000]};[/color]
[color=#000000]AppImportScene . {[/color]
[color=#000000].NodeName "LightsHS" + :room;[/color]
[color=#000000].ParentPath "/RoomRoot";[/color]
[color=#000000].SceneFile "Shared/Room/lights01mod";[/color]
[color=#000000]};[/color]
[color=#000000]AppReplaceSkeleton . {[/color]
[color=#000000].SourcePath "/Lights" + :room + "/lights_group";[/color]
[color=#000000].SourceRootPath "/Lights" + :room + "/lights_group";[/color]
[color=#000000].TargetPath "/LightsHS" + :room + "/lights_group";[/color]
[color=#000000].TargetRootPath "/LightsHS" + :room + "/lights_group";[/color]
[color=#000000]};

[To see links please log-in or register here]

[-] The following 4 users Like Richter Belmont's post:
  • daspex (08-16-2024), gotic855 (08-06-2024), rannady (07-31-2024), RidSol (07-29-2024)
Reply




Users browsing this thread: 1 Guest(s)
Copyright: Roy's website was started on September 3, 2013. We been on-line over 10 years and going strong.
WARNING: ADULT CONTENT: You must be 18 years of age or older to view this website.