Jump to content
  • 0

[SOLVED] @AllInArmaTerrainPack Not loading for Chernarus epoch


Ree

Question

Greetings,
 
Last night we where getting stuck and Nailed it down to @AllInArmaTerrainPack
 
We have the Key the in Key folder and it should all load up but we keep getting this 
 
>RPT START<
=====================================================================
== C:\TCAFiles\Users\XXXXX\XXX\arma3server.exe
== "C:\TCAFiles\Users\XXXXX\XXXXX\arma3server.exe" -mod=@Epoch;@EpochHive;@AllInArmaTerrainPack; -config=servercfg\A3server.cfg -cfg=servercfg\Users\TCAGame\Arma3.cfg -profiles=servercfg -port=2378 -maxMem=4096 -noSound -nosplash server=server netlog=true XXXXX


Original output filename: Arma3Retail_Server
Exe timestamp: 2014/12/04 11:03:24
Current time: 2015/01/05 23:58:45


Type: Public
Branch: Stable
Version: 1.36.128579


Allocator: C:\TCAFiles\Users\XXXXX\XXXXX\dll\tbb4malloc_bi.dll
=====================================================================


23:58:45 ManagerConfig()
23:58:45 Cannot register unknown string STR_USRACT_BULD_LOCK_ABSOLUTE_ELEVATION
23:59:09 Warning Message: Addon 'AiA_BaseConfig_F' requires addon 'Models_DBE1'
>RPT END<
 
and it just stops right there 
 
These are a few things we tried.
 
1. Change the Mod Load order for @AllInArmaTerrainPack in the commandline
 
2. tested it with @AllInArmaTerrainPack removed on epoch.Altis.pbo and Mod Removed from commandline ("Worked") but we are using epoch.Chernarus.pbo for what we want.
 
3. Downloads and Uploaded 2 different fresh Copys AllInArmaTerrainPack
 
4. Updated to the Newest AllInArmaTerrainPack Release Today
 
All with the same outcome that same RPT
 
any help would be great =)
Link to comment
Share on other sites

Recommended Posts

  • 0
// EPOCH SERVER CONFIG


// GLOBAL SETTINGS
hostname         = "SERVER NAME";
password          = "";
passwordAdmin       = "XXXXXXX";
logFile             = "A3Master.log";
verifySignatures    = 2;
BattlEye            = 1;
requiredBuild = 128075;


// WHITELIST FILE TYPES
allowedLoadFileExtensions[] = {:};
allowedPreprocessFileExtensions[] = {"sqf"};
allowedHTMLLoadExtensions[] = {:};


// WELCOME MESSAGE ("message of the day")
// It can be several lines, separated by comma
// Empty messages "" will not be displayed at all but are only for increasing the interval


motd[] = {
"Welcome to ArmA3 Epoch!",
""
};
motdInterval = 5;               // Time interval (in seconds) between each message


// JOINING RULES
maxPlayers = 100; // Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player.


// VOTING
voteMissionPlayers = 200;    // Prevents Votes.
voteThreshold = 2; // Prevents Votes.


// INGAME SETTINGS
disableVoN = 0;         // If set to 1, Voice over Net will not be available
vonCodecQuality = 20;       // Quality from 1 to 30
persistent = 1;         // If 1, missions still run on even after the last player disconnected.


// MISSIONS CYCLE (see below) epoch.Altis epoch.Stratis epoch_noZ.Altis
class Missions
{
class Epoch {
template = epoch.Chernarus; // DO NOT CHANGE THIS, IT WILL BREAK YOUR SERVER
difficulty = "veteran";    // difficulty settings: veteran == NORMAL, mercenary == HARDCORE
};
};


kickDuplicate = 1;
equalModRequired = 0;
requiredSecureId = 2;
timeStampFormat = "short";


// SCRIPTING ISSUES
onUserConnected = "";
onUserDisconnected = "";
doubleIdDetected = "";


// SIGNATURE VERIFICATION
onUnsignedData = "kick (_this select 0)"; // unsigned data detected
onHackedData =  "kick (_this select 0)"; //"ban (_this select 0)"; // tampering of the signature detected
onDifferentData = "kick (_this select 0)";

if its about the pbo yes its pointed at the right one

Link to comment
Share on other sites

  • 0

ya that's how it came we tried all lowercase aswell

 

even switched the command lines around like

@Epoch;@EpochHive;@AllInArmaTerrainPack

@Epoch;@EpochHive;@AllInArmaTerrainPack;

@Epoch;@AllInArmaTerrainPack;@EpochHive;

@Epoch;@AllInArmaTerrainPack;@EpochHive

@AllInArmaTerrainPack;@Epoch;@EpochHive;

@AllInArmaTerrainPack;@Epoch;@EpochHive

@Epoch;@EpochHive;@allinarmaterrainpack

@Epoch;@EpochHive;@allinarmaterrainpack;

@Epoch;@allinarmaterrainpack;@EpochHive;

@Epoch;@allinarmaterrainpack;@EpochHive

@allinarmaterrainpack;@Epoch;@EpochHive;

@allinarmaterrainpack;@Epoch;@EpochHive

@EpochHive;@allinarmaterrainpack;@Epoch; <- stopped here didn't work out so well lol

all same outcome

Link to comment
Share on other sites

  • 0

Can you send a screen shot of what the @allinarmaterrainpack folder looks like on your server

1z492c4.jpg

 

As for the capes this is how each folder was downloaded from

A3Luncher

PlayWithSix

ccg launcher

armaholic

 

We have downloaded Each one in FULL and tried all of them

 

We have manually changed the name to lowers with the same results 

 

 

Is this on the new version just released a couple days ago?  If so make sure you get the hotfix from yesterday.  

This is the Newest Version but we tried the older ones before hand with same outcome.

 

p.s. Thank you for the info about the hotfix i will download it right now sadly i do not think it will fix my problem but will give it a shot anyways.

Link to comment
Share on other sites

  • 0

well crap. i was hoping maybe you had put the .rar file in there :p well your not an idiot obviously haha

 

humor me here and try this for your .bat file

 

@echo off
start "arma3" "arma3server.exe"  -mod=@Epoch;@EpochHive;@AllInArmaTerrainPack -config=servercfg\A3server.cfg  -port=2378 -autoInit -loadMissionToMemory -profiles=servercfg -cfg=servercfg\Users\TCAGame\Arma3.cfg  -malloc=system
Link to comment
Share on other sites

  • 0

 

well crap. i was hoping maybe you had put the .rar file in there :P well your not an idiot obviously haha

 

humor me here and try this for your .bat file

 

@echo off
start "arma3" "arma3server.exe"  -mod=@Epoch;@EpochHive;@AllInArmaTerrainPack -config=servercfg\A3server.cfg  -port=2378 -autoInit -loadMissionToMemory -profiles=servercfg -cfg=servercfg\Users\TCAGame\Arma3.cfg  -malloc=system

 

Im hosted so i can add @Epoch;@EpochHive;@AllInArmaTerrainPack

 

but its going to look like this 

 

-mod=@Epoch;@EpochHive;@AllInArmaTerrainPack -config=servercfg\A3server.cfg -cfg=servercfg\Users\TCAGame\Arma3.cfg -profiles=servercfg -port=2378 -maxMem=4096 -noSound -nosplash server=server netlog=true

 

Even then its still the same RPT error

 

 

Pic so u can see what i do

 

21b3jsw.jpg

Link to comment
Share on other sites

  • 0

I'm still waiting on response from them as-well but you know how some host can be but if a solution can be found before hand it maybe able to help any others that come across this as-well if the host responds with help i will try and post a fix if they give it to me but in the mean time i thought i ask the Community with the collection of Knowledge of epoch =)

Link to comment
Share on other sites

  • 0
=====================================================================
== C:\TCAFiles\Users\XXXXX\XXXXX\arma3server.exe
== "C:\TCAFiles\Users\XXXXX\XXXXX\arma3server.exe" -mod=@AllInArmaTerrainPack;@Epoch;@EpochHive;  -config=servercfg\A3server.cfg -cfg=servercfg\Users\TCAGame\Arma3.cfg -profiles=servercfg -port=2378 -maxMem=4096 -noSound -nosplash server=server netlog=true

Original output filename: Arma3Retail_Server
Exe timestamp: 2014/12/04 11:03:24
Current time:  2015/01/06 14:02:32

Type: Public
Branch: Stable
Version: 1.36.128579

Allocator: C:\TCAFiles\Users\XXXXX\XXXXX\dll\tbb4malloc_bi.dll
=====================================================================

14:02:32 ManagerConfig()
14:02:35 Cannot register unknown string STR_USRACT_BULD_LOCK_ABSOLUTE_ELEVATION
14:04:36 Warning Message: Addon 'AiA_BaseConfig_F' requires addon 'Models_DBE1'

and the files are in there 

 

2n9lvn8.jpg

Link to comment
Share on other sites

  • 0

Maybe try downloading the TP from a different source?  Maybe something in that one is corrupted.  Also, what's the "server=server" line in your startup config for?  I've never seen that before.

 

i said before in post above but i have downloaded this complete file 5 different times from 4 others sources

A3Luncher

PlayWithSix

ccg launcher

armaholic

 

as for the "server=server our host puts that there in that start up we have removed AllInArmaTerrainPack and tested just Epoch as stated above post and it works on "epoch.Altis.pbo" even then there was server=server in the commandline.

Link to comment
Share on other sites

  • 0

I wonder if the box they're running the server on is just out of memory?  It's not uncommon for GSPs to overload server boxes with too many instances.  The addition of the TP would definitely increase the memory footprint.  Although my Chernarus server only uses around 800MB of memory when running with about 12 players on it.  Your mileage may vary.

Link to comment
Share on other sites

  • 0

My host was super helpful they just msgs me back after hours of waiting lol

 

 

 

Can you please create a Commandline with just the terrain pack and run that and see if your server works. If it does not then you have an issue with your terrain pack and I can only suggest either Google searching the error lines and in this case,

Cannot register unknown string STR_USRACT_BULD_LOCK_ABSOLUTE_ELEVATION
Warning Message: Addon 'AiA_BaseConfig_F' requires addon 'Models_DBE1'

OR you can re-upload the terrain pack and see if that helps.

With Kind Regards,
Chris H
Assistant Manager

 

Like i have not tried that bahhhhhh

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...