Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

kamiicode/SweatCI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

105 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meet SweatCI

SweatCI is a command interpreter highly inspired by the console interpreter in games like Half-Life 2, Team Fortress 2(which are both made in the Source Engine) and DDNet(or Teeworlds but I did not play that version)

How aliases works

alias !echo4EvrLmao "echo ez banana"
> !echo4EvrLmao
> ez banana
> ez banana
> ez banana
> ez banana
> ...
> !echo4EvrLmao
>
> // stopped spamming "ez banana"

in the console, the toggle alias is useless

> alias +a "echo on"; alias -a "echo off"
> +a
> on
>
> -a
> off

but in-game it's very important

> alias +forward "echo walking forward"; alias -forward "echo stopped walking forward"
> bind w +forward
> w pressed
> walking forward
>
> w released
> stopped walking forward
> // it works on events: onKeyPress and onKeyRelease

NOTE: console might be better off in a separate thread of the game

About

This project is outdated and not maintained anymore. See https://github.com/SuadoCowboy/NikiScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors