Reminder: Internet Explorer 6 or below are NOT supported.





There are currently 26 users playing Freelancer on
42 servers. | January. 28, 2021 |
The Starport Forum Index
>
The Shipyard
>
Speciality Modding
>
FLHook Development
>
@Adoxa, ammolimit
Browsing this Thread:
1 Anonymous Users
@Adoxa, ammolimit |
||||
---|---|---|---|---|
![]() Joined:
2009/7/21 20:08 Group:
Registered Users FLServer Admins Trusted Speciality Developers
Posts:
33
![]() |
Hey there,
Recently I've merged your ammolimit code into disco's client hook with the intention of allowing variable ammo limits depending on launcher count. I've actually worked on the server aspect of it first and it's working as expected. Serverside I can use HkEnumCargo to get a list of the player's equipment at any time but as expected that feature does not exist clientside. While clientside there is CShip* cship = GetCShip(); and then I can traverse the equip manager... well that only works if the player is in space. I'm looking for a way to access the player's equipment/cargo while docked, any idea? Thanks!
Posted on: 2015/12/29 20:32
|
|||
Alley, DiscoveryGC Developer | ||||
|
Re: @Adoxa, ammolimit |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1959
![]() |
It looks like you can access a copy of the
EquipDescList at 672960 (the actual list, not a pointer).
Posted on: 2015/12/30 6:32
|
|||
|