Skip to content

Commit

Permalink
Fixed DLL problems
Browse files Browse the repository at this point in the history
I'm a dumbass
  • Loading branch information
Valkarin1029 committed Apr 8, 2024
1 parent 7560064 commit 1919cff
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 9 deletions.
Binary file modified addons/YHMA/Lib/YHMA Lib.dll
Binary file not shown.
Binary file added addons/YHMA/Lib/bz2.dll
Binary file not shown.
Binary file removed addons/YHMA/Lib/bz2d.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion addons/YHMA/Lib/yhmaLibs.tres
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[resource]
entry/Windows.64 = "res://addons/YHMA/Lib/YHMA Lib.dll"
dependency/Windows.64 = [ "res://addons/YHMA/Lib/bz2d.dll", "res://addons/YHMA/Lib/zip.dll", "res://addons/YHMA/Lib/zlibd1.dll" ]
dependency/Windows.64 = [ ]
Binary file modified addons/YHMA/Lib/zip.dll
Binary file not shown.
Binary file added addons/YHMA/Lib/zlib1.dll
Binary file not shown.
Binary file removed addons/YHMA/Lib/zlibd1.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ bbcode_enabled = true
bbcode_text = "[center]
Change Log:
[/center]
- Actually works lmao
- Removed Need for Python making file size way better along with the greatness of not needing python.
- Disabled the current update system even though it wasn't really and update system and more of a hack
- Fixed some typos while probably making more
Expand All @@ -25,6 +27,8 @@ Change Log:
text = "
Change Log:
- Actually works lmao
- Removed Need for Python making file size way better along with the greatness of not needing python.
- Disabled the current update system even though it wasn't really and update system and more of a hack
- Fixed some typos while probably making more
Expand Down
2 changes: 0 additions & 2 deletions addons/YHMA/Menus/New Mod/New Mod.gd
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ func _on_CharTemp_toggled(button_pressed):
# slideAnime($"%CharOptions", button_pressed, 145)
slideAnime($"%CharOptions", button_pressed, $"%CharOptions".get_child(0).rect_size.y)
if button_pressed:
if YHAGlobal.settings["Character Template"]["char_loader_Support"]:
$"%Required".text = "char_loader"
if $"%CharName".text == "":
$"%CharNameLabel".bbcode_text = "[color=red]Character Name[/color]"
$"%TemplatesNext".disabled = true
Expand Down
8 changes: 4 additions & 4 deletions addons/YHMA/Menus/Settings/Settings.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ icon = ExtResource( 3 )
clip_text = true

[node name="CharTemplate Settings" type="VBoxContainer" parent="VBoxContainer" index="1"]
visible = false
margin_top = 153.0
margin_right = 640.0
margin_bottom = 212.0
Expand All @@ -116,15 +117,14 @@ margin_top = 19.0
margin_right = 640.0
margin_bottom = 59.0
hint_tooltip = "(Not recomended to turn off) If you use another way than Character Loader for your characters then you can turn this off."
pressed = true
text = "Add char_loader support when creating"
clip_text = true
align = 1

[node name="Overwrites Template Settings" type="VBoxContainer" parent="VBoxContainer" index="2"]
margin_top = 216.0
margin_top = 153.0
margin_right = 640.0
margin_bottom = 275.0
margin_bottom = 212.0
size_flags_horizontal = 3
__meta__ = {
"_editor_description_": ""
Expand Down Expand Up @@ -189,7 +189,7 @@ fit_content_height = true
scroll_active = false

[node name="Padding" parent="VBoxContainer" index="5"]
margin_top = 279.0
margin_top = 216.0
margin_bottom = 336.0

[node name="Back" type="Button" parent="VBoxContainer" index="6"]
Expand Down
1 change: 0 additions & 1 deletion addons/YHMA/YHmain.gd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ var settings = {
"RememberPreviousModName": true,
},
"Character Template": {
"char_loader_Support": true,
},
"Overwrites Template": {
"add_anim_folder_overwrites": true,
Expand Down
2 changes: 1 addition & 1 deletion addons/YHMA/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ description="A plugin made for modding YOMIH easier.
Adds things like mod templates and easier metadata editing.
"
author="Valkarin#1312"
version="v2.1.0"
version="v2.1.1"
script="plugin.gd"

0 comments on commit 1919cff

Please sign in to comment.