SHLT-README.TXT 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. Super Half-Life Tools 3.9
  2. An update to Zoner's Half-Life Tools 3.4.
  3. Credits:
  4. * amckern:
  5. o Support for 64 bit systems.
  6. * Protector:
  7. o Developed a new special entity to safe resources with.
  8. * Silencer:
  9. o Hunt down bugs, improve readability of the console output, increase and test raised limits.
  10. * The great predecessors Valve, Merl, XP-Cagey and Zoner:
  11. o They still did most of the job after all.
  12. * vluzacn:
  13. o Major, important bugfixes.
  14. Changelog:
  15. * 3.9:
  16. o Fixed sky texture in zhlt.wad.
  17. o Fixed major bug that caused holes and invisible walls in collision hulls. (vluzacn)
  18. o Fixed bug that caused multiple brushes in a func_water to be processed incorrectly. (vluzacn)
  19. o Phlt_copy_brush in shlt.fgd now has Bit-numbers labelled on its spawnflags.
  20. * 3.8:
  21. o Obsolete light entities (no targetname) are now automatically removed at the end of hlrad.exe.
  22. + This feature can be disabled with the parameter "-nolightremove".
  23. o Fixed an issue where the keys "phlt_cpm_target" and "phlt_cpm_class" would not be removed from the phlt_copy_brush entity at the end of the compilation.
  24. o Minor syntax improvements on the shlt.fgd.
  25. * 3.7:
  26. o Retrieved speed of VIS by removing frequent passing down of an info string to hlassume().
  27. o Added new parameter "-noconcolors" to disable colored console output.
  28. o Added a new small entity shlt_entity_wildcard, which does nothing more than emit a trigger_auto and info_targets to be killtargeted after a map has loaded to enforce server operators to make use of the num_edicts HLDS parameter. This should be used on high fidelity maps to ensure there are enough edicts to use up while the map flow progresses.
  29. o Added ripent.exe.
  30. o Including updated shlt.fgd.
  31. o Download now only as a complete pack with all binaries and sourcecode.
  32. o Removed SSE1-build because it was just slower than the others.
  33. o Internal: Added functions MarkEntityAsRedundant(), AddEntity(), RemoveKeyValue(), BoolForKey() and strins() for use for the new but still unfinished shlt_countdown entity.
  34. * 3.6:
  35. o Fixed a logging syntax error.
  36. o Fixed bad compilation parameter for the 32 bit compile.
  37. o Fixed version indication.
  38. o Included zhlt.wad to all *.zip-files.
  39. o Attaching an *.fgd-file for the new entity.
  40. * 3.5:
  41. o Console output easier to read.
  42. o Colored console output for warning and error messages.
  43. o More information on common error messages.
  44. o Increased several mapping limitations. Among these:
  45. + Limit for leafs is now 4 times as big. The engine does not appear to moan about this.
  46. + Increased entity-, engine entity-, entity datastring-, entity key- and entity value-limit to more than you will ever need.
  47. + Increased default maximum texture- and lighting-data-limit to 32 MB.
  48. + Increased arbitrary limits.
  49. o Made a special compilation for x64-machines. Note that the tools are mainly designed for x64. There are x86 tools, but the code they are based on partly uses x64-optimized code. The 32-bit tools will work on 32-bit machines nonetheless.
  50. o Added a new point entity, phlt_copy_brush, which allows to change its classname to any you want upon map compilation, e.g. func_wall, and then take the model/appearance of an existing unique brush entity by targetname. With this, you can, for example, make many clones of some prefab you are using a lot, without furtherly approaching map limits. Any additional keyvalues added with SmartEdit disabled will be kept, allowing for perfect copies which are indistinguishable from the original in appearance and function. It is adviced, that the entity which's appearance you are copying over possesses an origin brush. If you want to rotate the copy, have the new classname be func_rotating. Func_walls are blind for angles. Furthermore, note that some entities will cause massive errors when having an origin brush, e.g. func_water. For such cases, look at the offset of the original entity to where the copy is supposed to be, and offset the phlt_copy_brush entity that much from the origin of the coordinate system (0, 0, 0). Also, note that the copies will look exactly as the original, including its lighting and decals placed on it, no matter whether from map start or while the map is running (bullet holes, sprays, blood, etc.), and that the copies cannot emit texturelights.
  51. o Internal: Added the possibility to append an information-string to the hlassume method. (If you have no interest in the source code, you can ignore this change. You will see nothing of it. It only exists to enhance some console outputs easier in the code.)
  52. Frequently asked questions (FAQ):
  53. * Q: Which version of the tools should I use?
  54. o A: Try using the 64 Bit version at first. If you receive an error when trying to run it, try using the 32 Bit version without SSE. For final compiles, use 32 Bit SSE2, no matter whether you are on a 64 Bit or a 32 Bit system, because SSE2 is more precise when compiling, thus can prevent strange errors from occuring, but also slower. SSE1 is actually slower without any visible advantages to the other tools, and thus pretty useless. If you want to know what all that 64/32 Bit and SSE stuff is about, use the internet to inform yourself, but be aware that as explanations go into detail you'll probably hardly understand what's going on.
  55. * Q: Why are these tools notably bigger than the old ones?
  56. o A: That is because of some code optimization done by the compiler. Bigger code, but faster code.
  57. * Q: Can I still run these through VHE?
  58. o A: Not tested, but should work. Learn how to use batch files if it does not work. If it does work, learn how to use batch files anyway. They are much easier to use and allow for the -estimate parameter on the tools.
  59. * Q: Why do all tools reject to run?
  60. o A: Make sure you have the latest .NET framework and Microsoft Visual Studio Redistributable Package 2008 (32 Bit, 64 Bit) installed.
  61. * Q: Why is there only one version of the tools for 64 bit systems?
  62. o A: SSE exists for 32 Bit CPUs only. Therefore, making x64 tools with SSE is not even possible. All 64 bit processors possess the SSE2 architecture for common usage and to run 32 Bit programs which use it, though.
  63. * Q: Will more updates on this come?
  64. o A: If there is a need, there is a will. Just let me know in this thread if there is something you think should be changed/added/looked into.
  65. * Q: Why "Super"?
  66. o A: The traditional Half-Life Tool convention shows that whenever the tools development changed its developer, the new developer puts his name in the tools' title. That probably was okay, since back then huge changes were applied. But now, that we are only doing small changes, and multiple people are applying these, we don't want the title to include one specific name anymore, so I just prepended "Super", to indicate they are ahead of the old ones.
  67. For command reference, you can still visit the original website of ZHLT, zhlt.info.