KingRaymond795 Posted January 8, 2015 Report Share Posted January 8, 2015 Hi All, Does anyone have a full list of settings for this file? For example: EPOCH_VehicleSlotsLimit = 50; //Max Vehicles spawned on map - so does this mean MAX vehicles in TOTAL or max server side spawns on restart - so if there are 50 random vehicles, someone pics one up, now there are 49. Server restarts - now there are 50 again? Link to comment Share on other sites More sharing options...
nedfox Posted January 8, 2015 Report Share Posted January 8, 2015 AFAIK that's the total amount of vehicles on map PLUS traders. Link to comment Share on other sites More sharing options...
KingRaymond795 Posted January 8, 2015 Author Report Share Posted January 8, 2015 Yeah, I figured that, but I by mistake changed that figure to 1000 - found out what it does, then changed it back to 50. Now, there are approx 500 vehicles on my server, myself and the other admins went across deleting all the vehicles, restarted the server and POOF!!! all back. Any ideas? Link to comment Share on other sites More sharing options...
KingRaymond795 Posted March 18, 2015 Author Report Share Posted March 18, 2015 Yeah, I figured that, but I by mistake changed that figure to 1000 - found out what it does, then changed it back to 50. Now, there are approx 500 vehicles on my server, myself and the other admins went across deleting all the vehicles, restarted the server and POOF!!! all back. Any ideas? bump Link to comment Share on other sites More sharing options...
SpiRe Posted March 18, 2015 Report Share Posted March 18, 2015 Either you have old config or i dont know Link to comment Share on other sites More sharing options...
Dwarfer Posted March 18, 2015 Report Share Posted March 18, 2015 did you make the changes to the file "when" the sever was shutdown.. so you din't have a locked file ? Link to comment Share on other sites More sharing options...
KingRaymond795 Posted March 18, 2015 Author Report Share Posted March 18, 2015 Yeah, obviously, you are unable to save any changes while files are in use. ;) Link to comment Share on other sites More sharing options...
Dwarfer Posted March 18, 2015 Report Share Posted March 18, 2015 sometimes you have to ask the obvious questions :-). So if you check in REDIS DB do the veichles exits in the Vehicle:IntstanceID:ID ? Check to see if you have 500 ID's in it. ZENITHOVMAN 1 Link to comment Share on other sites More sharing options...
cyncrwler Posted March 18, 2015 Report Share Posted March 18, 2015 The epochconfig.hpp doesn't have a EPOCH_VehicleSlotsLimit = 50 The amount of vehicles spawned is in direct correlation to what is in the allowedVehiclesList Like so // vehicles - Max vehicle slots is calculated from per vehicle limits below. Warning! Higher the number lower the performance. vehicleLockTime = 3600; // Controls how many seconds it takes to allow another person/group to unlock vehicle. allowedVehiclesList[] = { {"C_Offroad_01_EPOCH",6}, {"C_Quadbike_01_EPOCH",7}, {"C_Hatchback_01_EPOCH",6}, {"C_Hatchback_02_EPOCH",6}, {"C_SUV_01_EPOCH",6}, {"C_Van_01_box_EPOCH",6}, {"C_Van_01_transport_EPOCH",6}, {"C_Rubberboat_EPOCH",1}, {"C_Rubberboat_02_EPOCH",1}, {"C_Rubberboat_03_EPOCH",1}, Link to comment Share on other sites More sharing options...
KingRaymond795 Posted March 19, 2015 Author Report Share Posted March 19, 2015 The epochconfig.hpp doesn't have a EPOCH_VehicleSlotsLimit = 50 The amount of vehicles spawned is in direct correlation to what is in the allowedVehiclesList Like so // vehicles - Max vehicle slots is calculated from per vehicle limits below. Warning! Higher the number lower the performance. vehicleLockTime = 3600; // Controls how many seconds it takes to allow another person/group to unlock vehicle. allowedVehiclesList[] = { {"C_Offroad_01_EPOCH",6}, {"C_Quadbike_01_EPOCH",7}, {"C_Hatchback_01_EPOCH",6}, {"C_Hatchback_02_EPOCH",6}, {"C_SUV_01_EPOCH",6}, {"C_Van_01_box_EPOCH",6}, {"C_Van_01_transport_EPOCH",6}, {"C_Rubberboat_EPOCH",1}, {"C_Rubberboat_02_EPOCH",1}, {"C_Rubberboat_03_EPOCH",1}, You sir... are a genius :) So now, before I make these changes, if I set these, is it for how many of these vehicles are allowed on the map or how many spawn. e.g. , in A2Epoch, the vehicles had an ID of "0" until someone got in, then it got an ID of "xxxx". The last thing I want to do is lessen the amount of vehicles and people lose what they have found. Link to comment Share on other sites More sharing options...
KingRaymond795 Posted March 19, 2015 Author Report Share Posted March 19, 2015 sometimes you have to ask the obvious questions :-). So if you check in REDIS DB do the veichles exits in the Vehicle:IntstanceID:ID ? Check to see if you have 500 ID's in it. I damn well had close to that, ~480 Link to comment Share on other sites More sharing options...
cyncrwler Posted March 19, 2015 Report Share Posted March 19, 2015 It is my understanding after implementing various changes to the amounts of each type of vehicle, that this is the total server count. This includes ALL vehicles allowed. Link to comment Share on other sites More sharing options...
SgtSparraGump Posted March 20, 2015 Report Share Posted March 20, 2015 Is there a way to set it so you can allow say 8 of one type but only 4 will spawn on the map? It is my understanding after implementing various changes to the amounts of each type of vehicle, that this is the total server count. This includes ALL vehicles allowed. KingRaymond795 1 Link to comment Share on other sites More sharing options...
BenR Posted March 20, 2015 Report Share Posted March 20, 2015 The vehicle limit is only taken into consideration when the server spawns vehicles on restart, if you have existing vehicles on the map it shouldn't delete them, just check how many there are and spawn some if needed Link to comment Share on other sites More sharing options...
1Man Posted March 20, 2015 Report Share Posted March 20, 2015 I have also noticed it does not spawn all of them just in groups so after a few restarts they are all in there which I really like. Link to comment Share on other sites More sharing options...
prue420 Posted April 7, 2015 Report Share Posted April 7, 2015 How would i go about giving people vehicles for prizes. Right now we have events and you can when special vehicles that you cant get on the server only for winning but now when i spawn in vehicles the disappear after restart how would i be able to give people these vehicles but not have them spawning everywhere? Link to comment Share on other sites More sharing options...
1Man Posted April 7, 2015 Report Share Posted April 7, 2015 Have that certain group spawn in thru epochconfig and as admin move them to a secure location and TP to get the vehicle when you are awarding it. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now