Jump to content

Search the Community

Showing results for tags ' transparent object'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • XENONAUTS 2
    • Monthly Development Updates
    • Xenonauts-2 Releases & Patch Notes
    • Xenonauts-2 General Discussion
    • Xenonauts-2 Bug Reports
  • XENONAUTS 1
    • Xenonauts General Discussion
    • Xenonauts: Community Edition
    • Xenonauts Mods / Maps / Translations
    • Xenonauts Bug Reports / Troubleshooting

Calendars

  • Community Calendar

Categories

  • Complete Mods
  • Xenonauts: Community Edition

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Biography


Location


Interests


Occupation

Found 2 results

  1. Hi, all, i'm new to the Forum, and pretty average at Coding/Modding, but i want to make the equip slots on the backpack, primary weapon, secondary weapon and belt, transparent. Is there a way to do that? I tried changing numbers in "sequipvew.lua" but only made the containers disappear (there was actually 3-5 pixels of that container... but it was not equipable with nothing, it was useless.) I noticed there are 4 common values for some graphics: x, y, h and w... i'm guessing these are the color, height and width values, maybe the fouth one is transparency? only problem is i don't know wich is wich, and how to alter them. Here's an example: InventorySlot { name = "slot1_1", x = 5 + 0 * Floor( 30 * screenScaleX ), y = 23 * screenScaleY + 5 + 0 * Floor( 30 * screenScaleX ), w = Floor( 30 * screenScaleX ), h = Floor( 30 * screenScaleX ), image = "uitextures/sequip/centerend", bordersize = 3, }, What do the RED, and GREEN elements do/mean? By the way, can all this be achieved with the official build of the game? (not CE modded) Any help would be very appreciated.
  2. Got shot through the front door of the ufo (into the big compartment) and could shoot back through it. I never opened it, and had to do so later
×
×
  • Create New...