Stay Connected |
GUNetwork
|
Latest topics | » R.S.A. Weapons question by gtp_750 Mon Nov 18, 2024 9:30 pm
» Hello - Fo4/76 player by 3doutlaw Sat Nov 16, 2024 3:28 pm
» Hey everyone by FentaBerry Wed Nov 13, 2024 6:29 pm
» [FNV] Question about Rainbow Six Siege armor set by IzzBee Wed Nov 13, 2024 8:54 am
» I made a detailed map for Fallout 1 & 2 remakes! by railroadbill Tue Nov 12, 2024 9:29 pm
» Tammy's Introduction (Making a PA port) by Leviatan Fri Nov 08, 2024 8:36 pm
» OICW Mod for New Vegas by DavidW75 Tue Oct 22, 2024 7:37 pm
» Looking for Gta 5 xbox one modded account by salman0786 Tue Oct 08, 2024 11:47 am
» [FNV] Flickering Landscape Textures by zliu313 Fri Oct 04, 2024 9:33 am
» Best Site Ever! by WasteNinja88 Sun Sep 29, 2024 12:38 am
» Weird bug or glitch with Console Command. [FNV] by nickenicole47 Tue Sep 24, 2024 2:11 pm
» Suggestions on npc mod that Blends with dragbodys mod? by ilovebees.com Sun Sep 22, 2024 1:31 am
» [FNV] Right Mouse Button Zoom/ADS Bug by Lankychazz2009 Sat Sep 21, 2024 11:20 pm
» (FO4) FO76 BOS Objects by campesino.p Sat Sep 21, 2024 4:53 pm
» [FNV] Dragbody's FO4 Power Armors bug. by Lankychazz2009 Thu Sep 19, 2024 9:34 am
» Fallout: New Vegas "Pizza Boy" Mod by MrMistyEyed2 Mon Sep 09, 2024 8:15 pm
» Here Are Some Of The Best Mods From GunNetwork by Abyssfer Sun Sep 08, 2024 5:02 am
» Saying hi after two years by spiralsandspirals Wed Aug 28, 2024 7:39 pm
» Looking for an alternative to Nexus by freakoverse Fri Aug 23, 2024 5:50 am
» fallout 4 mods by salientguitar4 Mon Aug 19, 2024 12:47 pm
|
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 5: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 5: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 5: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 5: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 5: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 5: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 5: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 5: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 5: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 5: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 5: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 6: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
| |
| |
| |