>

Script: Reset Container Contents

Used for Safe House Fridge and Supply Crates scn TISHNiptonSupplyResetScript begin GameMode if GetDayOfWeek == 1 || GetDayOfWeek == 4 TISHNiptonSupply01REF.ResetInventory TISHNiptonSupply02REF.ResetInventory endif end
read more

Fallout: New Vegas Healer Scripts

Addiction: ;Set to heal the player of addictions RemoveSpell WithdrawalAlcohol RemoveSpell WithdrawalAntNectar RemoveSpell WithdrawalBuffout RemoveSpell WithdrawalHydra RemoveSpell WithdrawalJet RemoveSpell WithdrawalMentats RemoveSpell WithdrawalMorphine RemoveSpell WithdrawalPsycho RemoveSpell WithdrawalQuantumNukacola RemoveSpell WithdrawalRebound RemoveSpell WithdrawalSteady RemoveSpell WithdrawalTobacco RemoveSpell WithdrawalTurbo ShowMessage AddictionRemovalMsg Set Generic.Addicted to 0 Raditation: player.RestoreAV RadiationRads 1000 Health: ;Set to heal the player of physical damage plus code...
read more

Fun With Dates in Excel

This will always give the date of the next Sunday: =A1 + 7 - WEEKDAY(A1)+1 If A1 is a Sunday, this will give the following Sunday (e.g. if A1 is Nov. 18, it will give Nov. 25). If instead, when A1 is a Sunday you want it to give you the same date, rather than the following Sunday (e.g. on Nov. 18, it gives Nov. 18), then use this version: =$A1 + 7 - WEEKDAY($A1,2) To find the first day of the following month, use the following EOMONTH function:...
read more

CYGWIN: Chmod will not change group permissions.

I found that, under cygwin, chmod will not change groups permissions on a file that is stored on NTFS. The group owner needs to be change to User first. $ chown :Users filename Then chmod works as expected. $ chmod 700 filename
read more

GoToMeeting: Convert Compressed WMV Recording.

By default, on Windows, GoToMeeting uses the G2M3 compression codec on stored recordings. This can be turned off in preferences. However, if that was not done, use the following steps to convert to a normal WMV file. Convert Source WMV G2M3/G2M4 Codec Video to WMV WMV3 Codec Video Step One: Please click here to download and install the GoToMeeting codec. Step Two: If you have Windows XP or Windows 7(32-bit), please go to C:\Program Files\Citrix\GoToMeeting\<????> (a folder with numbers, which is the version of GTM you have installed). If you have Windows 7(64-bit), please go to C:\Program Files...
read more

« Previous Entries Next Entries »