Important information: this site is currently scheduled to go offline indefinitely by end of the year.

King Arthur 2 .N2M

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
User avatar
zaramot
double-veteran
double-veteran
Posts: 783
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 855 times

King Arthur 2 .N2M

Post by zaramot »

Hello, could someone help me extract files from King Arthur 2 .n2m archives? Here's sample. Thanks in advance.
You do not have the required permissions to view the files attached to this post.
Making model-import scripts, PM
Thief1987
advanced
Posts: 72
Joined: Wed Jan 18, 2012 5:11 am
Has thanked: 1 time
Been thanked: 29 times

Re: King Arthur 2 .N2M

Post by Thief1987 »

Can you attach bigger file? 10-20 Mb
User avatar
zaramot
double-veteran
double-veteran
Posts: 783
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 855 times

Re: King Arthur 2 .N2M

Post by zaramot »

Making model-import scripts, PM
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: King Arthur 2 .N2M

Post by chrrox »

Code: Select all

#King Arthur 2 N2M quickbms script
#by chrrox
idstring "C2AR"
append
getdstring null 10
get TSIZE long
do
get ZSIZE long
savepos OFFSET
if TSIZE >= 0x800000
set SIZE 0x800000
else
set SIZE TSIZE
endif
clog MEMORY_FILE OFFSET ZSIZE SIZE
math TSIZE -= SIZE
math OFFSET + ZSIZE
goto OFFSET
while TSIZE != 0
append
get NAME basename
string NAME + ".ext"
get SIZE asize MEMORY_FILE
log NAME 0 SIZE MEMORY_FILE
User avatar
zaramot
double-veteran
double-veteran
Posts: 783
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 855 times

Re: King Arthur 2 .N2M

Post by zaramot »

Thanks you so much chrrox :) Now I can look at model format, textures a straight .dds
Making model-import scripts, PM
Solo Dogo
ultra-n00b
Posts: 1
Joined: Sun Jun 19, 2022 2:30 am

Re: King Arthur 2 .N2M

Post by Solo Dogo »

zaramot wrote: Sun Apr 21, 2013 7:01 pm Thanks you so much chrrox :) Now I can look at model format, textures a straight .dds
Hey dude, you have a tool to open the .n2m mesh/model files for King Arthur 2 troops?

I tried to look for tools online but couldn't see anything, much appreciated if you can help!
Post Reply