This commit is contained in:
whitecum1488 2026-07-08 02:34:29 +04:00
parent 53f01cd841
commit 773f4142a0
6 changed files with 24 additions and 6 deletions

View file

@ -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

View file

@ -17,7 +17,7 @@
| Ubuntu Touch | 61% | Будет почти готово тогда когда Linux порт будет доведён до ума |
| Аврора ОС | 0% | Возможно, но пока не в работе |
| ChromeOS/ChromiumOS | 0.4% | Неизвестное |
| MacOS | 10% | Неизвестное, но работа ведётся |
| MacOS | 10.5% | Неизвестное, но работа ведётся |
# Окружения рабочего стола
| Окружение | Завершено |

View file

@ -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

View file

@ -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!"

View file

@ -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,

View file

@ -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