Move catbot tools

This commit is contained in:
Hunter Kvalevog 2019-03-05 22:41:55 -06:00
parent ded7fd4c7a
commit 8f1f332ca9
5 changed files with 46 additions and 44 deletions

View File

@ -7,7 +7,7 @@
<Include path="nullifiedcat/chat.xml"/>
<Include path="nullifiedcat/crits.xml"/>
<Include path="nullifiedcat/visuals.xml"/>
<Include path="nullifiedcat/catbot.xml"/>
<Include path="nullifiedcat/movement.xml"/>
<Include path="nullifiedcat/spyalert.xml"/>
<Include path="nullifiedcat/misc.xml"/>
<Include path="nullifiedcat/irc.xml"/>

View File

@ -4,9 +4,9 @@
<Include path="nullifiedcat/misc/achievement.xml"/>
<Include path="nullifiedcat/misc/anticheat.xml"/>
<Include path="nullifiedcat/misc/announcer.xml"/>
<Include path="nullifiedcat/misc/bhop.xml"/>
<Include path="nullifiedcat/misc/bptf.xml"/>
<Include path="nullifiedcat/misc/collective.xml"/>
<Include path="nullifiedcat/misc/Misc2.xml"/>
<Include path="nullifiedcat/misc/catbot.xml"/>
</TabContainer>
</Tab>

View File

@ -1,6 +0,0 @@
<Tab name="Bhop" padding="4 4 4 4">
<List width="150">
<AutoVariable width="fill" target="bunnyhop.enable" label="Enable Bhop"/>
<AutoVariable width="fill" target="misc.autostrafe" label="Enable Auto strafe"/>
</List>
</Tab>

View File

@ -44,40 +44,4 @@
<AutoVariable width="fill" target="cat-bot.anti-motd" label="Anti MOTD"/>
</List>
</Box>
<Box name="Followbot" width="content" height="content" padding="12 6 6 6" x="210">
<List width="170">
<AutoVariable width="fill" target="follow-bot.enable" label="Enable FB"/>
<AutoVariable width="fill" target="follow-bot.roaming" label="Roaming"/>
<AutoVariable width="fill" target="follow-bot.change-roaming-target" label="Change when possible"/>
<AutoVariable width="fill" target="follow-bot.jump-if-stuck" label="Jump if stuck"/>
<AutoVariable width="fill" target="follow-bot.taunt-sync" label="Synced taunts"/>
<AutoVariable width="fill" target="follow-bot.max-range" label="Activation range"/>
<AutoVariable width="fill" target="follow-bot.distance" label="Follow distance"/>
<AutoVariable width="fill" target="follow-bot.ipc-distance" label="IRC additive distance"/>
<AutoVariable width="fill" target="follow-bot.mimic-slot" label="Mimic slot"/>
<AutoVariable width="fill" target="follow-bot.always-medigun" label="Always Medigun"/>
<AutoVariable width="fill" target="follow-bot.switch-afk" label="AFK Switch"/>
<AutoVariable width="fill" target="follow-bot.afk-time" label="AFK limit"/>
<AutoVariable width="fill" target="follow-bot.corners" label="Corner activate"/>
<AutoVariable width="fill" target="follow-bot.steamid" label="SteamID to follow"/>
</List>
</Box>
<Box name="NavBot" width="content" height="content" padding="12 6 6 6" x="390">
<List width="170">
<AutoVariable width="fill" target="misc.pathing" label="Enable Pathing"/>
<AutoVariable width="fill" target="misc.pathing.draw" label="Draw Path"/>
<AutoVariable width="fill" target="misc.pathing.look-at-path" label="Look at Path"/>
<AutoVariable width="fill" target="navbot.enabled" label="Enable Navbot"/>
<!--AutoVariable width="fill" target="navbot.scout-mode" label="Enable Scout Mode"/>
<AutoVariable width="fill" target="navbot.spy-mode" label="Enable Spy Mode"/-->
<AutoVariable width="fill" target="navbot.get-health-and-ammo" label="Get Health and Ammo"/>
<AutoVariable width="fill" target="navbot.other-mode" label="General Mode"/>
<AutoVariable width="fill" target="navbot.primary-only" label="Best Weapon only"/>
<AutoVariable width="fill" target="navbot.autojump.enabled" label="Enable Autojump"/>
<AutoVariable width="fill" target="navbot.autojump.trigger-distance" label="Autojump Distance"/>
<!--AutoVariable width="fill" target="navbot.target-sentry" label="Try to target sentries"/-->
<AutoVariable width="fill" target="navbot.stay-near" label="Zone enemies (stay near)"/>
<!AutoVariable width="fill" target="navbot.take-teleporters" label="take teleporters"/-->
</List>
</Box>
</Tab>

View File

@ -0,0 +1,44 @@
<Tab name="Movement" padding="6 6 6 6">
<Box padding="12 6 6 6" width="content" height="content" name="Bunny Hop">
<List width="150">
<AutoVariable width="fill" target="bunnyhop.enable" label="Enable Bunny Hop"/>
<AutoVariable width="fill" target="misc.autostrafe" label="Enable Auto strafe"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="FollowBot" x="170">
<List width="180">
<AutoVariable width="fill" target="follow-bot.enable" label="Enable FollowBot"/>
<AutoVariable width="fill" target="follow-bot.roaming" label="Roaming"/>
<AutoVariable width="fill" target="follow-bot.change-roaming-target" label="Change when possible"/>
<AutoVariable width="fill" target="follow-bot.jump-if-stuck" label="Jump if stuck"/>
<AutoVariable width="fill" target="follow-bot.taunt-sync" label="Synced taunts"/>
<AutoVariable width="fill" target="follow-bot.max-range" label="Activation range"/>
<AutoVariable width="fill" target="follow-bot.distance" label="Follow distance"/>
<AutoVariable width="fill" target="follow-bot.ipc-distance" label="IRC additive distance"/>
<AutoVariable width="fill" target="follow-bot.mimic-slot" label="Mimic slot"/>
<AutoVariable width="fill" target="follow-bot.always-medigun" label="Always Medigun"/>
<AutoVariable width="fill" target="follow-bot.switch-afk" label="AFK Switch"/>
<AutoVariable width="fill" target="follow-bot.afk-time" label="AFK limit"/>
<AutoVariable width="fill" target="follow-bot.corners" label="Corner activate"/>
<AutoVariable width="fill" target="follow-bot.steamid" label="SteamID to follow"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="NavBot" y="50">
<List width="150">
<AutoVariable width="fill" target="misc.pathing" label="Enable Pathing"/>
<AutoVariable width="fill" target="misc.pathing.draw" label="Draw Path"/>
<AutoVariable width="fill" target="misc.pathing.look-at-path" label="Look at Path"/>
<AutoVariable width="fill" target="navbot.enabled" label="Enable Navbot"/>
<!--AutoVariable width="fill" target="navbot.scout-mode" label="Enable Scout Mode"/>
<AutoVariable width="fill" target="navbot.spy-mode" label="Enable Spy Mode"/-->
<AutoVariable width="fill" target="navbot.get-health-and-ammo" label="Get Health and Ammo"/>
<AutoVariable width="fill" target="navbot.other-mode" label="General Mode"/>
<AutoVariable width="fill" target="navbot.primary-only" label="Best Weapon only"/>
<AutoVariable width="fill" target="navbot.autojump.enabled" label="Enable Autojump"/>
<AutoVariable width="fill" target="navbot.autojump.trigger-distance" label="Jump Distance"/>
<!--AutoVariable width="fill" target="navbot.target-sentry" label="Try to target sentries"/-->
<AutoVariable width="fill" target="navbot.stay-near" label="Zone enemies (stay near)"/>
<!-- <!AutoVariable width="fill" target="navbot.take-teleporters" label="take teleporters"/> -->
</List>
</Box>
</Tab>