Page 1 of 1

Some programs:

Posted: Thu Feb 11, 2016 10:17 am
by Stern
Quick overview of some programs that i have made (or changed).


*HD2KeyChanger.
It allows to change CDkey that is mostly needed to access public servers, because some or most of players are using downloaded versions of the game and may have same CDkey.
This program requires no key-generator because of 100 pre-stored keys, but its also possible to enter key manually.


*HD2mc (first named to MaplistCorrector)
This program can be used to add item descriptions behind item lines. (Ideal for server Admin to manage equipment.)
Example:
Input "item" line:
<ITEM item_id="10" item_num="1" ammo_num="10"/>
Output line:
<ITEM item_id="10" item_num="1" ammo_num="10"/> M1 Garand

Later added descriptions also for objectives.

Input "objective" line:
<OBJECTIVE allied_text="15501" axis_text="15501" value="03"/>
Output line:
<OBJECTIVE allied_text="15501" axis_text="15501" value="03"/> - Assemble at the planned location.


*Changed version of well-known Servermanager 2.9 (client).
Removed text box "Send commands to all running servers" and Send button.
Also removed button "Reboot server now"
None of these functions work, even if they are enabled, i guess there is no complete code behind them.
Re-sized text area for "Forced messages" and moved banlist buttons to create more space.
Message interval can be set up to 900 (original is 300).
!If server is managed by multiple admins and the message interval is set more than 300s then all admins must use same version because old version will set the interval back to 300.


https://onedrive.live.com/redir?resid=4 ... lder%2crar

Re: Some programs:

Posted: Thu Feb 11, 2016 2:40 pm
by -ViTaMiHnM203-
:roll:

Re: Some programs:

Posted: Fri Nov 11, 2016 3:34 pm
by Stern
New modding tool:

HD2afsvc:

It can import Objects and Definitions to Actors.bin and makes all block size corrections.
DCED can not do it with Definitions section and that is why some "rubbish" keeps appearing at the end of Def. section.

afsvc.jpg
afsvc.jpg (42.05 KiB) Viewed 16357 times
https://1drv.ms/u/s!Aj4b71jV4JhLgmocwc8VQ5dI4p8z

Re: Some programs:

Posted: Mon Jan 01, 2018 10:33 am
by Stern
PPD - Player Position Display (Re-write of one older program CPD)

PPD can display Player's position coordinates, in the game.
Its useful in modding, to find X,Y,Z position in-game.
*First version displayed the camera X,Y,Z, because the memory addresses are fixed, but the camera position does'nt give accurate Height.

Its more complicated with changing memory locations.
It has to be done with BaseAddress+offsets, to read out data.

Read Readme.txt for more information.

https://1drv.ms/u/s!Aj4b71jV4JhLgwP1RQ5xIoHRYoAn

Re: Some programs:

Posted: Wed Apr 04, 2018 6:48 pm
by Stern
Some time ago I developed a way to teleport to any place in any mission.
This program isnt quite ready yet, some flaws has to be removed, but its working, even in online servers, I joined a server for testing and started Libya2 from the end :)
Also I know how to manipulate view camera, something like noclip, and walking in the air is possible.

This all smells like cheating, so its maybe meant to be admin use only, with no public release.
HD2Tele.jpg
HD2Tele.jpg (25.07 KiB) Viewed 15025 times