From: LegendaryGuard Date: Sat, 11 Jan 2025 23:11:03 +0000 (+0000) Subject: Add new powerup model source and icon sources for the new Speed and Invisibility... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e7d144a66a34ebd3221ad728c362e023f279291f;p=xonotic%2Fmediasource.git Add new powerup model source and icon sources for the new Speed and Invisibility powerups --- diff --git a/gfx/luma/gfx/hud/luma/powerup_invisibility b/gfx/luma/gfx/hud/luma/powerup_invisibility deleted file mode 100644 index 3c01710..0000000 --- a/gfx/luma/gfx/hud/luma/powerup_invisibility +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/gfx/luma/gfx/hud/luma/powerup_invisibility.svg b/gfx/luma/gfx/hud/luma/powerup_invisibility.svg new file mode 100644 index 0000000..8d5c131 --- /dev/null +++ b/gfx/luma/gfx/hud/luma/powerup_invisibility.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/gfx/luma/gfx/hud/luma/powerup_speed b/gfx/luma/gfx/hud/luma/powerup_speed deleted file mode 100644 index 39ae360..0000000 --- a/gfx/luma/gfx/hud/luma/powerup_speed +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/gfx/luma/gfx/hud/luma/powerup_speed.svg b/gfx/luma/gfx/hud/luma/powerup_speed.svg new file mode 100644 index 0000000..39ae360 --- /dev/null +++ b/gfx/luma/gfx/hud/luma/powerup_speed.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/gfx/luma/gfx/hud/luma/powerup_xray b/gfx/luma/gfx/hud/luma/powerup_xray index 5da537a..d451d1d 100644 --- a/gfx/luma/gfx/hud/luma/powerup_xray +++ b/gfx/luma/gfx/hud/luma/powerup_xray @@ -1,6 +1,6 @@ - - + + diff --git a/gfx/luma/models/items/common.css b/gfx/luma/models/items/common.css index aa03838..d22324d 100755 --- a/gfx/luma/models/items/common.css +++ b/gfx/luma/models/items/common.css @@ -13,7 +13,7 @@ /* Powerups */ .detonator { fill:#db8247 } -.invisibility { fill:#5e95e8 } +.xray { fill:#5e95e8 } .fuelregen { fill:#c4a93c } .resurrection { fill:#f35d68 } .shield { fill:#6ce820 } @@ -21,7 +21,7 @@ .strength { fill:#db8247 } .superweapons { fill:#c49f3c } .ultrahealing { fill:#f85e46 } -.xray { fill:#857bca } +.invisibility { fill:#857bca } /* Jetpack */ .jetpack { fill:#c4a93c } diff --git a/gfx/luma/models/items/g_invincible_luma.svg b/gfx/luma/models/items/g_invincible_luma.svg index 76fe2b8..17232bb 100644 --- a/gfx/luma/models/items/g_invincible_luma.svg +++ b/gfx/luma/models/items/g_invincible_luma.svg @@ -1,6 +1,5 @@ - - + diff --git a/gfx/luma/models/items/g_invincible_simple.svg b/gfx/luma/models/items/g_invincible_simple.svg new file mode 100644 index 0000000..5a9ba77 --- /dev/null +++ b/gfx/luma/models/items/g_invincible_simple.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/gfx/luma/models/items/g_strength_luma.svg b/gfx/luma/models/items/g_strength_luma.svg index 90ba154..6a58e52 100644 --- a/gfx/luma/models/items/g_strength_luma.svg +++ b/gfx/luma/models/items/g_strength_luma.svg @@ -1,6 +1,5 @@ - - + diff --git a/gfx/luma/models/items/g_strength_simple.svg b/gfx/luma/models/items/g_strength_simple.svg new file mode 100644 index 0000000..9b5c742 --- /dev/null +++ b/gfx/luma/models/items/g_strength_simple.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/gfx/luma/models/items/powerup_invisibility_luma b/gfx/luma/models/items/powerup_invisibility_luma deleted file mode 100644 index 553baf4..0000000 --- a/gfx/luma/models/items/powerup_invisibility_luma +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/gfx/luma/models/items/powerup_invisibility_luma.svg b/gfx/luma/models/items/powerup_invisibility_luma.svg new file mode 100644 index 0000000..edfecdf --- /dev/null +++ b/gfx/luma/models/items/powerup_invisibility_luma.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/gfx/luma/models/items/powerup_invisibility_simple.svg b/gfx/luma/models/items/powerup_invisibility_simple.svg new file mode 100644 index 0000000..eacd241 --- /dev/null +++ b/gfx/luma/models/items/powerup_invisibility_simple.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/gfx/luma/models/items/powerup_speed_luma b/gfx/luma/models/items/powerup_speed_luma deleted file mode 100644 index ae01edf..0000000 --- a/gfx/luma/models/items/powerup_speed_luma +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/gfx/luma/models/items/powerup_speed_luma.svg b/gfx/luma/models/items/powerup_speed_luma.svg new file mode 100644 index 0000000..00f0ae4 --- /dev/null +++ b/gfx/luma/models/items/powerup_speed_luma.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/gfx/luma/models/items/powerup_speed_simple.svg b/gfx/luma/models/items/powerup_speed_simple.svg new file mode 100644 index 0000000..6d52f67 --- /dev/null +++ b/gfx/luma/models/items/powerup_speed_simple.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/models/items/old_powerups.zip b/models/items/old_powerups.zip new file mode 100644 index 0000000..f52cf43 Binary files /dev/null and b/models/items/old_powerups.zip differ diff --git a/models/relics/When_exported_to_MD3.txt b/models/relics/When_exported_to_MD3.txt new file mode 100644 index 0000000..81bb4e5 --- /dev/null +++ b/models/relics/When_exported_to_MD3.txt @@ -0,0 +1,4 @@ +The Bounding Box mesh is only used to determine the scale and height of the model, be careful to surpass the box, sometimes the results are ugly. (This object is restricted, cannot be selected in the viewport, used to avoid exportation phase). +When the model is exported to MD3, you would need to modify the groups, ring[1-6](all rings) should be renamed to "ring" (without numbers), the skin files need to detect this group name. + +Also, possibly, you would need to modify the materials to make it work, rename the following ones: relic_ring.tga, ring.tga \ No newline at end of file diff --git a/models/relics/relic_powerup.blend b/models/relics/relic_powerup.blend new file mode 100644 index 0000000..8dd792f Binary files /dev/null and b/models/relics/relic_powerup.blend differ