Jump to content

[Outdated] [Release] Single Currency & Banking 1.1


Recommended Posts

 

 

Can this be used on a NAPF server...if not will you be making one to thanks

I got it running nicely on my Dev NAPF Overpoch server..will have to tweak the Bank Locations and the Trader stuff, but yeah, works nicely.

Link to comment
Share on other sites

hmm have i done something wrong.. my singel currsensy system seem to work. but i cant interact with the atm computers.. any suggestions on what this can be?

FN_selfactions. Look if you added the entries there correctly.

Link to comment
Share on other sites

do you have a playerhud.sqf that has the bank and coins only??

 

just delete the lines you don't want to display. I've never used the asremix hud, but i think the main part should look something like this?

_vitals ctrlSetStructuredText parseText format ["
		<t size='0.9'> %1 </t><img size='0.8' align='right' image='addons\playerhud\icons\dollars.paa'/><br/>
		<t size='0.9'> %2 </t><img size='0.8' align='right' image='addons\playerhud\icons\equip_safe_CA.paa'/><br/>",
	AsReMixhud_headshots,
	Zupa_bank
	];
Link to comment
Share on other sites

Currently compiling a 3rd version of my custom hive that will have support for

 

- Zupa's Single Currency mod

- AxeCop's Multi Char mod

- Custom stream CHILD 999 support

 

Will update my release topic with some info's

 

I may implement this on my server after the next Epoch release, but I'm wondering if this custom dll is required. If it's not, what are the advantages of using it? I'm on a hosted server so I'm pretty sure they aren't open to letting me use a modified dll.

Link to comment
Share on other sites

are you able to access the folder that holds the dayz_server.pbo?

If so you should see a HiveExt.dll file, ifnot your hosts has blocked you from seeying dll files.

If you see it then you can try replacing it.

 

This dll is not yet used in Zupa's v1.1 release. What you can do is first install his mod and then apply the changes i made

with the files in my github. Bear in mind that the hive with axecop mutlichar mod and or added 999 child support arent tested yet

only the one with support for single currency only.

 

but to really answer your question, the advantages of this custom hive are that it nativly supports Zupa's single currency mod

AxeCop's multichar mod and it has the 999 calls or not depending on what branch of the custom hive you choose.

 

this way you avoid having to use the old epoch hive that doesnt have the calls that basemaintenance relies on.

You avoid having to use a secondary dll like arma2net or extdb wich only adds overhead to your server.

Link to comment
Share on other sites

I may implement this on my server after the next Epoch release, but I'm wondering if this custom dll is required. If it's not, what are the advantages of using it? I'm on a hosted server so I'm pretty sure they aren't open to letting me use a modified dll.

You will need it as it does the hive writes, with out this your banks or coins will not save.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Advertisement
×
×
  • Create New...