Welcome to Tactical Gamer

+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
Discussion: ArmA - Archives / Armed Assault 1 - General Discussion - ACE 1.08 Released - Originally Posted by Blackdog1-22 Reg.SAS Anyone else getting a download error (NCIS) from the TG
  1. #16

    Jorge.PT's Avatar

    Join Date
    May 2008
    Location
    Portugal
    Age
    30
    Posts
    754

    Re: ACE 1.08 Released

    Quote Originally Posted by Blackdog1-22 Reg.SAS View Post
    Anyone else getting a download error (NCIS) from the TG link?

    I have tried to download it 3 times now with nothing else running in the background and when I try to install it says the media is broken?
    Me too blackdog.

  2.  
  3. #17



    Jeepo's Avatar

    Join Date
    Mar 2007
    Location
    Northern Ireland, UK
    Posts
    7,083
    Blog Entries
    4

    Re: ACE 1.08 Released

    TG link was apparantly corrupted somewhere during the upload to our FTP. Should be OK now, let me know if any issues.

    Saddam ✓ Osama ✓ Gaddafi ✓ Justin Bieber ☐ Rebecca Black ☐

  4.  
  5. #18

    jhoson14's Avatar

    Join Date
    Mar 2009
    Location
    Brazil
    Age
    24
    Posts
    35

    Re: ACE 1.08 Released

    Downloading from other link, since u guys reported problems with the TG download.

  6.  

     
  7. #19

    Vikk|TG-Regulars|'s Avatar

    Join Date
    Dec 2008
    Location
    Columbia, SC
    Posts
    144

    Re: ACE 1.08 Released

    i have a feeling they didnt mess with the shell cassing problem


    "im free of all predjudices, i hate everyone equally" -Brad
    "Fine, ill just talk to my fellow corpses!"-Chris G-AKA Miles Tegg

  8.  
  9. #20


    Join Date
    Jan 2009
    Posts
    127

    Re: ACE 1.08 Released

    I'm getting a wierd error.

    Error box opens upon loading ArmA, "Include file dta\ace\ACE_serverconfig.hpp not found", closing it out doesn't allow ArmA to start.

  10.  
  11. #21

    Fincuan's Avatar

    Join Date
    Jan 2009
    Location
    Helsinki, Finland
    Posts
    772

    Re: ACE 1.08 Released

    Something is messed up with your installation. As a quick fix you could make the file called "ACE_serverconfig.hpp" yourself. Just copy-paste the code below, it's the unedited version of the file. If the problem was just a small thing that's it, if not you'll get more similar errors.

    Code:
    class ace_server_settings
    {
    	// ** These are dedicated server settings. They do not affect singleplayer and hosted games.
    	// ** NOTE: pbo names don't always match config names of addons (as seen in cfgPatches). Following settings need cfgPatches names to be used.
    	// ** NOTE: Avoid creating too long lists, as this will cause an error
    
    	// check if certain pbo's are missing on client and prevent client from playing if so
    	check_pbos = 1; 
    	
    	// verify that all pbos shipped with ace are running on client
    	check_all_ace_pbos = 1; 
    
    	//pbos to check. if check all ace pbos enabled, following pbos are added to the checklist, if not, only these pbos are checked
    	//example: checklist[] = {"ace_addon1","ace_addon2"};
    	checklist[] = {}; 
    	
    	//if all ace pbos check is enabled, exclude following files from check
    	exclude_pbos[] = {}; 
    };

  12.  

     
  13. #22


    Join Date
    Jan 2009
    Posts
    127

    Re: ACE 1.08 Released

    That worked, thank you.

  14.  

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts


  
 

Back to top