Stay Connected |
GUNetwork
|
Latest topics | » OICW Mod for New Vegas by DavidW75 Wed Oct 23, 2024 12:37 am
» Looking for Gta 5 xbox one modded account by salman0786 Tue Oct 08, 2024 4:47 pm
» [FNV] Flickering Landscape Textures by zliu313 Fri Oct 04, 2024 2:33 pm
» Best Site Ever! by WasteNinja88 Sun Sep 29, 2024 5:38 am
» Weird bug or glitch with Console Command. [FNV] by nickenicole47 Tue Sep 24, 2024 7:11 pm
» Suggestions on npc mod that Blends with dragbodys mod? by ilovebees.com Sun Sep 22, 2024 6:31 am
» [FNV] Right Mouse Button Zoom/ADS Bug by Lankychazz2009 Sun Sep 22, 2024 4:20 am
» (FO4) FO76 BOS Objects by campesino.p Sat Sep 21, 2024 9:53 pm
» [FNV] Dragbody's FO4 Power Armors bug. by Lankychazz2009 Thu Sep 19, 2024 2:34 pm
» Fallout: New Vegas "Pizza Boy" Mod by MrMistyEyed2 Tue Sep 10, 2024 1:15 am
» Here Are Some Of The Best Mods From GunNetwork by Abyssfer Sun Sep 08, 2024 10:02 am
» Saying hi after two years by spiralsandspirals Thu Aug 29, 2024 12:39 am
» Looking for an alternative to Nexus by freakoverse Fri Aug 23, 2024 10:50 am
» fallout 4 mods by salientguitar4 Mon Aug 19, 2024 5:47 pm
» [FNV] How to troubleshot infinite loading issues? by Abyssfer Wed Aug 14, 2024 5:28 pm
» Fnv Enable player control command by GenJohnWilliam Mon Aug 05, 2024 9:25 pm
» Problem with Dragbodies NCR overhaul by Lankychazz2009 Fri Aug 02, 2024 8:53 pm
» NCR Trooper Overhaul Armors with NCR Ultimate Overhaul by Abyssfer Thu Aug 01, 2024 8:29 pm
» Roland Deschain ist The Mysterious Stranger and other t by SpaceRanger Mon Jul 22, 2024 10:15 am
» Guns you want in Fallout by SpaceRanger Mon Jul 22, 2024 9:25 am
|
November 2024 | Mon | Tue | Wed | Thu | Fri | Sat | Sun |
---|
| | | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | | Calendar |
|
November 2024 | Mon | Tue | Wed | Thu | Fri | Sat | Sun |
---|
| | | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | | Calendar |
|
|
Help on a Weapon Port? | Author | Message |
---|
jwarner007
Posts : 238 Join date : 2014-07-07
Character sheet Name: Faction: Level:
| Subject: Help on a Weapon Port? Wed Jul 09, 2014 10:02 pm | |
| So, I've been working on a weapon port of a rifle from the Custom Edition of Halo CE. It's based on the Battle Rifle, but with a different sight. I've run into a few issues though:
- There are some mesh holes that I haven't been able to fix (circled in red in the images)
- I also don't know how to do the texturing.
I've pretty much done everything that I'm able to with my experience. - Spoiler:
]
- Spoiler:
|
| | | Guest Guest
| Subject: Re: Help on a Weapon Port? Wed Jul 09, 2014 10:08 pm | |
| Assuming you haven't done something to wreck the original UV mapping, the original textures should fit it just fine. Do you not have them?
If the mesh is in OBJ format or something and does not currently have a 'Texturing Property' you'll need to give it one.
Right click the mesh in the Window, then mouse-over Node > Attach Property. In that long, long list that comes up, click "Texturing Property."
This will add a 'NiTexturingProperty' to the object's NiTriStrips. Right-click NiTexturingProperty, in the menu that comes up mouse over 'Texture' - another menu pops up to the right, choose/click "Add Base Texture"
From there, navigate to the place you stored the weapon's texture and choose its Diffuse texture (note that it should be in DDS format for Fallout 3).
Last edited by Tesvixen on Wed Jul 09, 2014 10:14 pm; edited 1 time in total |
| | | jwarner007
Posts : 238 Join date : 2014-07-07
Character sheet Name: Faction: Level:
| Subject: Re: Help on a Weapon Port? Wed Jul 09, 2014 10:09 pm | |
| - Tesvixen wrote:
- Assuming you haven't done something to wreck the original UV mapping, the original textures should fit it just fine. Do you not have them?
I have them, but they're split into different groups. The red dot sight is separate from the rifle is separate from the rails. Halo CE does things a bit differently than Fallout. |
| | | Guest Guest
| Subject: Re: Help on a Weapon Port? Wed Jul 09, 2014 10:15 pm | |
| - jwarner007 wrote:
- Tesvixen wrote:
- Assuming you haven't done something to wreck the original UV mapping, the original textures should fit it just fine. Do you not have them?
I have them, but they're split into different groups. The red dot sight is separate from the rifle is separate from the rails. Halo CE does things a bit differently than Fallout. Check my original post (which I just edited) for instructions on how to add a TexturingProperty and see if that helps. As for the holes in the weapon, I don't think those are holes so much as they are deliberately omitted/deleted vertices that you would never see playing the game in first person. Many games do this to save on performance, and its really obnoxious. I might be wrong in this case (they might just be holes) but I've seen a lot of FPS meshes where this applied. |
| | | jwarner007
Posts : 238 Join date : 2014-07-07
Character sheet Name: Faction: Level:
| Subject: Re: Help on a Weapon Port? Wed Jul 09, 2014 10:23 pm | |
| - Tesvixen wrote:
- Assuming you haven't done something to wreck the original UV mapping, the original textures should fit it just fine. Do you not have them?
If the mesh is in OBJ format or something and does not currently have a 'Texturing Property' you'll need to give it one.
Right click the mesh in the Window, then mouse-over Node > Attach Property. In that long, long list that comes up, click "Texturing Property."
This will add a 'NiTexturingProperty' to the object's NiTriStrips. Right-click NiTexturingProperty, in the menu that comes up mouse over 'Texture' - another menu pops up to the right, choose/click "Add Base Texture"
From there, navigate to the place you stored the weapon's texture and choose its Diffuse texture (note that it should be in DDS format for Fallout 3). I'm assuming NifSkope. right? That's what I'm using, but I can't find the texture option when right clicking. And what would be the easiest way to fix those holes? Nothing I've tried has worked well. |
| | | Guest Guest
| Subject: Re: Help on a Weapon Port? Wed Jul 09, 2014 10:30 pm | |
| There's no feasible way to, short of being a high-skill level modeler and being able to redo the weapon's UV mapping (along with altering all of its textures) to accommodate the changes you make.
Your best bet is to find the 3rd person/world version of the weapon. E.g. the one you'd see lying on the ground, or another player using in multiplayer or something. |
| | | jwarner007
Posts : 238 Join date : 2014-07-07
Character sheet Name: Faction: Level:
| Subject: Re: Help on a Weapon Port? Wed Jul 09, 2014 10:32 pm | |
| - Tesvixen wrote:
- There's no feasible way to, short of being a high-skill level modeler and being able to redo the weapon's UV mapping (along with altering all of its textures) to accommodate the changes you make.
Your best bet is to find the 3rd person/world version of the weapon. There isn't one, since this is a modified mesh. The UV mapping appears to be different for Halo CE as well, because it was extremely unaligned |
| | | Guest Guest
| Subject: Re: Help on a Weapon Port? Wed Jul 09, 2014 10:42 pm | |
| Then unless you always play from FPS view, I wouldn't bother with it. |
| | | jwarner007
Posts : 238 Join date : 2014-07-07
Character sheet Name: Faction: Level:
| Subject: Re: Help on a Weapon Port? Wed Jul 09, 2014 10:47 pm | |
| I could deal with the missing section of the sight. But what should I do about the textures? _________________ Mods I'm working on:[FO4] Halo UNSC Flags and Symbols[FO4] Halo: ONI Nightfall Suit[WIP][FO4] Halo: Covenant Armory XPS 9560: 32GB RAM, i7, 1TB SX8200 Pro SSD, Akitio Node Pro w/ RTX 2080 TI FE DanCase A4 V4.1: 32GB 3600Mhz G.Skill RAM, Ryzen 3800x, RTX 2080 TI FE, 1TB SX8200 Pro SSD, 1TB Sabrent Rocket 4.0, 4TB WD Blue. |
| | | Guest Guest
| Subject: Re: Help on a Weapon Port? Wed Jul 09, 2014 10:51 pm | |
| Zip the weapon up along with its textures and upload it to Mediafire or something, and PM me a link. I'll try and see what's up with it. |
| | | jwarner007
Posts : 238 Join date : 2014-07-07
Character sheet Name: Faction: Level:
| Subject: Re: Help on a Weapon Port? Wed Jul 09, 2014 11:01 pm | |
| |
| | | Sponsored content
| Subject: Re: Help on a Weapon Port? | |
| |
| | | |
Similar topics | |
|
| Permissions in this forum: | You cannot reply to topics in this forum
| |
| |
| |