Jump to content

feartheway

Members
  • Posts

    201
  • Joined

  • Last visited

Everything posted by feartheway

  1. hostname -I (gives ip ) sudo apt install mysql-client-core-8.0 try java -version [sudo apt-get install java 8] nope sudo apt install openjdk-8-jre-headless sudo apt-get install mysql-server /atavism_server/sql/new_install_with_demo_data [mysql -u -p admin.sql] sudo mysql -u root -p <"admin.sql" pw test or sudo mysql CREATE USER 'username'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON *.* TO 'username'@'localhost'; exit (to exit mysql) for example CREATE USER 'atavism'@'localhost' IDENTIFIED BY 'testpassword'; GRANT ALL PRIVILEGES ON *.* TO 'atavism'@'localhost'; sudo mysql -u username -p <"admin.sql" error mysql -u admin.sql ERROR 1045 (28000): Access denied for user 'admin.sql'@'localhost' (using password: NO) any help? references: https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-20-04 https://unity.wiki.atavismonline.com/project/installation/
  2. fixing terrain detail pop in the demo 2019.1
  3. also was a bit fragile and crashing whilst trying to use video capture devices. i imagine X is far more robust? as far as i can see need some work on optimisation to avoid crashes and also a need for a more stripped down level for tutorials. so people can build it up piece by piece otherwise there is a lot going on.
  4. first reactions to atavism demo october 2019 intro is great, menus and gui looking better than before, the game interface looking very strong, quest text is tiny and also needs voice work. interacting with npcs is fiddly combat system seemed janky, orc cant use axe or sword to hit beetles? lava area was cool but then i went out of bounds and could not get back anywhere sensible WHERE IS MY SOUL STONE / scroll of town portal? /fixposition command?! Still looking good but could do with a bit more ergonomics and features.
×
×
  • Create New...

Important Information

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