Commit graph

9 commits

Author SHA1 Message Date
Antonio Alexandru Ganea
c3aebc3826
RCON Support (#96)
* Added RCON dotnet submodule

* RCON Manager

* RCON works

* Switched inter-thread passing from tasks callbacks to BlockingCollection

* Cleanup

* Config based rcon port and password

* RCON is disabled by default in config

* Added SanAndreasUnity.RCON namespace to CommandInterpreter

* Pass command to main thread first and report progress afterwards

* Minor cleanup

* Removed InvalidOperationException as it was never possible

* Moved OnLoaderFinished code in RCONManager

* Added RCONManager script to prefab

* Added meta files
2020-11-01 23:51:03 +01:00
in0finite
4a35e85e0b correct the path in config file 2020-05-31 19:09:49 +02:00
in0finite
2fd586cfe0 remove SFX timings file 2020-05-31 19:09:48 +02:00
in0finite
d53a8f1c5f remove comment from json file 2020-05-31 19:09:47 +02:00
in0finite
e88487c8fd load gta3.img before loading game folder, because game path could be invalid 2020-05-31 19:09:47 +02:00
in0finite
85a370c043 rename anim group file, because Unity can't load text resources with .dat extension 2020-05-31 19:09:47 +02:00
in0finite
ebaee83e71 moved config.json to resources, and generated some meta files 2020-05-31 19:09:46 +02:00
in0finite
31ba43228c move Data folder to resources 2020-05-31 19:09:46 +02:00
in0finite
039ae76a14 Initial commit 2020-05-31 19:07:22 +02:00