Urban Chaos - .all files?

Post questions about game models here, or help out others!
Post Reply
Gruni
ultra-n00b
Posts: 4
Joined: Wed Jul 25, 2018 11:48 pm
Been thanked: 1 time

Urban Chaos - .all files?

Post by Gruni » Mon Sep 24, 2018 5:14 pm

I am currently playing around with the Source Code for Urban Chaos and I can't get my head around those .all files. Since .all is a super stupid file ending that makes it almost impossible to find anything about it via google, I was wondering if anyone has made some experience or progression with opening / exporting / importing character models from MuckyFoot's Urban Chaos.

User avatar
ikskoks
Moderator
Posts: 942
Joined: Thu Jul 26, 2012 5:06 pm
Location: Poland, Łódź
Has thanked: 506 times
Been thanked: 234 times
Contact:

Re: Urban Chaos - .all files?

Post by ikskoks » Mon Sep 24, 2018 8:47 pm

As far as I know, ".all" files contain animations, so you should start looking for answers in file MuckyFoot-UrbanChaos-master\fallen\Source\Anim.cpp
Take a look at function "load_anim_system" and others in this file.

Gruni
ultra-n00b
Posts: 4
Joined: Wed Jul 25, 2018 11:48 pm
Been thanked: 1 time

Re: Urban Chaos - .all files?

Post by Gruni » Mon Sep 24, 2018 9:19 pm

According to io.cpp .all-Files seem to be "multi-prims". Currently trying to figure out how to properly split the data.

Thanks for the hint, so far. :)

Post Reply