EpochModTeam / Epoch

Epoch Survival Game Mode for ARMA 3
http://epochmod.com/
Other
92 stars 82 forks source link

Serialization warnings in RPT #938

Closed morgoth0 closed 7 years ago

morgoth0 commented 7 years ago

Wondering whether these warnings in the server RPT

10:48:29 Performance warning: SimpleSerialization::Write 'epoch_radioactivelocations' is using type of ',LOCATION' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types

are Epoch's issue related to the

radioactiveLocations[] = {"NameCityCapital", "NameCity", "Airport"}; // used for random radioactive locations and to suppress animal spawns within cities.

line in CfgEpochClient.hpp or whether it is specific to the map (Taviana) in use in the server in question?

ravmustang commented 7 years ago

This error was brought up in dev chat a few days ago. Yes this has to do with the new radiation system being done up as we chat here. We should have this one sorted out soon

and No it does not have to do with Taviana or any map at this time 😉

vbawol commented 7 years ago

These are from the radiation system, @raymix is reworking it so this may get solved. Also, it is just a warning, not an error.

vbawol commented 7 years ago

@ravmustang solved this 🥇