Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
trashyVideoWall and an Audience WIP
#21
@Daspex

This is what I was looking for! Thank You
I will definitely have to check out the room and browse your script files to see exactly what's going on


    //  Rotation Stuff 1
DressDescription :DressR9ZRoom201c1++_Description .
{
.DressID I32(11172);
.DressName "Door Half Open";
.DressType I32(1);
.PrimaryZone :DZ_Room1++;
.CmdArray [
DressCmd . {
.Target "Room:SDoorBoddy_Cube_001";
.ParamID I32(0);
.Attr @ STransform .Rotation;
.Value @ ( F32(90) , F32(-45) , F32(0) );
};
DressCmd . {
.Target "Room:SDoorBoddy_Cube_001";
.ParamID I32(0);
.Attr @ STransform .Translation;
.Value @ ( F32(-1.5) , F32(0) , F32(+7) );
};
];
};
DressDescription :DressR9ZRoom201c1++_Description .
{
.DressID I32(11173);
.DressName "Door Open";
.DressType I32(1);
.PrimaryZone :DZ_Room1+=;
.CmdArray [
DressCmd . {
.Target "Room:SDoorBoddy_Cube_001";
.ParamID I32(0);
.Attr @ STransform .Rotation;
.Value @ ( F32(90) , F32(-90) , F32(0) );
};
DressCmd . {
.Target "Room:SDoorBoddy_Cube_001";
.ParamID I32(0);
.Attr @ STransform .Translation;
.Value @ ( F32(-7.6) , F32(0) , F32(+10.9) );
};
];
};
DressDescription :DressR9ZRoom201c1++_Description .
{
.DressID I32(11174);
.DressName "Door Closed";
.DressType I32(1);
.PrimaryZone :DZ_Room1+=;
.CmdArray [
DressCmd . {
.Target "Room:SDoorBoddy_Cube_001";
.ParamID I32(0);
.Attr @ STransform .Rotation;
.Value @ ( F32(90) , F32(0) , F32(0) );
        };
DressCmd . {
.Target "Room:SDoorBoddy_Cube_001";
.ParamID I32(0);
.Attr @ STransform .Translation;
.Value @ ( F32(0) , F32(0) , F32(0) );
        };
            ];
};
What I know about scripting I taught myself and I'm a lousy student
When modifying script I like to follow the bread crumbs
Sometimes they lead you to other files or someplace unexpected

Check my downloads for ReadMe or some kind of Notes
I'm always leaving bread crumbs to follow
[-] The following 1 user Likes trashy's post:
  • daspex (12-13-2023)
Reply


Messages In This Thread
VideoWall and an Audience WIP - by trashy - 12-08-2023, 12:13 PM
RE: VideoWall and an Audience - by trashy - 12-09-2023, 07:31 AM
RE: VideoWall and an Audience - by The End - 12-09-2023, 09:03 AM
RE: VideoWall and an Audience - by trashy - 12-10-2023, 08:48 AM
RE: VideoWall and an Audience - by trashy - 12-10-2023, 02:36 PM
RE: VideoWall and an Audience - by The End - 12-10-2023, 03:51 PM
RE: VideoWall and an Audience - by trashy - 12-10-2023, 07:16 PM
RE: VideoWall and an Audience - by The End - 12-11-2023, 07:52 AM
RE: VideoWall and an Audience - by trashy - 12-11-2023, 10:51 PM
RE: VideoWall and an Audience - by daspex - 12-10-2023, 06:03 PM
RE: VideoWall and an Audience - by trashy - 12-10-2023, 08:01 PM
RE: VideoWall and an Audience - by trashy - 12-11-2023, 10:59 PM
RE: VideoWall and an Audience - by The End - 12-12-2023, 09:19 AM
RE: VideoWall and an Audience - by The End - 12-12-2023, 10:00 AM
RE: VideoWall and an Audience - by trashy - 12-12-2023, 03:22 PM
RE: VideoWall and an Audience - by daspex - 12-12-2023, 03:32 PM
RE: VideoWall and an Audience - by The End - 12-12-2023, 04:45 PM
RE: VideoWall and an Audience - by daspex - 12-12-2023, 07:01 PM
RE: VideoWall and an Audience - by The End - 12-12-2023, 08:48 PM
RE: VideoWall and an Audience - by trashy - 12-13-2023, 01:35 AM
RE: VideoWall and an Audience - by The End - 12-13-2023, 07:32 AM
RE: VideoWall and an Audience - by trashy - 12-13-2023, 08:44 AM
RE: VideoWall and an Audience - by The End - 12-13-2023, 09:06 AM
RE: VideoWall and an Audience - by daspex - 12-13-2023, 05:36 PM
RE: VideoWall and an Audience - by trashy - 12-13-2023, 08:47 AM
RE: VideoWall and an Audience - by trashy - 12-12-2023, 07:09 AM
RE: VideoWall and an Audience - by trashy - 12-13-2023, 12:36 AM
RE: VideoWall and an Audience - by daspex - 12-13-2023, 09:02 AM
RE: VideoWall and an Audience - by trashy - 12-14-2023, 02:26 AM
RE: VideoWall and an Audience - by daspex - 12-15-2023, 05:47 AM
RE: VideoWall and an Audience - by The End - 12-15-2023, 07:12 AM
RE: VideoWall and an Audience - by daspex - 12-15-2023, 09:06 AM
RE: VideoWall and an Audience - by trashy - 12-17-2023, 05:31 PM
RE: VideoWall and an Audience - by trashy - 12-30-2023, 12:44 AM
RE: VideoWall and an Audience - by The End - 12-30-2023, 07:22 AM
RE: VideoWall and an Audience - by trashy - 12-30-2023, 08:54 PM
RE: VideoWall and an Audience - by trashy - 12-31-2023, 04:25 PM
RE: VideoWall and an Audience - by The End - 12-31-2023, 05:14 PM
RE: VideoWall and an Audience - by trashy - 12-31-2023, 10:04 PM
RE: VideoWall and an Audience - by trashy - 01-02-2024, 03:28 AM
RE: VideoWall and an Audience - by daspex - 01-02-2024, 09:46 AM
RE: VideoWall and an Audience - by trashy - 01-09-2024, 06:15 PM
RE: VideoWall and an Audience - by daspex - 01-09-2024, 07:16 PM
RE: VideoWall and an Audience - by The End - 01-10-2024, 07:23 AM



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.