DS3: Modified theme and warning color for accessibility (#2312)
This commit is contained in:
parent
a659036e95
commit
7ebd5d3891
|
@ -14,6 +14,7 @@ from .Options import RandomizeWeaponLevelOption, PoolTypeOption, EarlySmallLothr
|
|||
|
||||
class DarkSouls3Web(WebWorld):
|
||||
bug_report_page = "https://github.com/Marechal-L/Dark-Souls-III-Archipelago-client/issues"
|
||||
theme = "stone"
|
||||
setup_en = Tutorial(
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to setting up the Archipelago Dark Souls III randomizer on your computer.",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
## General Concept
|
||||
|
||||
<span style="color:tomato">
|
||||
<span style="color:#ff7800">
|
||||
**This mod can ban you permanently from the FromSoftware servers if used online.**
|
||||
</span>
|
||||
The Dark Souls III AP Client is a dinput8.dll triggered when launching Dark Souls III. This .dll file will launch a command
|
||||
|
|
|
@ -12,7 +12,7 @@ permettant de lire des informations de la partie et écrire des commandes pour i
|
|||
|
||||
## Procédures d'installation
|
||||
|
||||
<span style="color:tomato">
|
||||
<span style="color:#ff7800">
|
||||
**Il y a des risques de bannissement permanent des serveurs FromSoftware si ce mod est utilisé en ligne.**
|
||||
</span>
|
||||
Ce client a été testé sur la version Steam officielle du jeu (v1.15/1.35), peu importe les DLCs actuellement installés.
|
||||
|
|
Loading…
Reference in New Issue