Wasteland 2
Modding Test

Image information

Added on

Uploaded by

TKVNC

About this image

Took a long time to figure out how to actually edit textures in the game - but the process is fairly simple.

Also managed to get Reshade working, so I haven't got to cope with the awful yellow / green overlay on everything.

Was a fun test to do - I might try and see if I can do model swaps. Maybe convert the whole of Red Skorpion Militia into Caesar's Legion.

2 comments

  1. TKVNC
    TKVNC
    • member
    • 42 kudos
    Random thought. In case anyone stumbles across this - going to copy the response I sent to ShadowJack1979 about Wasteland modding; I haven't necessarily done this in a while, but as of last time I did it, this was the process

    QUOTE:

    I must confess, it's been a long time since I was editing Wasteland 2, but suffice it to say, the main two tools I was using are the Unity
    Assets Bundle Extractor 2.2 (ABE) (From the 7 Days to Die forums), and the
    Unity Asset Studio GUI (ASG).
     
    Effectively, they allow you to open the bundled files in Wasteland 2, and extract whatever you  want, then recompile them.
     
    The process effectively is:
    - Find the correct file (I was using 'sharedassets2', though other files have different things in them, I can't recall what the order was)
    - Make a backup, and an editing one
    - Open the editing file with ABE or ASG (see above), I can't remember which one rn, so you'll have to do some trial and error, I'd have left
    notes, but I'm far too lazy, so, I can't remember exactly how I did it.
    - Navigate to, and extract the file(s) you want to edit / work on
    - Edit them as necessary
    - Recompile the assets file using one of the above tools
    - Replace the edited file in the game directory
    - Boot up the game, et voilĂ 
     
    I had no issues at least, that you're referring to, I will admit however, I spent literally hours trying to figure out how to go about this; thankfully there were a few obscure youtube videos on the general process (although unrelated to Wasteland, that was just trial and error), though again, I cannot  for the life of me remember which videos they were - you might be able to find them if  you search for guides on those tools, I guess.

  2. ShadowJack1979
    ShadowJack1979
    • member
    • 6 kudos
    Hi TKVNC, I've tried to do mesh/texture replacement for some weapons in the game Using Executor's Modding Framework but failed to import texture(mesh import was successfull). I get error<Mesh.uv is out of bounds. The supplied array needs to be the same size as the Mesh.vertices array. (Filename: Line: 948)

    Mesh.normals is out of bounds. The supplied array needs to be the same size as the Mesh.vertices array.
    (Filename: Line: 889)>
    Have you faced that issue?  And how you managed to import new textures in the game anyway?