Just bought a Hosting Service, where do i put my FTP Ip adress?
1 replies, posted
Just bought my first hosting service with 18 slots but before i bought it i had set up my server by port forwarding with my modem,
So my quesiton is how do i use my new server information instead of port forwarding?
as you can see below i have removed my actual ip on purpose derp.
This was my Start.Bat to launch the server
[CODE]
@echo off
color F5
cls
echo Loading Server...
title My Server
:srcds
echo Loading Complete!
echo -----------------------------------------
echo (%time%)
echo -----------------------------------------
start /wait srcds.exe -console -game garrysmod -ip MY_IP_ADRESS +ip MODEM_IP_ADRESS +clientport 27015 +hostport 27015 +map gm_flatgrass +maxplayers 16 +gamemode terrortown +authkey A75E1B38E29B966E563B961D9AE9E4F1 +host_workshop_collection 842760213
[/CODE]
I know my server company gives me this
[CODE]
Connection Info: 0.00.00.0-example
FTP: 000.000.000.00-EXAMPLE
[/CODE]
sorry for the noob question, i just want to learn. Thank you!
And if anyone is really smart, does anyone know how to neaten up this string of code instead of 1 long strip of code that goes off the screen... putting half of it in the line below creates errors.? im talking about neating up this part
[CODE]start /wait srcds.exe -console -game garrysmod -ip MY_IP_ADRESS +ip MODEM_IP_ADRESS +clientport 27015 +hostport 27015 +map gm_flatgrass +maxplayers 16 +gamemode terrortown +authkey A75E1B38E29B966E563B961D9AE9E4F1 +host_workshop_collection 842760213
//
//So instead of that long version is there a way to make it like this?
//
start /wait srcds.exe -console -game garrysmod -ip MY_IP_ADRESS +ip MODEM_IP_ADRESS +clientport 27015
+hostport 27015 +map gm_flatgrass +maxplayers 16 +gamemode terrortown +authkey A75E1B38E29B966E563B961D9AE9E4F1
+host_workshop_collection 842760213
[/CODE]
Yes i may have slight OCD. I LOVE NEAT CODE
There should be a hosting panel provided, usually the info is emailed to you after purchase, you can find all of the ftp info there.
[editline]10th February 2017[/editline]
[QUOTE=Pink_Elephant;51787842]
And if anyone is really smart, does anyone know how to neaten up this string of code instead of 1 long strip of code that goes off the screen... putting half of it in the line below creates errors.? im talking about neating up this part
[CODE]start /wait srcds.exe -console -game garrysmod -ip MY_IP_ADRESS +ip MODEM_IP_ADRESS +clientport 27015 +hostport 27015 +map gm_flatgrass +maxplayers 16 +gamemode terrortown +authkey A75E1B38E29B966E563B961D9AE9E4F1 +host_workshop_collection 842760213
//
//So instead of that long version is there a way to make it like this?
//
start /wait srcds.exe -console -game garrysmod -ip MY_IP_ADRESS +ip MODEM_IP_ADRESS +clientport 27015
+hostport 27015 +map gm_flatgrass +maxplayers 16 +gamemode terrortown +authkey A75E1B38E29B966E563B961D9AE9E4F1
+host_workshop_collection 842760213
[/CODE]
Yes i may have slight OCD. I LOVE NEAT CODE[/QUOTE]
As for this, I do not believe so, if I am mistaken please correct me. And it's not a string of code, it's a line.
Sorry, you need to Log In to post a reply to this thread.