feat: migration to re: two-torial

This commit is contained in:
asterisk727
2026-04-07 05:45:52 +09:00
parent 1b1b5d494e
commit c9259a2473
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1 +1 @@
sp2x.maimaidxprism.plus
sp2x.re-two-torial.xyz
+1 -3
View File
@@ -37,6 +37,4 @@ A Python script, [peinfo.py](https://github.com/akitakedits/peinfo), is availabl
**To support a new game version, you need to create its Spice2x patches from scratch.**
Hexadecimal signature matching can help in porting patches between different game versions.
This method is not foolproof and patches could break if the game changes too much, but it's still highly effective for MOST patches.
**You can use the Python script [find_sp2x_patches.py](https://github.com/akitakedits/find_sp2x_patches) to facilitate this process.**
This method is not foolproof and patches could break if the game changes too much, but it's still highly effective for MOST patches.
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2024-202X two-torial Team & contributors
Copyright (c) 2024-202X re: two-torial Team & contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+6 -4
View File
@@ -1,6 +1,8 @@
# A Temporary Mirror of [TWO-TORIAL](https://two-torial.xyz)'s Spice2x Patcher
# [RE: TWO-TORIAL](https://re-two-torial.xyz)'s Spice2x Patcher
### URL: `https://sp2x.maimaidxprism.plus`
### URL: `https://sp2x.re-two-torial.xyz`
> [!CAUTION]
> **This is a mirror of the original TWO-TORIAL spice2x patcher. Read more info about this mirror [here](https://two-torial-info.maimaidxprism.plus/)**
## This patcher is deprecated and will no longer be updated going forward, though it will be kept online.
Check out https://github.com/eamuse/sp2xpatcher at https://patcher.573.moe instead!
+1 -1
View File
@@ -45,7 +45,7 @@ def update_header(json_path, date_code):
"gameCode": game_code,
"version": date_code,
"lastUpdated": last_updated,
"source": 'https://sp2x.maimaidxprism.plus/',
"source": 'https://sp2x.re-two-torial.xyz',
}
data.insert(0, new_entry)
+1 -1
View File
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; url=https://two-torial.maimaidxprism.plus/extras/patchsp2x/" />
<meta http-equiv="refresh" content="0; url=https://re-two-torial.xyz/extras/patchsp2x/" />
</head>
</html>