Search found 20 matches
- Sat Oct 26, 2024 3:44 pm
- Forum: DayZ (standalone)
- Topic: How to schedule messages and restarts on a DayZ server
- Replies: 0
- Views: 14823
How to schedule messages and restarts on a DayZ server
This guide will show you how to create simple automated messages and restarts for your DayZ server. This guide assumes you have an FTP or SSH client for viewing the files of your server, if you need to read more on FTP/SSH clients you can do so here Login over FTP to your DayZ server using the link ...
- Sat Oct 26, 2024 3:41 pm
- Forum: DayZ (standalone)
- Topic: How to make a Namalsk DayZ server
- Replies: 0
- Views: 12689
How to make a Namalsk DayZ server
We make setting up a Namalsk server on DayZ very easy with our control panel installers. You can also install the mod manually by following our guide on how to install mods on a DayZ server . To install Namalsk the easy way, Navigate to the Autoinstallers tab of your control panel. Expand the “Namal...
- Sat Oct 26, 2024 3:38 pm
- Forum: DayZ (standalone)
- Topic: How to create custom zombie and animal spawns on a DayZ server
- Replies: 0
- Views: 12874
How to create custom zombie and animal spawns on a DayZ server
You can create custom spawns for zombies on your DayZ server, and the same logic applies to creating custom spawns for animals. Overall the process is fairly simple, and mostly a matter of figuring out how coordinates translate in-game. This guide assumes you have an FTP(S) client for viewing the fi...
- Sat Oct 26, 2024 3:34 pm
- Forum: DayZ (standalone)
- Topic: How to balance loot tables and create custom loot on a DayZ Server
- Replies: 0
- Views: 12682
How to balance loot tables and create custom loot on a DayZ Server
You can quickly balance loot tables and set up new lootable items in your DayZ server. This guide assumes you know how to use an FTP(S) client -- if you're not sure how to do that, check out our FTP FAQ . Inside your FTP, navigate to the mission folder your server is running. For instance, “mpmissio...
- Sat Oct 26, 2024 3:28 pm
- Forum: DayZ (standalone)
- Topic: How to add any mod to your DayZ server
- Replies: 0
- Views: 12699
How to add any mod to your DayZ server
Setting up mods on a DayZ server is a simple process. This guide will break down, step by step, how to install Steam Workshop mods on your DayZ server. You will need to use an FTP/FTPS client to install these files. Find the mod(s) you want to install on your server on the Steam Workshop for DayZ . ...
- Wed Jul 20, 2016 3:42 am
- Forum: Garrysmod
- Topic: [Help] GAMEMODE.DefaultTeam is running a lua error even when it is correct
- Replies: 1
- Views: 3610
Re: [Help] GAMEMODE.DefaultTeam is running a lua error even when it is correct
A simple work-around to this would be changing TEAM_CR to TEAM_CITIZEN and making TEAM_CITIZEN the default. Also make sure to disable the default Citizen in the DarkRP Configuration if you use this work-around.
- Sun May 08, 2016 2:10 am
- Forum: Garrysmod
- Topic: My Players are able to pick up each other and everyone's props
- Replies: 0
- Views: 10439
My Players are able to pick up each other and everyone's props
If you're experiencing this on your server and you're running the addon called "Falco's Prop Protection" (F.P.P) this issue is likely caused because of a configuration being incorrect. F.P.P is used on DarkRP servers by default and comes with the installation, but this addon can be used on...
- Sun Feb 21, 2016 1:02 pm
- Forum: Garrysmod
- Topic: My DarkRP jobs Wont work
- Replies: 2
- Views: 2001
Re: My DarkRP jobs Wont work
Did you disable the default Police Officer job in the disabled defaults config in the modification addon? As there appears to be no errors in your job code at first glance, however the job name may be conflicting with the default Police Officer job that comes packaged with DarkRP.
- Sun Feb 21, 2016 1:00 pm
- Forum: Garrysmod
- Topic: Anti cheat
- Replies: 3
- Views: 2893
Re: Anti cheat
The only public free anti-cheat currently would be Quack Anti-Cheat. Which can be found here at this Github link https://github.com/zerothefallen/Quack-Anti-Cheat Please note that public anti-cheats will never be as good as the exclusive paid Anti-Cheats as Script Providers and people who make their...
- Wed Feb 10, 2016 8:53 am
- Forum: Garrysmod
- Topic: Why are my player models T-Pose?
- Replies: 0
- Views: 10625
Why are my player models T-Pose?
If you have an issue where the playermodels are all in a T-Pose, the issue may be the models are using the ragdolls, and not the source specified playermodels. This is common in gamemodes that require you to set up models yourself instead of providing this pre-configured for you. For example, if you...
- Thu Apr 16, 2015 11:12 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Issues With phpmyadmin on Linux Single Core VDS - Again
- Replies: 7
- Views: 2636
Re: Issues With phpmyadmin on Linux Single Core VDS - Again
Ok. You can proceed to the next step. Alright the error message showing that mcrypt is missing is gone now. However a connection can't seem to be established with the Gmod server I'm trying to link this too. I have Mysqloo and libmysql installed, and I created a new user and table for the server wi...
- Thu Apr 16, 2015 1:12 am
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Issues With phpmyadmin on Linux Single Core VDS - Again
- Replies: 7
- Views: 2636
Re: Issues With phpmyadmin on Linux Single Core VDS - Again
This means you made a typo :). I recommend copying-and-pasting it. You can copy it in Windows by selecting it and hitting control-C, and paste it into a PuTTY window by right-clicking inside the window. Alright, so I did that. And this time I got this mv: cannot stat ‘/etc/php5/conf.d/mcrypt.ini’: ...
- Thu Apr 16, 2015 12:17 am
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Issues With phpmyadmin on Linux Single Core VDS - Again
- Replies: 7
- Views: 2636
Re: Issues With phpmyadmin on Linux Single Core VDS - Again
Alright I got to the mv -i option and got thisEdge100x wrote:Try:
Code: Select all
apt-get install php5-mcrypt mv -i /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available/ php5enmod mcrypt service apache2 restart
Code: Select all
mv: invalid option -- '/'
Try 'mv --help' for more information.
- Mon Mar 30, 2015 9:36 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Issues With phpmyadmin on Linux Single Core VDS - Again
- Replies: 7
- Views: 2636
Issues With phpmyadmin on Linux Single Core VDS - Again
I made a thread awhile back asking for answers with an issue I was having. But forgot to ever check it because I got busy with work. So I tried a fresh reinstall of the OS on the machine and just went through the process of installing MySQL, phpmyadmin, and php5 on Ubuntu through Putty. After going ...
- Wed Jan 28, 2015 8:34 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Issues With phpmyadmin on Linux Single Core VDS
- Replies: 2
- Views: 1535
Issues With phpmyadmin on Linux Single Core VDS
So I recently purchased the (Unmanaged) Linux Single Core VDS so I can host my own SQL database to run with my Gmod servers. I chose to use the Ubuntu OS and installed everything needed with the use of PuTTy (following this guide: http://www.nfoservers.com/forums/viewtopic.php?f=46&t=11140) I fo...