Home » PLAYER'S HQ 1.13 » JA2 Complete Mods & Sequels » Vengeance 1.13 Reloaded » Any way to order guns without controlling Drassen?
Re: Any way to order guns without controlling Drassen?[message #354680 is a reply to message #354664] Mon, 03 September 2018 23:48 Go to previous messageGo to previous message
Flugente

 
Messages:3507
Registered:April 2009
Location: Germany
townltu wrote on Mon, 03 September 2018 02:10

Optionally, once the airport was taken a spy can always sneak in to loot the crate,
ensure he/she is not recognized due to carried stuff.

Nonsense. According to the code in PostalService.cpp

...
// Sector is enemy controlled or shipment sector does not exist (->ubMapX = 0, ubMapY = 0)  -> Clear the shipments
if( StrategicMap[ CALCULATE_STRATEGIC_INDEX( shs.pDestination->ubMapX, shs.pDestination->ubMapY ) ].fEnemyControlled )
{
	shs.ShipmentPackages.clear();
	shs.pDestination = NULL;
	shs.pDestinationDeliveryInfo = NULL;
	shs.ShipmentStatus = SHIPMENT_STATIONARY;
	_UsedShipmentIDList[usShipmentID] = FALSE;

	_Shipments.erase(sli);

	return TRUE;
}
...


shipments are erased if the sector items are shipped to is under enemy control. This is a waste of money.



I know now that it could never work between us, as much as we wanted to, it could never be! Not because you're a rabbit, but because you're black.

If you want, you can donate to me. This will not affect how and what I code, and I will not code specific features in return. I will be thankful though.

Report message to a moderator

Captain

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Do weapons disappear/weapon storage
Next Topic: Any tricks I'm missing?
Goto Forum:
  


Current Time: Wed Jan 08 11:06:47 GMT+2 2025

Total time taken to generate the page: 0.01194 seconds