Skip to content

Commit

Permalink
Eldritch Magic
Browse files Browse the repository at this point in the history
  • Loading branch information
CorvaeOboro committed May 7, 2024
1 parent 00e527d commit f0d2ddc
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
**/Z_Tools/GumpOverrides**
**/UI_Profession/**
**/UI_DEBUG/**
**/UI_MagicSpells_Upscale/*.psd
**/UI_SpellsNecromancy_Upscale/*.psd
**/UI_SpellsChivalry_Upscale/*.psd
**/Upscale/*.psd
**/Upscale/*.psd
**/UI_MagicSpells/Upscale/upscale/**
**/UI_MagicSpells/Upscale/small/**
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ fan art modifications in ultima online classic
![Arch Stone](/UI/UI_ArchStone/ui_archstone_backpack_comp.jpg?raw=true "Arch Stone")

# Installation / Patching
- UO Outlands = [Download GumpOverrides](https://github.com/CorvaeOboro/ultima_online_mods/releases/download/UO_ART_MODS_20240409_GumpOverrides/UO_ART_MODS_20240409_GumpOverrides.zip) , unzip into a GumpOverrides folder in Outlands folder
- CLassic Shards =
- download [UO_ART_MODS_20240409.zip]( https://github.com/CorvaeOboro/ultima_online_mods/archive/refs/heads/main.zip ) .
- extract downloaded zip , if there are any modded items you dont care for feel free to edit the mod TXT file and remove the line matching the item \ image name ( no empty lines )
- using [Mulpatcher]( http://varan.uodev.de/ ) > Settings > Art > set the mul paths : Art.mul path ( Ultima directory ) and artidx.mul . click LOAD . repeat for Gumps and Textures .
Expand Down
11 changes: 11 additions & 0 deletions UI/UI_MagicSpells_Eldritch/00_UI_MagicSpells_Eldritch_GUMP.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
0xC728 ui_equip_Spellbook_0xC728.bmp
0xEE38 ui_equip_Spellbook_0xEE38.bmp
0x8C1 ui_spell_1_CreateFood_0x8C1.bmp
0x8C4 ui_spell_1_MagicArrow_0x8C4.bmp
0x8D1 ui_spell_3_Fireball_0x8D1.bmp
0x8DB ui_spell_4_FireField_0x8DB.bmp
0x8E9 ui_spell_6_EnergyBolt_0x8E9.bmp
0x8EA ui_spell_6_Explosion_0x8EA.bmp
0x8F2 ui_spell_7_Flamestrike_0x8F2.bmp
0x8F6 ui_spell_7_MeteorSwarm_0x8F6.bmp
0x8F9 ui_spell_8_EnergyVortex_0x8F9.bmp
13 changes: 13 additions & 0 deletions UI/UI_MagicSpells_Eldritch/00_psd_to_bmp.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
SETLOCAL ENABLEDELAYEDEXPANSION
for %%f in (*.psd) do (
set _nameINPUT=%%f
set _nameINPUTpsd=%%f
set _nameFIXA=!_nameINPUT:.psd=.bmp!
set _nameFIXApsd=!_nameINPUT:.psd=.psd[0]!
set _nameFIXB=!_nameFIXA:.png=.jpg!
set _finalname=!_nameFIXB:.webp=.jpg!
echo !_finalname!
echo !_nameFIXApsd!
::magick convert "!_nameFIXApsd!" -background black -flatten +matte -colorspace sRGB -type palette TrueColorAlpha BMP3:"!_finalname!"
magick convert "!_nameFIXApsd!" -background black -flatten +matte -colorspace sRGB -type TrueColorAlpha BMP3:"!_finalname!"
)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit f0d2ddc

Please sign in to comment.