Jump to content

[Xbox] Conker Live and Reloaded models


Recommended Posts

  • Members
Posted
13 hours ago, MilesMontana said:

I see his eye surgery went well. Jokes aside, that looks really good! Nice to see the little tiny bit of reflection on his eyes.

Indeed, I'm currently working on trying to get animations to work. I dumped nearly every function from the xbe and use that to reference the animation files, currently im the debug stage where it just prints everything out

  • Like 1
  • Members
Posted
1 hour ago, Über Winfrey said:

Indeed, I'm currently working on trying to get animations to work. I dumped nearly every function from the xbe and use that to reference the animation files, currently im the debug stage where it just prints everything out

Animations? Nice my dude. Good luck on getting them implementing fully and i'm sure you'll get it knowing your track record with this already has been pretty solid.

  • Members
Posted (edited)

image.png.35825caa09a0fb33f3f7d8602777815d.pngHmm, don't know if the original mesh is meant to overlap like that. Messy ordeal to fix up and could be a dev thing, but not too sure where this came from. Multi version only since MultiFrontEnd never had this problem.

image.png.93d9adf8ef09e35da5cf3f6c211f2260.png

Although, this doesn't really make a lot of sense in terms of how it's meant to be because it just looks ugly. Idk.

Edited by MilesMontana
  • Members
Posted (edited)
7 hours ago, MilesMontana said:

image.png.35825caa09a0fb33f3f7d8602777815d.pngHmm, don't know if the original mesh is meant to overlap like that. Messy ordeal to fix up and could be a dev thing, but not too sure where this came from. Multi version only since MultiFrontEnd never had this problem.

image.png.93d9adf8ef09e35da5cf3f6c211f2260.png

Although, this doesn't really make a lot of sense in terms of how it's meant to be because it just looks ugly. Idk.

could just be different models  packed at different times during developement, and some of them just have some quirks that aren't noticed while playing the game

is that last image the body bending, or one of the limbs?

Edited by Über Winfrey
  • Members
Posted
2 minutes ago, Über Winfrey said:

could just be different models  packed at different times during developement, and some of them just have some quirks that aren't noticed while playing the game

is that last image the body bending, or one of the limbs?

It's the inner side of the trenchcoat belt. Tediz Sneeker WW2

  • 2 weeks later...
  • Members
Posted

still working on things, the animation side isn't as cut and dry as everything else, I have to do deep debugging and watch tables and other things like that, so far I'm just logging everythingimage.thumb.png.6b158be2b40d0b88097c961737cc2d24.png

  • Like 1
  • Members
Posted
25 minutes ago, Über Winfrey said:

still working on things, the animation side isn't as cut and dry as everything else, I have to do deep debugging and watch tables and other things like that, so far I'm just logging everythingimage.thumb.png.6b158be2b40d0b88097c961737cc2d24.png

Well, nothing is quickly built and figured out first try, but I wish you luck on getting the animations to your liking! I've just been sitting around, re-modelling some of the stuff in my spare time.

  • Like 1
  • Members
Posted (edited)

so I got most of the runtime stuff seemingly working, atleast the values are atleast matching the registers in game, still need to figure out bone assignment, and I maybe have to tinker with the skeleton orientation, because I don't have faith that the orientation that imports is correct, 

Edited by Über Winfrey
  • Like 1
  • Members
Posted
2 hours ago, Über Winfrey said:

so I got most of the runtime stuff seemingly working, atleast the values are atleast matching the registers in game, still need to figure out bone assignment, and I maybe have to tinker with the skeleton orientation, because I don't have faith that the orientation that imports is correct, 

Impressive. All in the span of a few days, yeah? I admire the dedication.

  • Members
Posted (edited)
On 3/27/2026 at 8:42 PM, MilesMontana said:

Impressive. All in the span of a few days, yeah? I admire the dedication.

eh, not really that impressive, I had to use gpt for a lot of the coding. the script is maybe 50% me and 50% gpt fixing broken stuff., BUT I do know how to read the format. I've been working on this project for well over a year, I've learn so much about reverse engineering, and code structures due to this project. Its been fun, and also stressful in a lot of areas.

Here is one of the journals where I originally was just writing down full debug processes
image.thumb.png.b35f4a0745e393714c98d49bdd75ed32.png
 

Edited by Über Winfrey
  • Members
Posted
2 hours ago, Über Winfrey said:

eh, not really that impressive, I had to use gpt for a lot of the coding. the script is maybe 50% me and 50% gpt fixing broken stuff., BUT I do know how to read the format. I've been working on this project for well over a year, I've learn so much about reverse engineering, and code structures due to this project. Its been fun, and also stressful in a lot of areas.

Here is one of the journals where I originally was just writing down full debug processes
image.thumb.png.b35f4a0745e393714c98d49bdd75ed32.png
 

Still, damn. I can barely even comprehend it since i'm absolutely an idiot with this stuff.

  • Like 1
  • 2 weeks later...
Posted

Hello, thank a lot for the tutorial!

Can anyone show me where / how to plug the lightmap in shader section of blender? I don't understand

45345345345.png

  • Members
Posted
1 hour ago, imkyuuuuu said:

Hello, thank a lot for the tutorial!

Can anyone show me where / how to plug the lightmap in shader section of blender? I don't understand

45345345345.png

Okay, so I see what you're doing wrong. First off, you want to separate the two image textures away from each other. Lemme give you a little example. This might not be 100% the way to do it compared to some others who might know, but it gets results for me at least. Just clean up a bit, put the diffuse into base color, alpha into IOR Level on specular and the Light Map into Emission, but connect a new UV Map, select the other option if there is one and connect it.

image.thumb.png.742799cdd19277d8d291e82c351a7870.png

  • Members
Posted

so an update with the animations importing, I've scrapped the entire section and started from the beginning. Since I found where the game dispatches the animation clip to the animation player, I decided to build it all back function by function, by emulating each step in the animation clip processing, from table building to exact value matches. so far its turning out to be a lot easier after starting over.

  • Like 1
  • Members
Posted
9 minutes ago, Über Winfrey said:

so an update with the animations importing, I've scrapped the entire section and started from the beginning. Since I found where the game dispatches the animation clip to the animation player, I decided to build it all back function by function, by emulating each step in the animation clip processing, from table building to exact value matches. so far its turning out to be a lot easier after starting over.

Oof. At least it's going smoother and sometimes gotta restart from scratch. Did that a few time remaking the helmets since I got tired of the edge flow being so sloppy.

  • Like 1
  • 1 month later...
  • Members
Posted

just to update everyone, I've gotten close, I had to scrap what I was doing multiple time, and decided the only way to get the animation to properly import is if I mirrored the stack building exactly, which I've seemingly accomplished, now the new issue is, I need to fix the skeleton's orientation upon import, because even though the animation pose imports, Conker looks dead

this animation is the stance clip, used for his idle animation

as you can see, once I fix the bind pose on the imported models, it should allow for the animation to be positioned correctly

image.thumb.png.98ffc375c151d9d19594ef84fd18605d.png

  • Like 4
  • Members
Posted
6 hours ago, Über Winfrey said:

just to update everyone, I've gotten close, I had to scrap what I was doing multiple time, and decided the only way to get the animation to properly import is if I mirrored the stack building exactly, which I've seemingly accomplished, now the new issue is, I need to fix the skeleton's orientation upon import, because even though the animation pose imports, Conker looks dead

this animation is the stance clip, used for his idle animation

as you can see, once I fix the bind pose on the imported models, it should allow for the animation to be positioned correctly

image.thumb.png.98ffc375c151d9d19594ef84fd18605d.png

Nice to hear from you again. I can understand having to redo the process since it's a similar thing with making models because perfectionist, but the only thing there is your workflow here is going to be rinse and repeat with changes due to errors. Nevertheless, making some damn fine progress once again. Surely getting them reorientated shouldn't be the worst, right? Then again, been some time since I've looked at how that functions in terms of a script.

  • Members
Posted
15 hours ago, MrBlue2838 said:

you ever think that the live and uncut assets could be lingering in the files anywhere?

possibly only in the Demo, most of the files are the final version of the assets, the demo has an n64 model of the sergeant squirrel, and the prototype has video depicting original Tediz and squirrels, and the Bounty Hunter model that was scrapped before release, and not in the retail of the game, other than those everything is how it is seen in the game. that can always change. 

Posted
On 5/22/2026 at 4:06 AM, Über Winfrey said:

good news is I now got animation poses showing correctly
image.thumb.png.b8cb272966caffd44a0940c519a1d00d.png
Bad news, I need to fix the bind pose for the imported armature
image.thumb.png.169c234c480981a07518b0d2b7bf8821.png

Great stuff, man! Gauging by that image, you might not being doing god's work, but it's a damn service whatever it is. Figured I oughtta stop lurking for once and say congrats on everything else up to this point, for what it's worth! Really impressive seeing the progress, so thanks for that too. 

  • Like 2
  • Members
Posted

got the poses to actually work, the blocker was a stupid piece of debug code I didn't notice was causing the orientation to flip when baking to the skeleton

image.thumb.png.fa6bbef3273022de661d46d100649bb3.png

  • Like 3
  • Members
Posted
On 5/27/2026 at 8:51 AM, Über Winfrey said:

got the poses to actually work, the blocker was a stupid piece of debug code I didn't notice was causing the orientation to flip when baking to the skeleton

image.thumb.png.fa6bbef3273022de661d46d100649bb3.png

Congrats on making a breakthrough my dude. You've been really working hard on that and it finally started to pay off with results. Been still lurking around, seeing what comes and goes around here, but still impressed with your dedication and the end results of such. 

  • Like 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...