mirror of
https://github.com/asterisk727/sp2xpatcher.git
synced 2026-09-22 22:28:21 +03:00
feat: migration to re: two-torial
This commit is contained in:
+1
-3
@@ -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,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
|
||||
|
||||
@@ -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!
|
||||
|
||||
@@ -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
@@ -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>
|
||||
Reference in New Issue
Block a user