[WIP] Papa texture editor v0.4.1

Discussion in 'Work-In-Progress Mods' started by DeathByDenim, February 7, 2014.

  1. brandonpotter

    brandonpotter Well-Known Member

    Messages:
    966
    Likes Received:
    389
    Yaa, thats way out of my league XD
  2. stuart98

    stuart98 Post Master General

    Messages:
    6,009
    Likes Received:
    3,888
    Could we get this added to the PA modding references sticky? @raevn
  3. Raevn

    Raevn Moderator Alumni

    Messages:
    4,226
    Likes Received:
    4,324
    Done. :)
  4. Ksgrip

    Ksgrip Active Member

    Messages:
    612
    Likes Received:
    242
    Mmm I need some help. How can I get to immitate the light that al units have?, The one wich looks like their eye.
  5. DeathByDenim

    DeathByDenim Post Master General

    Messages:
    4,327
    Likes Received:
    2,125
    I'm not entirely sure. It seems to be red in the *_diffuse.png, and blue in the *_mask.png and *_material.png, so just try copying that. I know very little about modelling though. You may be better off asking this in the "Mod Support" subforum.
  6. cola_colin

    cola_colin Moderator Alumni

    Messages:
    12,074
    Likes Received:
    16,221
    moved to wip mods
  7. emarkus

    emarkus Active Member

    Messages:
    312
    Likes Received:
    141
    Usability patch for papa texture editor. Allow single click rather than item activation (double click) for just browsing the items...

    papatextureeditor.cpp in line 45:

    - connect(TextureList, SIGNAL(activated(const QModelIndex &)), SLOT(textureClicked(const QModelIndex &)));
    + connect(TextureList, SIGNAL(clicked(const QModelIndex &)), SLOT(textureClicked(const QModelIndex &)));
  8. DeathByDenim

    DeathByDenim Post Master General

    Messages:
    4,327
    Likes Received:
    2,125
    Oh, hey, people are still use this thing. Yeah I should get an award for most painful GUI ever. :)
    It's single-click for me though, but I guess that might be because I use KDE with the single-click settings. I'll have a look. Bedankt!
    emarkus likes this.
  9. emarkus

    emarkus Active Member

    Messages:
    312
    Likes Received:
    141
    i use xfce with double click setting :)

Share This Page