Battlefield LexiconAll.dat MultiLanguage Tool

10
Aug
0

INSTRUCTIONS:

- Drag and drop a LexiconAll.dat file onto lexTxt.exe to convert it to a unicode .txt file.

- Edit the .txt file with Wordpad (comes with windows and supports display of all characters used in the lexicon)
 Wordpad is also much faster at Find/Replace than Notepad

- Drag and drop the edited unicode .txt file onto LEXTXT.exe to convert it to a LexiconAll.dat

- Place the newly created LexiconAll.dat at a Mod’s root directory (same folder as init.con of the mod)

Half-Life 2 Source Server Query Tool

2
Jul
0

This is a tool to query a Valve Source server via UDP (User Datagram Protocol). It will return all of the information provided by the Source server in response to the A2S_INFO query.

The tool is missing some features such as robust input checking and a receive timeout. If you enter a malformed IP or port it is liable to throw an exception.

The Visual Basic.Net source is located in the included source folder with the associated Visual Studio .Net 2003 support files. Simply double-click on the project file and it will open in Visual Studio.

This tool is provided as a courtesy to the community. It is intended as a starting point for other .Net based projects looking to query the Source engine. The executable and source are provided as-is with no warranty either expicit or implied. I cannot support this application.

I hope you find it useful and educational.

by Technocrat

HL2 DS Update Tool

2
Jul
0

Use: hldsupdatetool -command <command> [parameters] [flags]

Commands:

 update: Install or update HLDS
   parameters:
      -game <game>            -   Mod name: cstrike, tfc, dod, dmc, valve, czero, or ricochet
      -dir <installdir>       -   HLDS Install dir
      (if dir not specified, will use value from last run of tool)
   optional parameters: (only needed to access limited content)
      -username <username>    -   Steam account username
      -password <password>    -   Steam account password
   flags:
      -verify_all             -   Verify all HLDS files are up to date
      -retry                  -   Automatically retry every 30 seconds if the Steam Network is busy
      -remember_password      -   Remember password (if a username is supplied)

   For example: hldsupdatetool -command update -game cstrike -dir c:\hlds

 version: View installed versions
 list: View available games
   optional parameters: (only needed to access limited content)
      -username <username>    -   Steam account username
      -password <password>    -   Steam account password

Tagged as: , , ,