June 22, 20251 yr Localization Hello, i want some help on extracting at least the models from a 2003 arcade game called Pull The Trigger. The texture file is just unencrypted .tga files, but the .GB3 which most likely contains model and animation are in an unknow format to me. A bit of research later and somehow i ended up here: https://theswissbay.ch/pdf/Gentoomen Library/Game Development/Programming/3D Game Engine Architecture.pdf , but i'm pretty sure this is not what the game used, maybe it's just a known format with some encryption tricks. The sample for all characters are below, thank you all in advance. Pull The Trigger.zip Edited June 22, 20251 yr by PlsSendHelp
June 22, 20251 yr Supporter becky GB3, 829 vertices, uvs unknown so far: edit: I've made a "smart UV projection", but the result is not how it should look like: Assumedly armor parts: Edited June 22, 20251 yr by shak-otay
June 22, 20251 yr Supporter Solution 9 hours ago, shak-otay said: Assumedly armor parts: i think its not armor, its uvs (skip z) i made plugin fmt_gb3.py *(parsing all blocks, if desired you can add parsing of materials, nodes, etc.) Edited June 22, 20251 yr by Durik256
June 22, 20251 yr Supporter 42 minutes ago, Durik256 said: i think its not armor, its uvs (skip z) Haha, thanks! (I feel so stupid...)
Create an account or sign in to comment