codestation

Results 18 comments of codestation

@elriti For traefik i used this: ```yaml rcon: image: itzg/rcon volumes: - rcon_data:/opt/rcon-web-admin/db environment: RWA_ENV: "TRUE" RWA_USERNAME: admin RWA_PASSWORD: admin RWA_ADMIN: "TRUE" RWA_RCON_HOST: minecraft RWA_RCON_PORT: 28016 RWA_WEBSOCKET_URL_SSL: "wss://rcon.example.com/ws" RWA_WEBSOCKET_URL: "ws://rcon.example.com/ws"...

> Do you have two rcon containers running? @philipt4 no, only one. The container uses a volume to store their data so i don't think that it can work with...

Hola, Adjunto mi directorio de trabajo que usaba durante la traducción. No recuerdo si será el mas reciente ya que como dices tiene una década. [mhp3_workdir.tar.gz](https://github.com/codestation/mhtools/files/10468234/mhp3_workdir.tar.gz) Por cierto, aprovecho en...

Hola, no tengo idea de como funciona el file replacer del FUComplete pero una de las cosas importantes sobre reemplazar archivos del data.bin es que su tamaño debe ser igual...

Si es posible, antes de inyectar debes volver a encriptar el archivo. Y agregarle padding antes para que queden del mismo tamaño. Aunque el problema viene si el 002 es...

Did you check `src/.libs/` after compilation? If you don't do `make install` then the library will end in there. For windows i compiled the project using the native MSVC compiler...

You can check the data.bin patcher on [here](https://github.com/codestation/mhp3_patcher_pc/blob/master/patcher.cpp#L74). You could reimplement those functions to patch the data.bin instead of the ISO. Sorry, i never did a data.bin rebuilder, just a...

Added goroutines support with MAX_THREADS. I left it at 1 so the users can decide how much concurrency can handle. Also added some protection from running the cron and endpoint...