Urban Terror Forums: aas - Urban Terror Forums

Jump to content

 Login | Register 
Advertisement
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

aas Rate Topic: -----

support bots on all maps

#1 User is offline   Dengad Icon

  • Account: dengad
  • Country:
  • Joined: 18-September 14
  • Posts: 38

Posted 16 February 2015 - 02:24 AM

who needs aas files I was unloaded at hosting
http://yfb3752x.bget.ru/q3ut4/

and the request to the creators change the code in iouerded that people could use bots on all maps

int AAS_LoadFiles(const char *mapname)
{
int errnum;
char aasfile[MAX_PATH];

strcpy(aasworld.mapname, mapname);

AAS_ResetEntityLinks();

AAS_LoadBSPFile();

//load the aas file
Com_sprintf(aasfile, MAX_PATH, "aas/%s.aas", mapname); //first download from this folder
errnum = AAS_LoadAASFile(aasfile);
if (errnum != BLERR_NOERROR)
{
Com_sprintf(aasfile, MAX_PATH, "maps/%s.aas", mapname);
errnum = AAS_LoadAASFile(aasfile);
}
if (errnum != BLERR_NOERROR)
return errnum;

// botimport.Print(PRT_MESSAGE, "loaded %s\n", aasfile);
strncpy(aasworld.filename, aasfile, MAX_PATH);
return BLERR_NOERROR;
}

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

Sponsored link
https://www.frozensand.com/


Copyright © 1999-2024 Frozensand Games Limited  |  All rights reserved  |  Urban Terror™ and FrozenSand™ are trademarks of Frozensand Games Limited

Frozensand Games is a Limited company registered in England and Wales. Company Reg No: 10343942