Page 1 of 1

Where to get original tim dm5 mapmodels?

Posted: Sat Sep 20, 2014 4:32 pm
by CZghost
In idea of converting default maps that did not come with Radiant's installation (for example q3dm2) to reduxes or another gametype (for example CTF), I am looking for missing models, that did not come with new Radiant, the ones called Tim DM5 models. Are they copyrighted in another way than other models in the game that were included in new Radiant's install dir? Most of models that are part of the original game were introduced with new Radiant, but the ones from DM2 were not. Looking for timdm5_ceiling.md3, timdm5_wall1.dm3 and also bones lying under plasma gun that are also the ones missing... Installed Radiant 1.5 to continue in mapping (Radiant 1.6.4 is buggy in the permissions manner), there is missing shader for the pentagram light fixture that was used in DM2, but this is another bug...

However most of the previously missing models are there, including the most famous grenade launche fixture, which I use in my workaround deathmatch map now in early alpha called 'Bunker'...

Re: Where to get original tim dm5 mapmodels?

Posted: Mon Sep 22, 2014 7:37 am
by Theftbot
pic of model

Re: Where to get original tim dm5 mapmodels?

Posted: Mon Sep 22, 2014 1:39 pm
by sst13
Organ donation method:

- find an original map with the desired mapmodel (smaller maps are better)
- convert BSP to ASE with q3map2 (-convert)
- open ASE in Milkshape and find your mapmodel
- delete the rest of the world
- move the mapmodel to the origin
- maybe rotate to the correct orientation
- generate control file with correct texture paths
- export as MD3

Note: ASE seems to have a 1024 units limit. The converted map will be compressed into a 1024³ cube. Maybe some of your mapmodel vertices are shift by 1024 units...

Re: Where to get original tim dm5 mapmodels?

Posted: Mon Sep 22, 2014 5:40 pm
by CZghost
Well, thanks for your tip, I will need it for converting such maps that have these models not included with Radiant... Pretty nice method, just not happy with the limit to hear about, I think q3dm2 is slightly beyond that...