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

.amodel files (Table Top Racing)

Post questions about game models here, or help out others!
fajNYgosciu1234
veteran
Posts: 144
Joined: Fri Oct 30, 2020 2:31 pm
Has thanked: 1 time
Been thanked: 1 time

Re: .amodel files (Table Top Racing)

Post by fajNYgosciu1234 »

deleted
Last edited by fajNYgosciu1234 on Wed Jan 19, 2022 8:56 pm, edited 1 time in total.
User avatar
Durik256
ultra-veteran
ultra-veteran
Posts: 428
Joined: Wed Nov 21, 2018 7:26 pm
Has thanked: 45 times
Been thanked: 429 times

Re: .amodel files (Table Top Racing)

Post by Durik256 »

fajNYgosciu1234 wrote: Tue Jan 18, 2022 4:29 pm looks pretty good, does it work on all models though
ok, i download game, and open all models!
Image
fajNYgosciu1234
veteran
Posts: 144
Joined: Fri Oct 30, 2020 2:31 pm
Has thanked: 1 time
Been thanked: 1 time

Re: .amodel files (Table Top Racing)

Post by fajNYgosciu1234 »

this is cool, can it be released
User avatar
Durik256
ultra-veteran
ultra-veteran
Posts: 428
Joined: Wed Nov 21, 2018 7:26 pm
Has thanked: 45 times
Been thanked: 429 times

Re: .amodel files (Table Top Racing)

Post by Durik256 »

fajNYgosciu1234 wrote: Tue Jan 18, 2022 7:46 pm this is cool, can it be released
it's time to do it yourself!

plugin Noesis for Table Top Racing(TTR)
opens model (*.amodel)
unpack PKM texture as .ktx2 (open with PVRTexTool)

for batch processing you can create .bat in "..\\PVRTexTool\CLI\Windows_x86_64",
and replace "C:\YourPath\*.ktx2".
after that you can delete all *.ktx2 and *.pvr through the search.
(searches for files also in subdirectories)

Code: Select all

@echo off
setlocal enabledelayedexpansion
for /f "delims=" %%a in ('dir /b /s /a-d "C:\YourPath\*.ktx2"') do (
PVRTexToolCLI.exe -i %%~a -d -f r8g8b8a8 )
pause
(the plugin looks for a texture near the file with the prefix "_Out", because after batch processing this prefix is ​​added automatically)
name.ktx >> name_Out.png
You do not have the required permissions to view the files attached to this post.
Karpati
ultra-veteran
ultra-veteran
Posts: 467
Joined: Thu Dec 07, 2006 11:25 pm
Has thanked: 9 times
Been thanked: 95 times

Re: .amodel files (Table Top Racing)

Post by Karpati »

I have finished my Table Top Racing *.AMODEL load module.

It extracts the .pkm texture files from the .amodel files automatically after load.


I have released the following program:
- 3D Object Converter v10.001 (Windows)

How to get the 3D Object Converter v10.001:
Download the 3D Object Converter from http://3doc.i3dconverter.com and install it or download and use the portable version (if you don’t have it yet).
(Or just use the Help/Check for updates... function to get the v10.001.)
Post Reply