I had Suggested that Scene Creators Voluntarily add an iStripper logo to the Scenes that they Share.
An Example of this
add two small sections to your Scene Code
Add a texture at the beginning
and as a last element in the Camera
add the logo, Small and in a Corner.
example:
texture { //iStripper Logo
id: iStripperLogo
source: Small/iStripper.png
}
camera {
type: 3D
angle: 45
pos: 0, 0, 1240
target: 0, 0, 0
// your scene here
// your scene here
// your scene here
// your scene here
// your scene here
Sprite { //iStripper Logo
pos: -880, 400, 1
scale: 0.25
rot: 0, 0, -90
hotspot: 0.5, 0.5
source: iStripperLogo
}
// end of Camera
}
Sample Image from above code
https://www.istripper.com/customdata/forum/2023-01-19/dvA0Glbc.jpg
A member, after downloading the Scene to their own PC
could then just rename the Image in the Logo folder,
if they wanted to remove the logo from view for their own personal viewing.
This leaves the Splash Screen available for the Scene Creators own use.