Jump to content

IGOR kit editor


MarkAm_i

Recommended Posts

Hey Mark,

so when you create your kit it will not assign the texture to use for the icons, to do that, you'll need to either create one, or reference one already made - to do make a reference to an icon, you just open your .kit file in notepad or notepad++

for example, this is rifleman01 from Origmiss

<KitFile>
    <VersionNumber>1.000000</VersionNumber>
    <KitTexture>kit_rifleman-01.rsb</KitTexture>
    <Firearm SlotNumber = "0">
        <VersionNumber>1.000000</VersionNumber>
        <ItemFileName>m16gl.gun</ItemFileName>
        <MagazineCount>10</MagazineCount>
        <GrenadeLauncher>1</GrenadeLauncher>
    </Firearm>
    <Firearm SlotNumber = "1">
        <VersionNumber>1.000000</VersionNumber>
        <ItemFileName>m203.gun</ItemFileName>
        <MagazineCount>5</MagazineCount>
    </Firearm>
</KitFile>

The icon will be placed in the <KitTexture> line. it doesn't need to be an absolute path, a filename will suffice :)

Edited by Zeealex
  • Like 3
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...