Skip to content

Instantly share code, notes, and snippets.

View temetvince's full-sized avatar

Emmett Casey temetvince

View GitHub Profile
@temetvince
temetvince / mobilerepairservice.xml
Created May 21, 2023 06:42
Adds Boron, Terran, Pirate DLCs to Mobile Repair Service
<?xml version="1.0" encoding="iso-8859-1" ?>
<aiscript name="mobilerepairservice" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="aiscripts.xsd" version="1">
<order id="MobileRepairService" name="Mobile Repair Service" description="Mobile Repair Service" category="trade" infinite="true">
<params>
<param name="mrs_space" default="null" type="sector" required="true" text="Home sector"/>
<param name="mrs_follow" default="null" type="object" required="false" text="Follow Ship">
<input_param name="class" value="[class.ship_m,class.ship_l,class.ship_xl]"/>
</param>
<param name="mrs_player_only" default="false" type="bool" text="Player only repairs"/>
<param name="mrs_ignore_shield" default="true" type="bool" text="Ignore shield level checks"/>
@temetvince
temetvince / boxstarter.ps1
Last active January 3, 2019 18:33 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
# Modifications: Emmett Casey
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#