A3Armory / A3A_A3Wasteland.Malden

A3Wasteland is a survival sandbox mission for Arma 3 where two teams and independent players fight for survival. Built in collaboration between GoT, TPG, KoS, 404Games, and others.
http://a3wasteland.com
GNU Affero General Public License v3.0
3 stars 1 forks source link

createLegendMarkers.sqf not working on Malden #1

Closed codexGW closed 7 years ago

codexGW commented 7 years ago

createLegendMarkers.sqf isn't working for Malden. There's no map legend. No rpt errors either. I want to get this resolved before I put the server up today. Especially since I removed the wording for the markers for less clutter.

My guess is the map size isn't in the config file. https://github.com/A3Armory/A3A_A3Wasteland.Malden/blob/master/client/functions/createLegendMarkers.sqf#L27

@AgentRev If you get a bit of time, can you look at this real quick and offer any suggestions for a fix you think might work?

AgentRev commented 7 years ago

I don't have time, my rocket is launching tomorrow so I got lots of work, also my tablet got stolen in Albuquerque so I'm SOL. I can't remote to my home PC since a storm knocked out the power, turning it off.

codexGW commented 7 years ago

No worries man. Enjoy yourself. I'll look for a fix.

I was just reading up more about the Spaceport America Cup and watching some videos. Looks really interesting. I was hoping for a live launch stream. I'm guess you will be home on the 24th or 25th. Keep cool Agent, it must be SOOOOO fucking hot there.

AgentRev commented 7 years ago

I'll be back on the 27th. It is indeed hot, the wind is like a hair dryer, but you don't sweat since it evaporates instantly. I don't think it will be streamed, it's in the middle of nowhere, so no WiFi or cellular.

AgentRev commented 7 years ago

Ok so the legend fix is to use the worldSize command directly instead of reading it from CfgWorlds. The legend was hidden on the far right because the config value is too high.

codexGW commented 7 years ago

It works well. I tested it on Malden and Altis. Thanks Agent.