Jump to content

joew

Members
  • Posts

    340
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by joew

  1. joew

    Need Help

    There are a step by step guide that shows up how to fresh install a AL 4.4 Server. The only requirements that you need to start follow it is using windows so. Take a look, do all the steps carefully: But download the AL Framework from official repository: https://github.com/AsYetUntitled/Framework/releases/tag/4.4r3 And extDB2 here: https://github.com/AsYetUntitled/extDB2/releases/tag/v71 Please reply here if you can get it works or if you still needs help, please.
  2. 2 errors that I found. 1) You already found it: You have to change your Altis Life SQL. Change all 'arma3'@'localhost' to 'root'@'localhost' 2) Your SQL stills have error: Its looking for one column that don't exists. You're using the wrong SQL file for your AL version. Which AL framework version are you using, please?
  3. joew

    Police Strider

    @Prophet very nice, thank you for share it ^^
  4. Which version of framework are you using? Post server rpt and extDB logs at pastebin.com , please.
  5. joew

    Need Help

    How are you accessing your dedicated? It could be permission fault If you've remote access , just right click the CAPD.Altis folder and uncheck Read Only. Do you have PBO Manager installed on your dedicated? If not, you will have to pack the pbo in your computer and upload the pbo to server.
  6. joew

    Need Help

    Don't worry. Hum.. there are 2 things on your log: You should select just one extDB. You have loaded both extDB2 and extDB3... Choose one and remove the other. Are you using HC client? You loaded it too. If gets error again, please post extDB log too. There are inside: server folder\extDB2\logs or server folder\extDB3\logs The second thing is: You have to place the mission file: CAPD.altis.pbo inside your server folder\mpmission folder.
  7. Framework 5.0 don't have specific area on this forum, so I think its okay he posted on universal. He specified the version on title so it won't be a problem. There are a few differences between v5.0 and 4.4, so just change a little on code and it'll work great with others versions. The steps is the same, just changed a bit the code. Its have a lot of easy thinks but for starters that don't knew nothing, I'm sure it'll helps a lot. @Brickwall I liked the video, you explained all steps to make a new shop and still give us the tip on how to get arma 3 classnames for items/equips/weapons. Great job!
  8. joew

    Need Help

    Post the logs, please.
  9. mpmission folder > images
  10. My guess is that he post on his video description a link to one package with all files on mega. And it isn't allowed. I think you can't distribute any AL file. You have to put the links to the official framework on GitHub. My guess, maybe i'm wrong.
  11. joew

    g

    You have to config (Config_Master.hpp):
  12. @Brickwall post at pastebin.com server, client and extDB logs, please.
  13. If you want to allow only whitelisted cops, do it:
  14. We don't support here paid services. Contact infistar support for this, please.
  15. joew

    g

    Did you configured your file: Config_Master.hpp ? Could you post server, client and extDB logs, please? Which version of extDB are you using?
  16. Hello @The Corner Wookie ! Next time post your logs at pastebin.com , please. Its better for us to read it ^^ Don't forgot to post server's and client's RPT logs too. Anyway, which version of Altis Life framework are you using? It's important. extDB3 works both with 4.4R4 and 5.0 versions, but for 4.4R4 version, you have to make those changes: https://github.com/AsYetUntitled/Framework/commit/8de51bd0d87070a7be64f9c3fc85d1d2922ea178 And make sure it is: - description.ext : ... class CfgServer { DatabaseName = "altislife"; //Config name that'll be grep in the extdb-conf.ini. Default: [altislife] ... }; ... - extdb3-conf.ini : [altislife] IP = 127.0.0.1 Port = 3306 Username = root Password = YOUR_MYSQL_PASSWORD Database = altislife There are a lot of errors on your database's log. My guess is that you used the wrong SQL file to create the database. You have to use the right one for your version, or it will be something missing/different. For AL v4.4R4, use those files: https://github.com/AsYetUntitled/Framework/releases/tag/4.4r3 For AL v5.0 (dev), use those files: https://github.com/AsYetUntitled/Framework If you still have some questions, I recommend you follow this complete guide (But use the files I posted above instead files from youtube video's description): I don't recommend you disables spyglass, so if you have any spyglass errors, read it to learn how it works: https://github.com/AsYetUntitled/Framework/tree/master/Altis_Life.Altis/Spyglass
  17. You've used the wrong SQL file to create your database. You need to use that one for the version of AL you're using. If you're using altis life 4.4, you should use these files: https://github.com/AsYetUntitled/Framework/releases/tag/4.4r3 If you're using dev branch, al 5.0, you should use these files: https://github.com/AsYetUntitled/Framework
  18. Read the code helps. Look those lines: _chance = random(100); if(_chance >= 50) then {[1,format["ALARM! - Gas Station: %1 is being robbed!", _shop]] remoteExec ["life_fnc_broadcast",west]; };
  19. I found 1 warning and 1 error, but never seen them before. 1) The first one is: Make sure you have the file init.sqf inside life_server folder and if its like as: https://github.com/AsYetUntitled/Framework/blob/master/life_server/init.sqf 2) There are some error on spyglass file: Make a backup of the file: Altis_Life.ALtis\Spyglass\fn_initSpy.sqf and replace for those: https://github.com/AsYetUntitled/Framework/blob/master/Altis_Life.Altis/SpyGlass/fn_initSpy.sqf
  20. @Daniel Sanchez you're right, extDB log don't helps much here. Post your server and client logs too. And paste your description.ext too. Paste all on pastebin.com and put here just the links, please.
  21. joew

    Error MySQL

    Ty! You've a lot of errors on your RTP file. First try run your server with out any mods. After its running okay, try install the mods.
  22. joew

    Error MySQL

    Server log you will find in the server folder. look for files that ends with .RTP extension. Client log is the same as server, but it is inside game folder. Database (extDB) log is found on server folder, inside extDB \ logs folder. The files maybe big, so please post it on pastebin.com
  23. Copy Server Address and use it on Arma 3. You can click Internet/Multiplayer then Direct Connect, you can also add the server with Arma 3 Launcher, you can start arma 3 with params too. There are a lot of ways to join any arma 3 servers...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.