>

Install DS Video App in Samsung Smart Hub

Installation through the TV’s developer mode – only available if you have a model from 2012 or later (see the Availability and compatible TV models section below): Enter the Smart Hub. Select Login. Log in with either of the following develop accounts: Using the system developer account: Account name: develop Password: none (just input any six characters) Tap Login Note: The account name is “develop” rather than “developer”. Creating a develop account: Account name: develop Password: develop or 000000 Once you are logged in as develop, go...
read more

NTP: Force Time Sync

From the command line: # service ntpd stop # ntpdate pool.ntp.org # service ntpd start On RHEL/CentOS you can force ntpd to syncronize on service startup by doing the following: # vi /etc/sysconfig/ntpd There is an OPTIONS variable with something like: OPTIONS="-u ntp:ntp -p /var/run/ntpd.pid" Add the -x parameter: OPTION="-x -u ntp:ntp -p /var/run/ntpd.pid" You may also want to set SYNC_HWCLOCK option to “yes”, in order to also syncronize hardware...
read more

Reset Interior Cell

Syntax: ResetInterior CellID Example: ResetInterior MyVault01 Marks the cell as expired so that the next time it is loaded it will be cleaned up as if several days have passed.
read more

Script: Repair Broken Door

First create a door. It can be locked or unlocked. Next create a Message. Example text: An examination of the door's security components reveals that several parts and connections were damaged when raiders tried to break in. It should be repairable with the right parts, or perhaps the system can be bypassed. [Repair of 40 or greater required, plus 2 pieces of Scrap Electronics and a Sensor Module are required to repair the door.] [Science of 50 or greater required to bypass the security system.] There will be three options: Then create a the fixed door messages: You fixed the Safe House...
read more

Script: Auto Close Door

ScriptNname AutoClosingDoor01 float doorTimer short closeDoor Begin GameMode if closeDoor == 1 if doorTimer > 0 set doorTimer to doorTimer - getSecondsPassed elseif GetOpenState == 1 ; if the door is still open SetOpenState 0 ; close the door set closeDoor to 0 endif endif End Begin OnActivate if GetOpenState == 3 ; if the door is closed set doorTimer to 5 set closeDoor to 1 endif Activate End
read more

« Previous Entries Next Entries »