Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
psiberx committed Feb 3, 2024
1 parent b5a688e commit be4644d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
### Requirements

- Cyberpunk 2077 2.11
- [ArchiveXL](https://github.com/psiberx/cp2077-archive-xl) 1.11.2+
- [ArchiveXL](https://github.com/psiberx/cp2077-archive-xl) 1.11.3+
- [TweakXL](https://github.com/psiberx/cp2077-tweak-xl) 1.7.0+
- [Codeware](https://github.com/psiberx/cp2077-codeware) 1.7.0+
- [Codeware](https://github.com/psiberx/cp2077-codeware) 1.7.1+
- [redscript](https://github.com/jac3km4/redscript) 0.5.17+

### Installation
Expand Down
4 changes: 2 additions & 2 deletions scripts/CompatibilityManager.reds
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module EquipmentEx

public abstract class CompatibilityManager {
public static func RequiredArchiveXL() -> String = "1.11.2";
public static func RequiredArchiveXL() -> String = "1.11.3";
public static func RequiredTweakXL() -> String = "1.7.0";
public static func RequiredCodeware() -> String = "1.7.0";
public static func RequiredCodeware() -> String = "1.7.1";

public static func CheckRequirements() -> Bool {
return Codeware.Require(CompatibilityManager.RequiredCodeware())
Expand Down
2 changes: 1 addition & 1 deletion scripts/Facade.reds
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import EquipmentEx.OutfitSystem

public abstract class EquipmentEx {
public static func Version() -> String = "1.1.14";
public static func Version() -> String = "1.1.15";

public static func Activate(game: GameInstance) {
OutfitSystem.GetInstance(game).Activate();
Expand Down
12 changes: 6 additions & 6 deletions scripts/OutfitConfig.reds
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ public abstract class OutfitConfig {
public static func OutfitSlots() -> array<ExtraSlotConfig> = [
ExtraSlotConfig.Create(n"Head", n"OutfitSlots.Head", 310000, [t"AttachmentSlots.Head"]),
ExtraSlotConfig.Create(n"Head", n"OutfitSlots.Balaclava", 160000, [t"AttachmentSlots.Head"]),
ExtraSlotConfig.Create(n"Face", n"OutfitSlots.Mask", 170000, [t"AttachmentSlots.Eyes"], [t"AttachmentSlots.Head"]),
ExtraSlotConfig.Create(n"Face", n"OutfitSlots.Glasses", 190000, [t"AttachmentSlots.Eyes"], [t"AttachmentSlots.Head"]),
ExtraSlotConfig.Create(n"Face", n"OutfitSlots.Eyes", 130000, [t"AttachmentSlots.Eyes"], [t"AttachmentSlots.Head"]),
ExtraSlotConfig.Create(n"Face", n"OutfitSlots.EyeLeft", 140000, [t"AttachmentSlots.Eyes"], [t"AttachmentSlots.Head"]),
ExtraSlotConfig.Create(n"Face", n"OutfitSlots.EyeRight", 140000, [t"AttachmentSlots.Eyes"], [t"AttachmentSlots.Head"]),
ExtraSlotConfig.Create(n"Face", n"OutfitSlots.Wreath", 180000, [t"AttachmentSlots.Eyes"], [t"AttachmentSlots.Head"]),
ExtraSlotConfig.Create(n"Face", n"OutfitSlots.Mask", 170000, [t"AttachmentSlots.Eyes"]),
ExtraSlotConfig.Create(n"Face", n"OutfitSlots.Glasses", 190000, [t"AttachmentSlots.Eyes"]),
ExtraSlotConfig.Create(n"Face", n"OutfitSlots.Eyes", 130000, [t"AttachmentSlots.Eyes"]),
ExtraSlotConfig.Create(n"Face", n"OutfitSlots.EyeLeft", 140000, [t"AttachmentSlots.Eyes"]),
ExtraSlotConfig.Create(n"Face", n"OutfitSlots.EyeRight", 140000, [t"AttachmentSlots.Eyes"]),
ExtraSlotConfig.Create(n"Face", n"OutfitSlots.Wreath", 180000, [t"AttachmentSlots.Eyes"]),
ExtraSlotConfig.Create(n"Ears", n"OutfitSlots.EarLeft", 140000, [], [t"AttachmentSlots.Head"]),
ExtraSlotConfig.Create(n"Ears", n"OutfitSlots.EarRight", 140000, [], [t"AttachmentSlots.Head"]),
ExtraSlotConfig.Create(n"Neck", n"OutfitSlots.Neckwear", 200000, [], [t"AttachmentSlots.Head"]),
Expand Down
20 changes: 10 additions & 10 deletions support/hints/EquipmentEx.toml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
[[UNRESOLVED_REF]]
id = "ARCHIVEXL_11102"
id = "ARCHIVEXL_11103"
span_starts_with = "ArchiveXL"
message = "Install ArchiveXL 1.11.2 or higher"
message = "Install ArchiveXL 1.11.3 or higher"

[[UNRESOLVED_METHOD]]
id = "ARCHIVEXL_11102"
id = "ARCHIVEXL_11103"
span_starts_with = "ArchiveXL"
message = "Install ArchiveXL 1.11.2 or higher"
message = "Install ArchiveXL 1.11.3 or higher"

[[UNRESOLVED_REF]]
id = "TWEAKXL_10700"
span_starts_with = "TweakXL"
message = "Install TweakXL 1.7.0 or higher"

[[UNRESOLVED_FN]]
id = "CODEWARE_10700"
id = "CODEWARE_10701"
line_contains = "UTF8StrLower"
message = "Install Codeware 1.7.0 or higher"
message = "Install Codeware 1.7.1 or higher"

[[UNRESOLVED_METHOD]]
id = "CODEWARE_10700"
id = "CODEWARE_10701"
line_contains = "ForgetItemID"
message = "Install Codeware 1.7.0 or higher"
message = "Install Codeware 1.7.1 or higher"

[[UNRESOLVED_TYPE]]
id = "CODEWARE_10700"
id = "CODEWARE_10701"
line_contains = "InMenuPopup"
message = "Install Codeware 1.7.0 or higher"
message = "Install Codeware 1.7.1 or higher"

[[UNRESOLVED_METHOD]]
id = "EQEX_MIX"
Expand Down

0 comments on commit be4644d

Please sign in to comment.