From 773f4142a0336893066317bcab9fd54cd75bad4b Mon Sep 17 00:00:00 2001 From: whitecum1488 Date: Wed, 8 Jul 2026 02:34:29 +0400 Subject: [PATCH] mrow --- PEOPLES.md | 16 ++++++++++++++++ PORTING.md | 2 +- changelogs/0.1.1.txt | 2 ++ make-oneshot-mac.command | 6 +++--- oneshot.conf | 2 +- rpgscript.rb | 2 +- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/PEOPLES.md b/PEOPLES.md index 61b227a..346d883 100644 --- a/PEOPLES.md +++ b/PEOPLES.md @@ -8,11 +8,27 @@ Artists: * Issac332 * Creature_of_steel1 * DesMo +* Обси Testers: * Rubik * Prime 223432 +* subs:) Donators: * Kodu +Telegram moderators: +* Creature_of_steel1 +* Обси +* Freskovich +* "Визя" + +Matrix moderators: +* referr + +Discord moderators: +* referr + +Special thanks to: +* my mom and dad:3 diff --git a/PORTING.md b/PORTING.md index 0d85069..e907e46 100644 --- a/PORTING.md +++ b/PORTING.md @@ -17,7 +17,7 @@ | Ubuntu Touch | 61% | Будет почти готово тогда когда Linux порт будет доведён до ума | | Аврора ОС | 0% | Возможно, но пока не в работе | | ChromeOS/ChromiumOS | 0.4% | Неизвестное | -| MacOS | 10% | Неизвестное, но работа ведётся | +| MacOS | 10.5% | Неизвестное, но работа ведётся | # Окружения рабочего стола | Окружение | Завершено | diff --git a/changelogs/0.1.1.txt b/changelogs/0.1.1.txt index f746263..7b76c76 100644 --- a/changelogs/0.1.1.txt +++ b/changelogs/0.1.1.txt @@ -59,3 +59,5 @@ MacOS support in SecurityManager Changed default 16:9 window resolution Added 16:10 support SecurityManager can detect Flatpak and Snap now +Added 3:2 support +Modloader settings diff --git a/make-oneshot-mac.command b/make-oneshot-mac.command index 881cb1e..ff75f11 100755 --- a/make-oneshot-mac.command +++ b/make-oneshot-mac.command @@ -16,13 +16,13 @@ color_reset="\033[0m" # Reset Colors use_qmake=True -echo "${white}Compiling ${bold}SyngleChance v${mac_version} ${white}engine for macOS...${color_reset}\n" +echo "${white}Compiling ${bold}Sunshine ${white}engine for macOS...${color_reset}\n" # Generate makefile and build main + journal if [[ $use_qmake == True ]] then echo "-> ${cyan}Generate makefile...${color_reset}" - qmake MRIVERSION=2.5 + qmake MRIVERSION=3.3 echo "-> ${cyan}Compile engine...${color_reset}" make -j${make_threads} echo "-> ${cyan}Compile steamshim...${color_reset}" @@ -89,4 +89,4 @@ rm -rf journal/unix/__pycache__ rm -rf build rm -rf dist -echo "\n${green}Complete! ${white}Please report any issues to https://github.com/GooborgStudios/synglechance/issues${color_reset}" +echo "\n${green}Complete!" diff --git a/oneshot.conf b/oneshot.conf index 1aa1c89..ba87e25 100644 --- a/oneshot.conf +++ b/oneshot.conf @@ -9,7 +9,7 @@ # relative to gameFolder and ignoring both RTPs and # encrypted archives. -# Enable reset on F12 press and other +# Enable reset on F12 press and Ruby profiller debugMode=false # Start game in fullscreen mode, diff --git a/rpgscript.rb b/rpgscript.rb index 8005439..11b1e76 100755 --- a/rpgscript.rb +++ b/rpgscript.rb @@ -2,7 +2,7 @@ require 'zlib' def usage - STDERR.puts "Tool for building xScripts.rxdata" + STDERR.puts "Tool for building and extracting Oneshot scripts file(xScripts.rxdata)" STDERR.puts "usage: rpgscript.rb scripts_dir game_dir [x]" exit 1 end