Jump to content
Sign in to follow this  
MadranLamont

Spon Money for arma 2 help

Recommended Posts

Ok, Befor you think that i am a total noob i know this is an arma mod, but i have got it working in arma2... kinda i have everything working but one thing. When ever i have more money than any item is worth the shop script stops working and you can no longer see how much money you have nor can you buy/sell anything. Any one got any ideas on what could be wrong? here is a link to Spon Core and Spon Money if any one wants to take a look at them and try to see what the issue could be (http://www.armaholic.com/page.php?id=2397)

(http://www.armaholic.com/page.php?id=2393) NOTE! you need CBA to get the SPON Core addon to work.

Share this post


Link to post
Share on other sites

Now if you could get the Spon_3DHolo map ... you would be a hero !

Unfortunately I'm not talented enough to help out further..... there will be those that ARE good at scripting however!

Share this post


Link to post
Share on other sites

Well i have the HoloMap working very well. its not hard to get working you just need CBA Spon Core and the Holomap addon. Here is what you have to do to get it working.

1. pick something small to use as the map projector (i used the ACE sandbag) name it holoMapMobileHQ

2. create the item you want to have as the map generator and name it mobileHQ1

3. put down a 3ed object called mobileHQPC and in its int wright

this setPos [(getPos this) select 0, (getPos this) select 1, ((getPos this) select 2) + 0.9] 

now save

4. make an init.sqf and inside place

["DEBUG_CLIENT_SERVER"] call compile preprocessFileLineNumbers "SPON\Core\initCore.sqf";

[] call compile preprocessFileLineNumbers "SPON\HoloMap\initHoloMap.sqf";

[holoMapMobileHQ, {mobileHQ1}, 1000, 1, west] call SPON_Holo_projector;

5.Make a stringtable.csv and inside put

LANGUAGE, "English"

#include "SPON\Core\stringtable.csv"

6.Make a description.ext and inside wright

#include "SPON\Core\ui\core.hpp"

7.copy the Spon Core and Spon Holomap script folder into you mission.

8.And that should be every thing, it should now work and you should see the area and all friendly units around your mobileHQ1. tell me if it works for you or if i left something out.

Edit: to also show enemy on the map as red dots add this to your init.sqf

// Infantry.
SPON_Holo_showInfantry = true; // Show infantry on map.
SPON_Holo_showEnemyInfantry = true; // Show enemy, as well as friendly infantry (ignored unless SPON_Holo_showInfantry is true)
SPON_Holo_showNonGroupLeadersInfantry = true; // Shows all infantry, not just group leaders (ignored unless SPON_Holo_showInfantry is true)

Edited by MadranLamont

Share this post


Link to post
Share on other sites

I have gone though every thing for SPON Money but i still can not seem to find what could be making the shop stop selling. Any one have a clue?

Share this post


Link to post
Share on other sites

Sorry mate, not that good at scripting. On a happier note I did get holomap to work.

Of course I tried to get SPON Map to work .... and no dice !

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×