Search found 101 matches

by Stern
Tue Oct 17, 2017 10:19 am
Forum: H&D2 Modding
Topic: Libya1(Prison Break)
Replies: 2
Views: 11909

Libya1(Prison Break)

I seem to forget this forum... no_02 angry01 Here is a modded Libya1 coop mission. https://1drv.ms/u/s!Aj4b71jV4JhLgwFD8eM-gTp-WGYx Objectives are selected randomly. Random spawn of most enemy + reinforcement. Most enemy have movements and animations (looks more realistic). Enemy have some equipment...
by Stern
Tue Sep 19, 2017 8:32 am
Forum: Technical Support / Bugs
Topic: Multiplayer Access To Games
Replies: 41
Views: 69135

Re: Multiplayer Access To Games

This is helpful topic... Has anyone some idea how to read out info from response to info request, sent to servers main port. Its the "Game Info" displayed in multiplayer in-game menu. Useful info might be: Difficulty, Lives, 3rd Person View and maybe something else also. From empty server (with no p...
by Stern
Mon Sep 04, 2017 6:52 am
Forum: Technical Support / Bugs
Topic: Game launches with console instead of the actual game.
Replies: 5
Views: 15628

Re: Game launches with console instead of the actual game.

I had similar problem one time after applying the 1.12 patch. exe files that are needed to start game were in the wrong place. Try to use search over your all hard drives and look for Hd2.exe or HD2_SabreSquadron.exe. If that does'nt help, try re-install and maybe to different location. And check if...
by Stern
Thu Mar 30, 2017 4:58 am
Forum: H&D2 Modding
Topic: Inventory Selection
Replies: 10
Views: 22210

Re: Inventory Selection

No there isn't any program to help with this file, its hardly never edited... and there is an other side to it, it could lead to easy cheating in public servers.
by Stern
Wed Mar 29, 2017 2:21 pm
Forum: General Discussion
Topic: Server query
Replies: 11
Views: 22301

Re: Server query

Here is this program, for what i needed this queryng info.
Read readme to know how to use it !


EDIT:
https://1drv.ms/u/s!Aj4b71jV4JhLgwIpQ58DiTOwgd1k
by Stern
Wed Mar 29, 2017 1:12 pm
Forum: H&D2 Modding
Topic: Inventory Selection
Replies: 10
Views: 22210

Re: Inventory Selection

This file holds all items data, weapon properties, all can be changed. Is it in the right place ? ("...game install dir"\Tables\items.sav). Its not loading edited properties or just game crashes ? What did you change there ? If you know the basics, you should succeed... :cool: Select right type and ...
by Stern
Wed Mar 29, 2017 10:07 am
Forum: General Discussion
Topic: Server query
Replies: 11
Views: 22301

Re: Server query

Here is a main part of the request code in Pascal.

https://1drv.ms/t/s!Aj4b71jV4JhLgnctBazR2FIySqks
by Stern
Wed Mar 29, 2017 8:05 am
Forum: H&D2 Modding
Topic: Inventory Selection
Replies: 10
Views: 22210

Re: Inventory Selection

Maybe then you can discover the way to add or delete equipment items and objectives, it would help to convert some other coop missions to singleplayer. In this file, there are also overall size value and some sub-block size values (also a campaign is a big sub-block), I deleted Objecytive and then m...
by Stern
Sun Mar 26, 2017 11:35 am
Forum: H&D2 Modding
Topic: Inventory Selection
Replies: 10
Views: 22210

Re: Inventory Selection

Maybe you can get some info if you compare original file and edited file: Here is Sicily2(Delivery2)SP, its a coop mission converted to singleplayer and it has edited equipment and objectives. https://drive.google.com/drive/folders/0B9_MKSPcFp3QOGc3UVhCSlg3ZFk or here: https://onedrive.live.com/?id=...
by Stern
Sat Mar 25, 2017 2:32 pm
Forum: H&D2 Modding
Topic: Inventory Selection
Replies: 10
Views: 22210

Re: Inventory Selection

You mean equipment, that can be selected before mission ? For multiplayer, there is a file: mpmaplist.txt, it stores all selectable items for missions. For singleplayer, its files: Gamedata00.gdt and Gamedata01.gdt, (00 is for HD2 and 01 is SabreSquadron) Unpack Others.dta, and from there folder Gam...
by Stern
Thu Mar 16, 2017 11:52 am
Forum: General Discussion
Topic: Server query
Replies: 11
Views: 22301

Re: Server query

Little update here:
I managed to figure out in what form it must be sent.

Obj.Pascal code:

Code: Select all

Sdata: array [0..9] of byte = ($FE,$FD,$00,$43,$4F,$52,$59,$FF,$FF,$FF);
...
UdpSocket1.SendBuf(Sdata,sizeof(Sdata));
This gets return data size about 250 (if server is empty).
by Stern
Thu Mar 16, 2017 5:58 am
Forum: Projects
Topic: The Bunker Hill - a H&D Deluxe mission add-on
Replies: 4
Views: 6350

Re: The Bunker Hill - a H&D Deluxe mission add-on

Are dta files made with RAR ?
They can be opened with Winrar...
I see that modding HD is maybe easier than HD2.
by Stern
Mon Mar 13, 2017 3:30 pm
Forum: General Discussion
Topic: Server query
Replies: 11
Views: 22301

Server query

Does anyone here knows what form of data this "query" request should be to be read correctly by server ?

http://int64.org/docs/gamestat-protocols/gamespy2.html
This is the request of info that has map name, rules, players and all that.
by Stern
Fri Mar 03, 2017 4:40 pm
Forum: General Discussion
Topic: File format Documentation
Replies: 6
Views: 18680

Re: File format Documentation

Any info that's available is basically discovered by modders, not published by the developers. That is why its not complete. I have done some programs for HD2 and had many more ideas that wasn't finished because lack of knowledge about file structure and also some confusion about mission script, I c...
by Stern
Tue Jan 10, 2017 4:10 pm
Forum: General Discussion
Topic: Music from H&D2 and SS
Replies: 3
Views: 7008

Re: Music from H&D2 and SS

Did you use .dta unpacker ?
From there you select sounds.dta and unpack it, some sound are added to expansion also so unpack it and search from there.