thevisad / DayZ-Private-master

Reality DayZ - replaced Bliss for DayZ servers
GNU General Public License v2.0
45 stars 84 forks source link

perl command line to build world i44 #179

Closed MaestroRoel closed 11 years ago

MaestroRoel commented 11 years ago

Hallo, can anyone paste a command line of perl how to build the world for i44.chernarus map, thanks

MaestroRoel commented 11 years ago

perl db_utility.pl setworld i44.chernarus --host localhost --user USERNAME --pass PASSWORD --name DB-NAME --schema Realityi44.chernarus --version 0.01

this line is not working to create world 17 for i44.chernarus

help needed :)

MajorPainage commented 11 years ago

perl build.pl --world i44.chernarus --with-i44 --instance 1

When building a world, of course the proper command needed is build.pl

MaestroRoel commented 11 years ago

Maybe I have asked my question wrong. I will explain, I have all these files ready from the folder deploy, thats not a problem. The problem, in phpmyadmin, I must choose in table instance, the world i44.chernarus. but I dont know the command line to create the world 17 in table world, you understand?

in short, I want a command line to create the world i44.chernarus in the database table "world". thanks

MajorPainage commented 11 years ago

Got ya.

INSERT INTO world VALUES (17, 'i44.chernarus', 15360, 15360);