Search results

  1. B

    Vehicles not spawning

    Glad I could help :)
  2. B

    Vehicles not spawning

    I'll take that as it's working :) You should do it before the server starts, as the changes it makes to the database will not take effect until a restart anyway. As far as how often, it's up to you, really. Depends on how busy your server is, etc.
  3. B

    Vehicles not spawning

    Ok, it appears that you don't have a dayz user. This shows that the script is trying to use the "dayz" user, but your screenshot shows that there isn't a "dayz" user. Try this: db_spawn_vehicles.pl --instance 1 --user Parker --pass YOURPASSWORD --chernarus --limit 300 --cleanup all
  4. B

    Vehicles not spawning

    Is it possible to post a screenshot of your user manager window? Also, please don't double post. You can edit your last post if you need to add something.
  5. B

    Having trouble with custom skins

    Technically you can allow unsigned mods at the server level, but it's not smart for a public server. You will need to download the BI toolset from here. It contains the tools and instructions you'll need to sign a pbo. ETA: You need the key creation tool from here. This is also useful.
  6. B

    Vehicles not spawning

    Ok, make sure you are connecting as root with heidisql, then go to Tools > User Manager. Find your dayz user on the left, and then check what the permissions are to the dayz database on the right side. It should have full permissions.
  7. B

    Vehicles not spawning

    Well, there are a number of ways. How do you manage/edit your MySQL database? Do you use the MySQL client at command line, or a GUI like Navicat? Once I know this, I can give you a step-by-step.
  8. B

    Having trouble with custom skins

    This code does remove the default loadout for the models. I'm still curious if this can be done server-side within dayz_server.pbo or in the mission file so that my users don't have to download a special DayZ client package just for my server.
  9. B

    Vehicles not spawning

    If you are sure that the user/pass is correct, then ensure that the user has the proper permissions as well.
  10. B

    I currently host with dayz.st - how hard to host on dedi server?

    It all depends on how much access/flexibility the provider gives you. If they let you install Apache and PHP on the server, plus give you the ability to do custom modifications to your database, then you should be fine. I'm not familiar with any of the DayZ server hosting companies, as I just...
  11. B

    I currently host with dayz.st - how hard to host on dedi server?

    Bliss Admin Panel by SkyNetDev I'm using this on both my private servers. Pretty easy to setup, and very useful. If you host your server with a third-party, you'd need to check with them to see if you can use this, as it requires certain software and setup.
  12. B

    Having trouble with custom skins

    I have everything working up until this point. Does this have to go in the dayz_weapons/config.cpp? Or can you insert it into the server package (dayz_server.pbo) somewhere? I'd like to keep this server-side only if possible. Thanks in advance!
  13. B

    Vehicles Not Spawning

    Hi all! I've just installed Bliss using the newest version avalable at Github. I followed all the instructions closely, and the server is running fine except for one detail: vehicles. No vehicles will spawn. When I run the db_spawn_vehicles.pl perl script, it returns: INFO: Connecting to...
Back
Top