• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Login

    IMPORTING with the exported models - Experimentation

    OpenMachines
    remake textures models
    4
    17
    6.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JRL101J
      JRL101
      last edited by JRL101

      So im trying to put these old models to use, so far its weird.
      I've imported it, auto attached the texture, and i get a messy ball of mesh and some messed up UV's
      I assume its because of age. Imported_agk3b11_Weirdness.jpg
      As you can see i've pulled the part apart.
      The bottom left two meshes have open sides from the ones we are viewing. everything else seems intact, the triangles at top right have transparent backs of coarse, because they're one sided planes.

      Somehow the tracks look fine, but the rest of the UV is a mess.
      I assume just like the model the UV's have been stacked too.

      Here's my question. Is there a cheat sheet for referencing the model name with its actual actor name?
      Because i have no idea what this is mean tot look like.
      The only info i have is the folder i found it in and the file name.
      agk3b11.obj
      \models\aggresso\knight\level3
      No idea what the level3 means, I know there was a unit called "the knight"

      1 Reply Last reply Reply Quote 1
      • JRL101J
        JRL101
        last edited by

        Okay so i used an FBX translator on the obj file.
        It grabbed the meshes correctly and fix identifying the separate parts.
        It even looks like it textured them correctly.
        Again the UV's are messed up but everything seems to be organised better.

        Imported_agk3b11_FBX.jpg
        Is this a two headed commander?
        As you can see there now two sets of tracks The grey thin which i assume connects the tracks to the body, the chunky body, and two heads. i think..?
        The textures on everything except the grey stuff looks wrong. I dont mean stretched (which they are) i mean they look orientated wrong.
        k3arm1_b.BMP
        kface1_b.BMP
        ktrak1_b.BMP
        co256.BMP
        in256.BMP
        Trax.bmp

        Without a game reference i cant tell what its grabbing.

        1 Reply Last reply Reply Quote 1
        • JRL101J
          JRL101
          last edited by

          NOPE!
          Unless theres also a scale issue with the "head"

          Imported_agk3b11_FBX_NOPE.jpg

          The inner faces have a texture problem I think due to the messed up UV's as you can see completely transparent.
          Imported_agk3b11_FBX_NOPE_Hollow.jpg

          Tried installing the game to get references, but everything i've tried ends in it crashing on the menu, with no error info.
          I cant be bother with an emulator, so can i request screenshots of all the units and buildings from anyone? since google brings up nothing. = .=

          1 Reply Last reply Reply Quote 1
          • JRL101J
            JRL101
            last edited by

            I think i almost figured out whats wrong.
            The UV's are either upsidedown or rotated 90 degrees.
            I rotated flipped and resized different bits of UV without re-unwrapping (yet)
            to see exactly what should go where.

            Say hello to Agk3b11

            Imported_agk3b11_FBX_Almost.jpg

            Having problems finding "knight" and what it looked like, I noticed this image had a bot with similar shapes.
            FanArtReference.jpg

            So i assembled him in the same way, and walla!
            This could possibly be used for a low level LOD. but in retrospect i might as well make a new one from scratch.
            The original shapes are kind of blegh! The cartoon style reference you see above gives me ideas though.

            1 Reply Last reply Reply Quote 1
            • JRL101J
              JRL101
              last edited by

              This might help. but no idea. Its more than i have.

              Machines_research_tree.jpg

              1 Reply Last reply Reply Quote 1
              • M123M
                M123
                last edited by M123

                I remember reading (a long time ago, probably in the old forum ) that weapons are stored as separate models from the individual units.

                Not sure if the "level3" is a reference to some in-game research or to the model LOD level.


                That unit is called a Knight in some places (unit selection), in others it's called an Enforcer (build menu, unit mouse-over) ¯\_(ツ)_/¯.

                There are two variants:

                Enforcer - with Bolters Cannons:
                Front | Side | Rear | Top

                Enforcer - with Plasma Cannons:
                Front | Side | Rear | Top

                Textures are often shared between multiple units - you probably noticed a large portion of the kface1_b texture (the 3 white dots, most of the right half) isn't used on the Enforcer in the above screenshots - but it is used on the hovering Knight variants: screenshot

                JRL101J 2 Replies Last reply Reply Quote 1
                • JRL101J
                  JRL101 @M123
                  last edited by JRL101

                  @M123 Ahh so does it share textures between units?

                  EDIT: Crap so it was correct, the head must be stored separate too. that's so weird. that also makes sense why some of the other files didn't have wheels. and i was wondering why the textures were a-symmetrical from the images.
                  shared textures, unless its the same thing, are never good. instead of loading only the data the game needs it loads the entire file for all things, potentially wasting memory. it makes installation size smaller but that's the only reason to do it.

                  THOSE IMAGES ARE PERFECT!!
                  Now i need them for all unit/buildings. lol
                  If I have screenshots i only really need one model for scaling. Unless someone has measurements for all the different units/buildings? (pffft thats a dream)

                  M123M 1 Reply Last reply Reply Quote 1
                  • JRL101J
                    JRL101 @M123
                    last edited by

                    @M123 Could i request a top view too?

                    1 Reply Last reply Reply Quote 1
                    • JRL101J
                      JRL101
                      last edited by

                      Okay now with new information i can see im missing parts all over the shop.

                        1. Gun parts
                        1. These textures were wrong
                        1. Antenna missing
                        1. Head is missing
                        1. Connecting shape for gun mount to body
                        1. Wist separator

                      I don't actually need these parts for what i want to do, but its curious they're in separate files.
                      MissingParts.jpg

                      The textures have actually bee applied correctly. I suspect the legs are grey with a player colour to make them red.
                      As when i try to render it the whole model is tinted red. No idea where its storing that change though. Another thing that doesnt really matter since i only need them for scale.
                      Review.jpg

                      1 Reply Last reply Reply Quote 1
                      • M123M
                        M123 @JRL101
                        last edited by M123

                        @JRL101 said:

                        @M123 Could i request a top view too?

                        Added to the post with the others (as close to a top view as I can get with the in-game camera).

                        shared textures, unless its the same thing, are never good. instead of loading only the data the game needs it loads the entire file for all things, potentially wasting memory. it makes installation size smaller but that's the only reason to do it.

                        Seems like the game does a bit of both - sometimes a single texture file is shared between multiple units / objects, sometimes there are duplicate files.
                        Have a look in the \models\planet\ folder and do a search for "sand_b" o_O

                        The textures have actually bee applied correctly. I suspect the legs are grey with a player colour to make them red.

                        Yeah - I forgot to mention that before, sorry.
                        I noticed that when I was putting together that pack of textures - the lower third of the top-right portion of this texture is tinted the team colour when it is applied to the tracks of a Dozer Constructor. I think the tint completely replaces existing colours in the texture - for the red team, the blue/green wires become red with no trace of magenta/yellow.

                        THOSE IMAGES ARE PERFECT!!
                        Now i need them for all unit/buildings. lol

                        That could take a while :P
                        Hopefully some others can pitch in and/or you can get the game running somehow.

                        JRL101J 1 Reply Last reply Reply Quote 1
                        • JRL101J
                          JRL101 @M123
                          last edited by

                          @M123 said:

                          Added to the post with the others (as close to a top view as I can get with the in-game camera).

                          Sweet!

                          Seems like the game does a bit of both - sometimes a single texture file is shared between multiple units / objects, sometimes there are duplicate files.
                          Have a look in the \models\planet\ folder and do a search for "sand_b" o_O

                          lol oh yea.

                          Yeah - I forgot to mention that before, sorry.
                          I noticed that when I was putting together that pack of textures - the lower third of the top-right portion of this texture is tinted the team colour when it is applied to the tracks of a Dozer Constructor. I think the tint completely replaces existing colours in the texture - for the red team, the blue/green wires become red with no trace of magenta/yellow.

                          That will obviously not matter after i make new ones, with unreal you can specify what areas can be coloured with a map. so no worries there. I just cant figure out how the obj file has that embedded.

                          That could take a while :P
                          Hopefully some others can pitch in and/or you can get the game running somehow.

                          No problems not like its gonna take me a day to do every single one. I might be able to do one a day if i just do that one all day. but that would just be modeling. no textures or rig or animations.

                          Maybe screenshot one each day or two week?
                          Im gonna try keep this at a leisurely pace. this is meant to be enjoyable, not work. ^ u^
                          I'll mention if i get it working. But without even know why it crashes i doubt i will.

                          1 Reply Last reply Reply Quote 1
                          • bilalB
                            bilal
                            last edited by

                            Amazing work. I'm very busy for the next month, but I will continue working on the game again after what I'm doing.

                            If you finish even one model that would be great.

                            Yeah my guess is that they're in separate files because they were programmatically attached, which is pretty weird.

                            Nonetheless, glad to see you were actually able to grab the textures and map them to the models.

                            Good luck.

                            JRL101J 1 Reply Last reply Reply Quote 0
                            • JRL101J
                              JRL101
                              last edited by JRL101

                              SNEAK PEAK!
                              Working from the images i was supplied I decided to try and improvise a version of the enforcer.
                              I tried to keep some of the hard lines so it still looked similar. Dont know what the weird grey lines are on the tracks and gun barrels, i think i put them on for a render and now i dont remember where they are.
                              Enforcer(WIP2).png

                              Im trying to keep him as flat as possible for now, so i can go crazy with a high res version for the Normals.
                              Here's what it looks like working on it.
                              EnforcerWIPWorkingView.jpg

                              1 Reply Last reply Reply Quote 1
                              • JRL101J
                                JRL101 @bilal
                                last edited by

                                @bilal I used an "Autodesk FBX converter" to translate the OBJ files to FBX, the import was easier after that.

                                1 Reply Last reply Reply Quote 0
                                • PisarzP
                                  Pisarz
                                  last edited by

                                  @JRL101
                                  This is amazing! Great work!

                                  JRL101J 1 Reply Last reply Reply Quote 0
                                  • JRL101J
                                    JRL101 @Pisarz
                                    last edited by

                                    @Pisarz Thankyou! ^ u^ feel free to assist me with some screenshots for other units/buildings. I have an idea for a simple enemy thats sorta not robots. If anyones still working on this.

                                    1 Reply Last reply Reply Quote 0
                                    • PisarzP
                                      Pisarz
                                      last edited by

                                      @JRL101 said:

                                      "[F]eel free to assist me with some screenshots for other units/buildings.[...] If anyones still working on this."

                                      Sure!

                                      We are all doing what we can (when we can) haha

                                      1 Reply Last reply Reply Quote 0
                                      • First post
                                        Last post