Page 11 of 39

Re: Rainbow Six: Siege Models Thread

Posted: Fri Aug 21, 2020 8:06 am
by Nyfoxel
This is the best attempt i have seen so far. Did you try Edit Mode - Vertex Select - Select > all - Vertex > Merge Verticles > by Distance ?

Re: Rainbow Six: Siege Models Thread

Posted: Fri Aug 21, 2020 8:28 am
by floxay
Nyfoxel wrote: Fri Aug 21, 2020 8:06 am This is the best attempt i have seen so far. Did you try Edit Mode - Vertex Select - Select > all - Vertex > Merge Verticles > by Distance ?
Unfortunately I'm not experienced in 3D stuff so I don't really know if I'm doing something wrong, I google a lot of stuff :d

Yes, after shading smooth, does not look good lol:
Image

Re: Rainbow Six: Siege Models Thread

Posted: Fri Aug 21, 2020 12:28 pm
by Nyfoxel
Can you give me a test blend file?

Re: Rainbow Six: Siege Models Thread

Posted: Fri Aug 21, 2020 5:35 pm
by floxay
with a little help from @Nyfoxel it looks good now :P

hopefully we will figure out how to get the missing meshes for OPs and the other parts that are missing before the game dies :d

Image

Re: Rainbow Six: Siege Models Thread

Posted: Fri Sep 04, 2020 5:02 pm
by Tushkan
I'll try to answer latest questions raised here.
Do debug the game with x64dbg one needs to start the game, wait for virtualization to unpack, kill BE process (there is a bat that does that, seen in on unknowncheats if my memory serves me) then attach to running process. It did work in 2018, did fail occasionally at the end 2019, don't know if it will work now.
Depgraphbin's x02 seems to be an ultra short magic number. Didn't change in last 4 years while actual data was changing.
Kali's rifle has overlapping verts because of how lods are stored. It's a unified vertex buffer for all submeshes which is shared by all lods. So lower lod has same amount of verts in memory, some of em are simply not connected to tris. There is a link to my dropbox that has all code to unpack mesh files. You can check it to get some idea how meshes are stored.
About my personal progress: can't find time and motivation to finish it. Bash me collectively if you want me to publish what is available atm and continue yourself.

Re: Rainbow Six: Siege Models Thread

Posted: Fri Sep 04, 2020 5:10 pm
by Tushkan
Oh, btw, if gou intend to debug the game, make sure you do it in offline mode. If you dont' have a spare acc ) I'd occasionally even shut down the internet to avoid any fuckups. Also, unpacked exe is protected heavily with vm. And doesnlt seem to have string. Those are packed partially in ui files and i suspect the are in the fattest file that seems to describe the whole data tree. Didn't examine it though yet.

Re: Rainbow Six: Siege Models Thread

Posted: Fri Sep 04, 2020 5:56 pm
by gep55
Tushkan wrote: Fri Sep 04, 2020 5:02 pm I'll try to answer latest questions raised here.
Do debug the game with x64dbg one needs to start the game, wait for virtualization to unpack, kill BE process (there is a bat that does that, seen in on unknowncheats if my memory serves me) then attach to running process. It did work in 2018, did fail occasionally at the end 2019, don't know if it will work now.
Depgraphbin's x02 seems to be an ultra short magic number. Didn't change in last 4 years while actual data was changing.
Kali's rifle has overlapping verts because of how lods are stored. It's a unified vertex buffer for all submeshes which is shared by all lods. So lower lod has same amount of verts in memory, some of em are simply not connected to tris. There is a link to my dropbox that has all code to unpack mesh files. You can check it to get some idea how meshes are stored.
About my personal progress: can't find time and motivation to finish it. Bash me collectively if you want me to publish what is available atm and continue yourself.
Can your current progress get character (static non-weighted) models and textures?

Re: Rainbow Six: Siege Models Thread

Posted: Sat Sep 05, 2020 1:42 pm
by Tushkan
Yes, but it's not straightforward. And I need to update my code so it correctly reads 2020 version of forge files.

Re: Rainbow Six: Siege Models Thread

Posted: Sat Sep 05, 2020 3:02 pm
by gep55
Tushkan wrote: Sat Sep 05, 2020 1:42 pm Yes, but it's not straightforward. And I need to update my code so it correctly reads 2020 version of forge files.
Cool, that's sounds great :)

Re: Rainbow Six: Siege Models Thread

Posted: Fri Sep 11, 2020 11:23 pm
by gep55
I don't suppose anyone how I guide on how to get started porting via the Intel GPA method? Or if not, I saw someone say they got Iana ported via a commission, but it was a private model.

I don't suppose anyone knows who to ask about commissions?

Re: Rainbow Six: Siege Models Thread

Posted: Sat Sep 12, 2020 9:21 am
by MaZTeR
gep55 wrote: Fri Sep 11, 2020 11:23 pm I don't suppose anyone how I guide on how to get started porting via the Intel GPA method? Or if not, I saw someone say they got Iana ported via a commission, but it was a private model.

I don't suppose anyone knows who to ask about commissions?
Luxos has ripped so far every single public R6 model out of the game via Intel GPA and hex editing, you should ask him. Dunno where you can contact him as he constantly gets banned for copyright infrigements.

Re: Rainbow Six: Siege Models Thread

Posted: Sat Sep 12, 2020 9:44 am
by SheetMan
MaZTeR wrote: Sat Sep 12, 2020 9:21 am Luxos has ripped so far every single public R6 model out of the game via Intel GPA and hex editing, you should ask him. Dunno where you can contact him as he constantly gets banned for copyright infrigements.
That's interesting. I tried to use Intel GPA without any hex editing, but all meshes was broken.
Also, luxox now here: https://p3dm.ru/user/Luxox/ and he is still active.

Re: Rainbow Six: Siege Models Thread

Posted: Sat Sep 12, 2020 3:11 pm
by MaZTeR
SheetMan wrote: Sat Sep 12, 2020 9:44 am
MaZTeR wrote: Sat Sep 12, 2020 9:21 am Luxos has ripped so far every single public R6 model out of the game via Intel GPA and hex editing, you should ask him. Dunno where you can contact him as he constantly gets banned for copyright infrigements.
That's interesting. I tried to use Intel GPA without any hex editing, but all meshes was broken.
Also, luxox now here: https://p3dm.ru/user/Luxox/ and he is still active.
Yeah he gets the model data somehow with Intel GPA and hex edits them to .obj format.

Re: Rainbow Six: Siege Models Thread

Posted: Wed Sep 16, 2020 11:38 am
by W0lfy
floxay wrote: Fri Aug 21, 2020 5:35 pm with a little help from @Nyfoxel it looks good now :P

hopefully we will figure out how to get the missing meshes for OPs and the other parts that are missing before the game dies :d

Image

Amazing work !
first time to see someone doing that after Lux !
pls keep us updated bcs i'm a 3d artist i want to get my hands on Siege Models

Keep up the good work guys

Re: Rainbow Six: Siege Models Thread

Posted: Sun Oct 18, 2020 8:00 pm
by gep55
If anyone is still working on this, please know that we eagerly await news :)