Skip to content

Instantly share code, notes, and snippets.

View cjmaxik's full-sized avatar
🤦‍♂️

CJMAXiK cjmaxik

🤦‍♂️
View GitHub Profile
@cjmaxik
cjmaxik / wot.php
Last active May 8, 2021 17:09
World of Trucks loading screen pictures
<?php
$images = file_get_contents('http://lscreens.eut2.online.scssoft.com/eut2/lscr/data'); // Download WoT loading screens data file
$images = trim(substr($images, 1025)); // Trim and cut first 1024 symbols (idk what to do with it)
// Making array of things
$images_array = explode('\\n', json_encode($images));
foreach ($images_array as $key => &$value) {
$value = explode(';', $value);
}
@cjmaxik
cjmaxik / installer.txt
Created October 25, 2022 05:09
[Lutris] Hard Truck 2
Runner: Wine
Version: GOG - 1.3 (Eng, Rus)
Description: Supports both English and Russian versions of GOG version 1.3.
Technical notes:
- Please select the desired language when downloading the installation file from GOG.
- The game itself will be widescreen, while the UI and truck interior will still be stretched
- It is highly recommended to go to Graphics, hit Autodetect, then set Screen Resolution to 1024x768x16
- If you want to have video cutscenes working:
1) Open `iv5setup.exe` from game directory via `Run EXE within Wine prefix` option in Lutris UI
@cjmaxik
cjmaxik / README.md
Last active April 26, 2024 04:26
Перевод валюты в рубли в Steam

Перевод валюты в рубли в Steam

Поддерживаются тенге, лиры, песо и гривны. Курс обновляется раз в 12 часов

Изменения

  • 0.9 - добавил гривны. Привет ПДФ
  • 0.8 - исправил обновление текущего курса валюты
  • 0.7 - исправил отображение баланса кошелька и изменил стиль оригинальной стоимости
  • 0.6 - добавил аргентинское песо, исправил ошибки
  • 0.5 - включил автообновление скрипта, исправил обновление курса валют
  • 0.4 - заменил источник курса (ближе к реальному), исправил перевод на страницах бандлов