What's new in TDM 1.03: Difference between revisions
From The DarkMod Wiki
Jump to navigationJump to search
update |
|||
Line 8: | Line 8: | ||
* [http://bugs.angua.at/view.php?id=1254 #1254]: Cannot see objectives or why failed after mission end (GUI) | * [http://bugs.angua.at/view.php?id=1254 #1254]: Cannot see objectives or why failed after mission end (GUI) | ||
* [http://bugs.angua.at/view.php?id=1851 #1851]: Bug when "using" AI with "shoulderable" set to "0". (Coding) | * [http://bugs.angua.at/view.php?id=1851 #1851]: Bug when "using" AI with "shoulderable" set to "0". (Coding) | ||
* [http://bugs.angua.at/view.php?id=1960 #1960]: No error message when failing to install FM package (GUI) | |||
* [http://bugs.angua.at/view.php?id=2210 #2210]: Savegame trying to restore Doom3 objectiveSystem (Saving/Loading) | * [http://bugs.angua.at/view.php?id=2210 #2210]: Savegame trying to restore Doom3 objectiveSystem (Saving/Loading) | ||
* [http://bugs.angua.at/view.php?id=2218 #2218]: "idle_animations_torso" causes crash (Coding) | * [http://bugs.angua.at/view.php?id=2218 #2218]: "idle_animations_torso" causes crash (Coding) | ||
Line 65: | Line 66: | ||
* The "Actions/Inventory" menu has been split into "Actions" and "Inventory" (Tels). This makes room for: | * The "Actions/Inventory" menu has been split into "Actions" and "Inventory" (Tels). This makes room for: | ||
** It is now possible to bind keys for "Spyglass" and "Cycle Readables" from the menu (Tels) | ** It is now possible to bind keys for "Spyglass" and "Cycle Readables" from the menu (Tels) | ||
* The menu now supports three ambient methods: | |||
** '''Normal''' (uses interaction shader to calculate ambient), | |||
** '''Fast''' (JC's enhanced texture based ambient), | |||
** '''Fastest''' (our original texture based ambient) | |||
== Sounds == | == Sounds == | ||
Line 76: | Line 80: | ||
* grass skins can now be used on all bush models, turning them into grass or plants with long leaves. | * grass skins can now be used on all bush models, turning them into grass or plants with long leaves. | ||
* It is possible to set a list of skins, from which one will be choosen '''randomly''' at entity spawn time, see: [[random_skin]] | * It is possible to set a list of skins, from which one will be choosen '''randomly''' at entity spawn time, see: [[random_skin]] | ||
* decal textures for fast, good looking skyboxes (Sotha) | |||
Line 89: | Line 94: | ||
* new carrot stub/turnip stub (Baddcog) and moveables/eaten versions based on them | * new carrot stub/turnip stub (Baddcog) and moveables/eaten versions based on them | ||
* new Aphrodite statue (Arcturus) | * new Aphrodite statue (Arcturus) | ||
* a few new [[LOD]] models, which are considerable simpler (and thus render faster) than their originals | |||
|[[Image:Eaten.jpg|200px|Eaten carrot and turnip]] [[Image:Ingame side by side.jpg|200px|Left: LOD, Right: Original]] |[[Image:Lily_after_colorcorrect.png|200px|Left: LOD, Right: Original]] | |||
|[[Image:Eaten.jpg|200px|Eaten carrot and turnip]] | |||
{{whatsnew}} | {{whatsnew}} |
Revision as of 12:31, 25 September 2010
See also the changelog on our bugtracker page: Changelog.
Release Date
Version 1.03 of The Dark Mod has not yet been released.
Changes / Features / Issues fixed
- #1254: Cannot see objectives or why failed after mission end (GUI)
- #1851: Bug when "using" AI with "shoulderable" set to "0". (Coding)
- #1960: No error message when failing to install FM package (GUI)
- #2210: Savegame trying to restore Doom3 objectiveSystem (Saving/Loading)
- #2218: "idle_animations_torso" causes crash (Coding)
- #2225: path_anim won't work without an "angle" property (Coding)
- #2229: Conversations only playing once (Coding)
- #2234: Weapon scrolling broken (Coding)
- #2236: atdm:ai_townsfolk_commoner_armed def vocal set typo (Def / Setup)
- #2237: Need generic text guis for signs etc (Feature proposal)
- #2241: gameLocal.m_StimTimer is not cleared between maps (Coding)
- #2242: Stim/Response Code Cleanup (Coding)
- #2243: Crash in func_shooter entity when def_projectile is wrong (Coding)
- #2244: Invalid tokens in ASE files (errors in NAHT) (Script/Def)
- #2255: New Mission menu GUI improvements. (GUI)
- #2258: Climbing chains sounds like rope (Coding)
- #2260: Easier override option for main menu music (GUI)
- #2261: in 16:9 aspect resolutions, 1280x720 and 1366x768 are reversed (GUI)
- #2262: Restart Game button for settings menu (GUI)
- #2265: Console commands to mark missions as played/completed (Coding)
- #2268: No need to extract startingmap.txt file from mission PK4 (Coding)
- #2269: Response Effect Knockout not working (Script/Def)
- #2280: Mission version check is bound to fail on next major version (GUI)
- #2281: No physics for dropped pickpocketed objects (Physics)
- #2287: no_random_headturning Not Working (Animation)
- #2308: Mission Download Manager (Coding)
- #2309: Support for replace_anim_* spawnargs directly on AI (Coding)
- #2324: Water should decrease visibility: add Lightgem modifier (Coding)
- #2342: idRotator reverses direction each time it is triggered (Coding)
- #2343: Split Action/Inventoy menu and add keybinds for Spyglass/Cycle Readables (GUI)
- #2344: Elevator button double firing (Def / Setup)
AI
- Spiders have been significantly upgraded: all-new animations (including death animation), new spider types, new behaviour (ceiling hang) and quieter footsteps
- Three new female characters: noblewoman, wench, and rogue. http://modetwo.net/darkmod/index.php?/topic/11535-new-female-characters/
- New animations for female characters
- lowered volume of zombie foot-drag (again)
- Implemented run animation for characters with weapons (so they don't stab their head while running)
- new "Werebeast" monster added
GUI
- There is a "Restart game" button now in the "Settings menu" (Greebo)
- The "New mission" menu has been greatly improved and has new features like tracking which mission(s) you played before, how long it took etc. (Greebo)
- Build-in version check, so TDM can tell you when an update is available. (Greebo)
- The "Actions/Inventory" menu has been split into "Actions" and "Inventory" (Tels). This makes room for:
- It is now possible to bind keys for "Spyglass" and "Cycle Readables" from the menu (Tels)
- The menu now supports three ambient methods:
- Normal (uses interaction shader to calculate ambient),
- Fast (JC's enhanced texture based ambient),
- Fastest (our original texture based ambient)
Sounds
- added a new Builder vocal set -- the Strong Builder (Mortem Desino)
Textures/Skins
- a new yellow skin for the lily model has been added (Tels)
- yellow and brown skins for our grass, as well as a dense and a colored variant of these has been added (Tels)
- grass skins can now be used on all bush models, turning them into grass or plants with long leaves.
- It is possible to set a list of skins, from which one will be choosen randomly at entity spawn time, see: random_skin
- decal textures for fast, good looking skyboxes (Sotha)
![]() |
![]() |
Models
- new carrot stub/turnip stub (Baddcog) and moveables/eaten versions based on them
- new Aphrodite statue (Arcturus)
- a few new LOD models, which are considerable simpler (and thus render faster) than their originals
See also
- What's new in TDM 2.12 (Older releases: What's new in TDM 2.11, What's new in TDM 2.10, What's new in TDM 2.09, v2.08, v2.07, v2.06, v2.05, v2.04, v2.03, v2.02, v2.01, v2.00, v1.08, v1.07, v1.06, v1.05, v1.04, v1.03, v1.02, v1.01)
- Download TDM