- Each Object Type requires unique id number (uid) < 2**63
- Each closing brace must be on its own line
- For Vertices, PolygonVertexIndex, Materials arrays need number of elements in array e.g. Vertices *(number of vertices x 3) {
- Negative polygon vertex index created by bitwise not of actual vertex index
- https://banexdevblog.wordpress.com/2014/06/23/a-quick-tutorial-about-the-fbx-ascii-format/
- https://github.com/mont29/blender-io-fbx/blob/master/io_scene_fbx/export_fbx_bin.py
Tuesday, 18 April 2017
FBX ASCII 7300 (2013) File Format
Wednesday, 5 April 2017
WIP: WadViewer
Version: 0.4
Status: Released
WadViewer is TRViewer adapted to open/save .wad files.
It was created for the purpose of importing .3ds files directly into a .wad file so a lot of the TRViewer functionality has been disabled since it is incompatible with .wad files.
WadViewer.exe must be copied into an existing TRViewer folder to work.
WARNING: Use only on a copy of your .wad or have a backup of your .wad. The program has not been tested much.
http://www.mediafire.com/file/k85oxnm5k5i8vz7/WADViewer_4.zip
Status: Released
WadViewer is TRViewer adapted to open/save .wad files.
It was created for the purpose of importing .3ds files directly into a .wad file so a lot of the TRViewer functionality has been disabled since it is incompatible with .wad files.
WadViewer.exe must be copied into an existing TRViewer folder to work.
WARNING: Use only on a copy of your .wad or have a backup of your .wad. The program has not been tested much.
http://www.mediafire.com/file/k85oxnm5k5i8vz7/WADViewer_4.zip
Monday, 5 December 2016
Building TRNG plugins with VS 2013 Community
Paolone’s instructions for building plugins for his Tomb Raider Next Generation (TRNG) engine are based on Visual Studio 2010. [link]
I am using Visual Studio 2013 Community Edition and will report my experience in this post.
I am using Visual Studio 2013 Community Edition and will report my experience in this post.
Tuesday, 1 November 2016
TRLE File Formats *.prj
Program: Tomb Raider Level Editor winroomedit.exe
Description: Project file
Document: Version: 1.0
aktrekker’s excellent documentation of the TRLE project file format can be downloaded here.
http://www.geocities.ws/cyber_delphi/articles/trproject.doc
Here is a template for the hex editor, HexEdit [link].
http://www.mediafire.com/file/4ev85hdnjkqce5c/_prj.xml
Place the template in C:\Users\<username>\AppData\Roaming\ECSoftware\HexEdit\.
Description: Project file
Document: Version: 1.0
aktrekker’s excellent documentation of the TRLE project file format can be downloaded here.
http://www.geocities.ws/cyber_delphi/articles/trproject.doc
Here is a template for the hex editor, HexEdit [link].
http://www.mediafire.com/file/4ev85hdnjkqce5c/_prj.xml
Place the template in C:\Users\<username>\AppData\Roaming\ECSoftware\HexEdit\.
Wednesday, 12 October 2016
TRLE File Formats savegame.*
Program: Original tomb4.exe (TR4/TRLE)
Description: Savegame file
Document: Version: 0.1
Description: Savegame file
Document: Version: 0.1
Tuesday, 20 September 2016
Building TRViewer – part 7
I found that TRViewer wouldn’t run on Windows XP.
Got a “Not a valid Windows 32 application” error.
The only change I had to make was to set the Linker>System>Minimum Required Version property in the Property Pages to 5.01.

prev | next | first
Got a “Not a valid Windows 32 application” error.
The only change I had to make was to set the Linker>System>Minimum Required Version property in the Property Pages to 5.01.
prev | next | first
Sunday, 28 August 2016
Delphi 10.1 Starter Edition Free Until 9 Sep 16
EDIT2: Embarcadero now offer a free full featured community version of Delphi for non commercial use.
https://www.embarcadero.com/products/delphi/starter
EDIT: Looks like Embarcadero have extended the offer after 9 Sep 2016 so try the promotional link below if interested because it might still be active.
The non-commercial, feature limited version of Delphi 10.1 is available for free for a limited time.
You need to register with Embarcadero before downloading the web installer.
The main installation will apparently involve a 2.2 GB download.
Delphi Starter Edition is a good IDE for beginners interested in learning Delphi.
Windows 7 or above required.
https://www.embarcadero.com/products/delphi/starter/promotional-download
Some discussion about it at
http://forum.lazarus.freepascal.org/index.php/topic,33792.0.html?PHPSESSID=lrhb3an0qjgqki5fejv42dgpq4
https://www.embarcadero.com/products/delphi/starter
EDIT: Looks like Embarcadero have extended the offer after 9 Sep 2016 so try the promotional link below if interested because it might still be active.
The non-commercial, feature limited version of Delphi 10.1 is available for free for a limited time.
You need to register with Embarcadero before downloading the web installer.
The main installation will apparently involve a 2.2 GB download.
Delphi Starter Edition is a good IDE for beginners interested in learning Delphi.
Windows 7 or above required.
https://www.embarcadero.com/products/delphi/starter/promotional-download
Some discussion about it at
http://forum.lazarus.freepascal.org/index.php/topic,33792.0.html?PHPSESSID=lrhb3an0qjgqki5fejv42dgpq4
Subscribe to:
Posts (Atom)