Tomb Raider Forums  

Go Back   Tomb Raider Forums > Tomb Raider Level Editor and Modding > Tomb Raider Level Editor > Tomb Editor

Reply
 
Thread Tools
Old 23-12-19, 21:10   #1
Lwmte
Member
 
Lwmte's Avatar
 
Joined: Aug 2010
Posts: 1,810
Default Tomb Editor - Updates


Link above contains actual and valid new version of Tomb Editor and TEN. All updates will be posted here from now on.

Updates are released via dedicated repository as two variations of installers: for 32-bit systems and 64-bit systems. If you have modern system, it is recommended to always use 64-bit one. Also, you can directly browse repo for past TE versions if you need one.

Please don't reply to this thread if you have questions or issues, use general TE thread instead.

Last edited by Lwmte; 27-02-23 at 19:11.
Lwmte is offline   Reply With Quote
Old 15-01-20, 00:53   #2
Lwmte
Member
 
Lwmte's Avatar
 
Joined: Aug 2010
Posts: 1,810
Default

Version 1.2.10 is now released.

List of changes:

Tomb Editor:
  • Add "Search & Replace objects" feature
  • Add short NG trigger names as prefixes
  • Add option to pick texture without blending mode and double-sided attribs
  • Fix room effect value of 1
  • Fix broken textures on imported geometry if same level texture set is used
  • Fix occasional floordata generation bug
  • Fix inability to cancel "Set ambient light for selected rooms" action
  • Implement undo for changing light colour
  • Remove triggers to nonexistent targets on room removal
  • Prevent lock-ups when prj2 with broken trigger with nonexistent target is selected
WadTool:
  • Add "Copy" button to animcommand editor
  • Prevent exceptions while reference project without sounds is loaded
  • Fix some more geometry import bugs
  • Fix state change editor foolproofing
  • Unset "Prefer 32-bit" flag which caused WT to stop working on some Win10 systems
SoundTool:
  • Fix misplaced samples warning condition

Download: installer, portable zip.

Last edited by Lwmte; 15-01-20 at 01:58.
Lwmte is offline   Reply With Quote
Old 14-02-20, 18:50   #3
Lwmte
Member
 
Lwmte's Avatar
 
Joined: Aug 2010
Posts: 1,810
Default

Version 1.2.11 is now released.

List of changes:

Tomb Editor:
  • Add new "Find untextured" feature
  • Add scaling to texture remap tool
  • Add extra checkbox for merged statics to replace room ambient light with static color
  • Specify source/destination in find & replace window based on where the item was dropped
  • Change the way TRNG flipeffects/actions/conditions are listed to preserve alphabetical sorting
  • Limit camera distance to prevent annoying zoom slowdown
  • Import objectless prjs without error
  • Properly display imported geometry names on prj2 loading
  • Fix for death + climb floordata flag combination
  • Fix invisible objects picking
  • Fix nullref exception with missing sound catalogs
  • Fix item browser reset on paste object action
  • Fix inconsistent texture mirroring on ceiling while using group and grid paint texturing tools
  • Attempt to fix texture sorting exception on resource reload
  • Add texture info diagnostics for possible system-specific compile issues

WadTool:
  • An option to alphanumerically sort meshes on model/animation import
  • Collect and play custom sounds from reference level in animcommand editor
  • Additional safety measures to prevent potential wad2/prj2 corruption if saving was unsuccessful
  • Fix corruption of EndFrame value with null animations re-saved from pre-1.2.9 wad2s
  • Fix index out of range exception if anim parameters were edited with mousewheel

Download: installer, portable ZIP.
Lwmte is offline   Reply With Quote
Old 24-05-20, 10:32   #4
Lwmte
Member
 
Lwmte's Avatar
 
Joined: Aug 2010
Posts: 1,810
Default

Version 1.3 is now released!

List of changes:

Tomb Editor:
  • Export and reimport rooms using Wavefront OBJ, Collada, glTF2, x3d and MQO formats with lighting.
  • Add "Hide room" feature which disables all editor-generated room geometry without untexturing it.
  • Add "Lighting Quality" feature to create natural smooth shadows with multipass raytracing.
  • Customize palette by double-clicking and ability to sample palette from selected texture set.
  • Add "Clear Shades" option for merged statics which removes mesh's own shades before applying lighting.
  • Add "Untextured Lighting" view mode.
  • An option to hide transparent parts of rendered objects.
  • An option to show real tint for merged static meshes.
  • An option to disable warnings on object deletion.
  • An option to show winroomedit cardinal directions instead of real in-game ones.
  • Optimized 3D rendering: now up to 6 times faster in complex levels with lots of similar objects.
  • Allow editing ghost blocks with QAWS keys.
  • Allow undo while editing static and moveable properties, such as colour, OCB and such.
  • Additional view option to hide light radius (under "Show other objects" dropdown in toolbar).
  • Properly draw flyby path using splines and indicate flyby camera direction.
  • Use two decimal places for flyby options.
  • An option to dither 16-bit textures.
  • Animate ghost blocks on selection.
  • Rotate sector flags along with sector itself.
  • Don't deselect current object when cancelling object placement.
  • Fix sharp edges on imported room geometry by default and introduce an option to set it.
  • Fix lots of bugs with imported geometry handling.
  • Fix epic bug because of which every sound source was created twice.
  • Fix texture selection combobox not populating properly in animated textures dialog.
  • Fix nullref exceptions on faulty sound catalog reloading.
  • Ask for automatic reconnection of all found offline media on reconnecting just one.
  • Fix lagging gizmo movement.
  • Fix prj importing for all-wall room cases.
  • Add experimental "Moveable Tint" feature for forward compatibility with TR5Main.
  • Add experimental "Trigger Volume" object type for forward compatibility with TR5Main.
  • Add experimental TR2 compiler.
  • Add TR3 compiler.

TombIDE:
  • Major refactoring and performance improvemets.
  • Fixed many bugs.
  • Added level batch compiling.
  • Added context-sensitive autocomplete.
  • Added live error underlining.
  • Added a new, improved #INCLUDE compiling method.
  • Added F1 functionality similar to NG Center.
  • Added many new features to the FileList, such as file creation etc.
  • Added a new Find & Replace dialog with tons of new features.
  • Added a DEBUG mode for finding errors inside NG_Center.
  • Added custom color schemes.
  • Added section separators for Classic Script.
  • Added a warrning indicator when plugins are missing.
  • Added OCB list to reference browser.
  • Added OLD Commands list to reference browser.
  • Added NEW Commands list to reference browser.
  • Added Sound SFX Indices list to reference browser.
  • Completely reworked the Settings window.
  • Completely reworked the syntax preview in the status bar.
  • Completely reworked the flag definition window.
  • Disabled persistent TRNG scripter notepad.exe nagging.

SoundTool:
  • Allow multiple instances option.
  • Ability to compile MAIN.SFX file for TR3.

WadTool:
  • Fix extreme lag with very long animations.
  • Fix wrong copy animcommand behaviour.
  • Add options to flip X/Y/Z axis for imported animations too.
  • Don't duplicate animcommands on xml animation re-import.
  • Fix and animate sprite preview.

General:
  • Try to guess duplicated item IDs corrupted by StrPix or WadMerger after using it with v130 wads.
  • Easily select multiple checkboxes in lists by dragging mouse across them.
  • Correctly parse alpha channel in TR1 textures while loading TR1 level as wad.

Download: installer, portable ZIP.
Lwmte is offline   Reply With Quote
Old 26-05-20, 17:16   #5
Lwmte
Member
 
Lwmte's Avatar
 
Joined: Aug 2010
Posts: 1,810
Default

Version 1.3.1 is now released!

List of changes:

Tomb Editor:
  • Fix exception with merged statics out of room bounds.
  • Fix exception when reloading wads with resource auto-reload turned off.
  • Fix endless exception loop when switching to merged statics settings after wad removal.
  • Fix drawing and merging issues with static meshes in TR2 and TR3.
  • Fix sounds, lighting and GUI in TR2.
  • Automatically load default sound catalog for TR2 and TR3 if there is no any.
  • An option to compile MAIN.SFX file for TR2 as well.
  • Restore accidentally deleted TRNG snow flag.
  • Optimize memory usage.
  • Fix Lara rendering for TR5Main target.
  • Bring back compatibility with legacy TR5Main file format.

TombIDE:
  • Added the ability to compile single levels.
  • Many ScriptEditor bug fixes.

WadTool:
  • Read normals and shades for imported meshes.

Download: installer, portable ZIP.
Lwmte is offline   Reply With Quote
Old 31-05-20, 17:40   #6
Lwmte
Member
 
Lwmte's Avatar
 
Joined: Aug 2010
Posts: 1,810
Default

Version 1.3.2 is now released!

List of changes:

Tomb Editor:
  • Level settings option to map animated textures to imported geometry, objects and statics.
  • Increased texture page packing ratio for visually similar textures.
  • Support faces with additive blending on model import/export by setting their opacity to anything less than 1.
  • An option to show real tint for all objects (replaces "Show real tint for merged statics" option).
  • Add "Delete all objects" and "Delete all triggers" commands.
  • Remap fog bulb intensity setting from red color to actual intensity field.
  • Focus on selected imported geometry in imported geometry manager window.
  • Disable face/vertex limit overflow errors and replace with warnings.
  • Various additional fixes for TR2 compatibility.
  • Fix exceptions with Metasequoia imported geometry.
  • Fix exceptions with script IDs after room copy-paste.
  • Fix possible transparency issues with UVRotate textures in 16-bit mode.
  • Fix broken mirrored animated textures on triangles.

TombIDE:
  • Fixed critical exceptions and crashes.
  • Improved autocomplete.

SoundTool:
  • Fix deleting multiple sound samples.
  • Add ability to copy-paste sound infos between different instances.

WadTool:
  • Draw actual skin in skeleton editor.
  • Allow precise editing of bone pivots in skeleton editor.
  • Allow editing bounding box for all selected frames at once.
  • Fix bounding box controls being unresponsive to keypresses.
  • Fix exception after pasting shorter animation into longer.
  • Fix exception when selecting empty sprite sequence.

General:
  • Turning off "Vertex color light" import setting now really affects import result.

Download: installer, portable ZIP.
Lwmte is offline   Reply With Quote
Old 08-06-20, 17:39   #7
Lwmte
Member
 
Lwmte's Avatar
 
Joined: Aug 2010
Posts: 1,810
Default

Version 1.3.3 is now released!

List of changes:

Tomb Editor:
  • Added imported geometry browser (toggle it in "Window" menu).
  • Implement fast preview compile mode (new button in the toolbar, reset toolbar to defaults to see).
  • Autosave window layout on closing editor.
  • Update list of hardcoded sounds for TR3.
  • Don't draw transparency in item browser preview.
  • Focus on tool window while picking texture or object.
  • Warn user about oversized samples.
  • Ask for confirmation before deleting multiple triggers.
  • Remove stray triangle on ceiling after converting diagonal wall to full wall.
  • Add missing antitrigger type for TR2.
  • Fix persistent issues with auto-reloading resources.
  • Fix ExtraNG string index in trigger window.
  • Fix incorrect texel alignment in TR4-5 levels with padding set to 0.
  • Fix Metasequoia room exporter.
  • Fix corrupted faces in the corner of the exported room mesh.
  • Fix selected texture not being dereferenced when "Remove all textures" command is used.
  • Fix prj2 drag-n-drop into main window.
  • Fix drag-n-drop from recent files in Windows 10.
  • Fix floating toolbox getting out of reach on low-res mode switch.

TombIDE:
  • Added direct plugin uninstalling.
  • Fixed several plugin issues.

WadTool:
  • Fix static mesh properties not updated after mesh import.
  • Fix exception after deleting root bone in skeleton editor.
  • Fix potential issues with meshes with inconsistent vertex color count.

SoundTool:
  • Fix exception when last sound was deleted.

Download: installer, portable ZIP.
Lwmte is offline   Reply With Quote
Old 16-06-20, 14:36   #8
Lwmte
Member
 
Lwmte's Avatar
 
Joined: Aug 2010
Posts: 1,810
Default

Version 1.3.4 is now released!

List of changes:

Tomb Editor:
  • Implement negative timer.
  • Implement TRNG timerfield trigger target type.
  • Fix sinks in TR2.
  • Update TR2 sound names.
  • Don't jump to flipped rooms in fly mode.
  • Clamp window positions to maximum if resolution was changed.

Download: installer, portable ZIP, lightweight 1.3.3 to 1.3.4 patch (drop-in zip contents to your 1.3.3 folder, overwrite all).
Lwmte is offline   Reply With Quote
Old 16-07-20, 02:04   #9
Lwmte
Member
 
Lwmte's Avatar
 
Joined: Aug 2010
Posts: 1,810
Default

Version 1.3.5 is now released!

List of changes:

Tomb Editor:
  • Fix MQO importer to accept spaces in texture paths.
  • Fix possible issues with seamless texturing.
  • Fix texture coordinates in TR2-3.
  • Fix texture sounds window picking up wrong texture set if texture from other set is selected.
  • Fix imported geometry light flag being overwritten by static light flag.
  • Allow selecting ghost blocks embedded into walls.
  • Add warnings for box/overlap limits.
  • Prevent loading MAIN.SFX as sound catalog.

TombIDE:
  • Assign sound sample path correctly for levels generated with TombIDE.
  • Fix exceptions while using F1 key outside of section blocks.

WadTool:
  • Allow selecting numerical slot ID when copying object to another slot.
  • Load TR level files with animcommands corrupted by FexMerger properly.
  • Show meshswaps properly for different Lara animation objects.


Download: installer, portable ZIP, lightweight 1.3.4 to 1.3.5 patch (drop-in zip contents to your 1.3.4 folder, overwrite all).
Lwmte is offline   Reply With Quote
Old 05-09-20, 21:51   #10
Lwmte
Member
 
Lwmte's Avatar
 
Joined: Aug 2010
Posts: 1,810
Default

Version 1.3.6 is now released!

List of changes:

Tomb Editor:
  • Added TR1 support.
  • Added room sprites support for TR1-2.
  • Added fog bulb support for TR5.
  • Added 8-bit texture support for TR2-3.
  • Added move timer customization for TR1-2 cameras.
  • Added ability to copy and paste triggers.
  • Added "Export as animcommand" button to trigger window.
  • Added ability to delete objects from search window.
  • Added ability to delete multiple objects at once from object list.
  • Added "Find & replace object" context menu.
  • An option to apply chosen room properties to all selected rooms.
  • Level settings option to safely increase a limit of 255 rooms per level.
  • Allow undo for room ambient light changes.
  • Draw service objects as 2D icons by default.
  • Point to specific trigger area when "Find where is triggered" context menu was engaged.
  • Always resample sounds to proper format.
  • Store last selected room in project file.
  • Store last used tool and texture remap window properties in config file.
  • Define version-specific game limits in TrCatalog.xml.
  • Sort triggers in the same order as in final level file in trigger list.
  • Highlight "special" trigger which is used to setup parameters in trigger list.
  • Better trigger sorting to avoid issues with specific trigger setups.
  • Show warning if orphaned switch/key triggers were found in level.
  • Optimize level compilation speed.
  • Fix UVRotate textures on triangles.
  • Fix incorrect pathfinding generation for TR2-3 which caused crashes and weird NPC behaviour.
  • Fix incorrect animation transitions in TR2-3.
  • Fix light radius calculation in TR2-3.
  • Fix drag-n-drop in find & replace objects dialog.
  • Fix incorrect TR1-3 item names in find & replace objects dialog.
  • Fix incorrect rendering of last imported geometry in a room.
  • Fix infinite loop while compiling pathfinding data for incorrect portal setups.
  • Fix several issues with auto-reloading textures for imported geometry.
  • Fix multiple exceptions when prj import with missing resources is aborted.
  • Fix exception when Lara skin mesh count doesn't correspond to Lara mesh count.
  • Fix epic memory leak which caused abnormally high CPU usage and aburpt crashes over time.

WadTool:
  • Add recent wads list.
  • Add animation fixer menu entry in animation editor.
  • Add alignment controls in sprite editor (for TR1-3 room and UI sprites).

General:
  • Allow loading legacy wads without .swd and .was files.
  • Fix distorted texturing on TR1-3 models.

NOTE: This update is critical, because it addresses serious memory leak that could have caused Tomb Editor to randomly crash after several hours of building.


Download: installer, portable ZIP, lightweight 1.3.5 to 1.3.6 patch (drop-in zip contents to your 1.3.5 folder, overwrite all).
Lwmte is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT. The time now is 13:30.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Tomb Raider Forums is not owned or operated by CDE Entertainment Ltd.
Lara Croft and Tomb Raider are trademarks of CDE Entertainment Ltd.