we both disabled our firewalls, and for some odd reason Hamachi works fine for both of us now, we can ping eachother just fine, and he can enter the http://25.12.153.244/EndPoint.txt he doesn't have the apple service thing, we checked in services.msc, nothing, and we both disabled our firewalls, we get connection in every way possible but when he clicks "start game" it doesn't even show the username and password, it just says this right away http://image.prntscr.com/image/d71b9...b9e189edf2.png
Check your server pc if Apple's software is running, and also if he is not getting a login panel when clicking start game it means he is running the wrong start.bat he needs to use the one from SanGawku's setup guide take a look at it for the start up command.
If Apple's software is not running on your server pc it could mean that it is another program blocking the communication download TCPViewer and search for any programs on port 27015 https://technet.microsoft.com/en-us/...s/tcpview.aspx
13-07-16
Kingdom Rose
Re: [Tutorial] Local/Online setup
just a question if i wanted to change the port ran to 8011 for my web server instead of 80 is it possible for me to allow people to connect cause i cant even see the server any more after i changed it any idea maybes :/ ?
As to why i am asking for this it is because my countries blocks away port 80 so there is no other possible way unless you buy a dedi some where in Europe which i am not willing to do.
edit : so i think its actually possible in ServiceCore.dll.config in LINE 258 to 260
just a question if i wanted to change the port ran to 8011 for my web server instead of 80 is it possible for me to allow people to connect cause i cant even see the server any more after i changed it any idea maybes :/ ?
As to why i am asking for this it is because my countries blocks away port 80 so there is no other possible way unless you buy a dedi some where in Europe which i am not willing to do.
edit : so i think its actually possible in ServiceCore.dll.config in LINE 258 to 260
I have not tried it but it should be possible. the only problem from there is the hosts file when the client connection is redirected to the .com url it automatically assumes port 80. since we don't currently have the tools to modify the client you might have to redirect the 127.0.0.1 to 127.0.0.1:8011? maybe that will work idk never tried it.
13-07-16
Kingdom Rose
Re: [Tutorial] Local/Online setup
Quote:
Originally Posted by Aznkidd235
I have not tried it but it should be possible. the only problem from there is the hosts file when the client connection is redirected to the .com url it automatically assumes port 80. since we don't currently have the tools to modify the client you might have to redirect the 127.0.0.1 to 127.0.0.1:8011? maybe that will work idk never tried it.
yes that definitely works you are right ill have a quick look on it and ill answer in a minute :D
EDIT : not actually possible with hosts file but i need to know how exactly and what exactly i cna do :/
Screenshot by Lightshot any idea what causes this the channel to be called live and you cant even enter it as its always on maintenance ?
oh and btw i have checked what some one said earlier does not seem to be the issue either :D
EDIT : and btw the only way you can add ports to hosts folder is by using fiddler so use that even though you have to have it always running its honestly worth the try
13-07-16
Aznkidd235
Re: [Tutorial] Local/Online setup
Quote:
Originally Posted by Kingdom Rose
yes that definitely works you are right ill have a quick look on it and ill answer in a minute :D
EDIT : not actually possible with hosts file but i need to know how exactly and what exactly i cna do :/
Screenshot by Lightshot any idea what causes this the channel to be called live and you cant even enter it as its always on maintenance ?
oh and btw i have checked what some one said earlier does not seem to be the issue either :D
EDIT : and btw the only way you can add ports to hosts folder is by using fiddler so use that even though you have to have it always running its honestly worth the try
Yeah since the channel/server, "Live" shows up it means the client was able to grab the data from the web server from the file EndPoint.txt thats a good thing. The server maintenance error there are a few possible reasons as to why you are getting this error it could be a program blocking communication or the firewall take a look at my common error tutorial it goes into more details and how to prevent this.
15-07-16
fluxbox
Re: [Tutorial] Local/Online setup
Quote:
Originally Posted by Aznkidd235
Before i continue to show you guys how to setup the server for Local/Online play i want to address some client/server issues. As stated from previous members there is no authentication server & no real way to currently edit the IP that could be in the vindictus.exe so that is why we are forced to edit the Hosts file to redirect all incoming/outgoing traffic through the url's to the 127.0.0.1 address. If we want to truly make the server's online we would have to address these issues first.
It is recommended to only test/play with friends not really for online public hosting yet.
Going LAN/WAN isn't even that hard all you have to do is just adjust accordingly, change the IP 127.0.0.1 to your LAN IP.
To get your LAN IP run cmd and type ipconfig into the black window and find IPv4.
Configuring the server: Replace where it says LANIP in the config files
TextFile = "Texts.xml"
Language = "english"
</Configuration>
server/RCClient/RCConfig.xml
Code:
<?xml version="1.0" encoding="utf-16"?>
<!-- Remote Control Client Service Configuration file -->
<RCCS_Config>
<!--
Server node must have IP and Port attributes that of Remote Control Server.
-->
<Server IP="LANIP" Port="10001" />
<!--
Process node must have Name, WorkingDirectory and ExecuteName which are not empty string.
Name
Identifier. Display name
Description
Process Description
WorkingDirectory
Main Process working directory
ExecuteName/Args
Execute file name/arguments of main process (under WorkingDirectory)
BootedString
Special output string of main process that RCCS will realize process was booted completely
ShutdownString
Special input string of main process which will stop process gracefully
PerformanceString
Starting string from Standard Output which contains process' private performance information
PerformanceDescription
Each meaning of Performance numbers
StdOutLogLines (default : 100)
Remember lines of Standard Output
RunOnce (default : true)
Boolean for run only once
UpdateExecuteName/Args
Execute file name/arguments of process which updates main process (under RCCS directory)
<!--
Sevice Attribute Description
Mode : Service(길드 Live DB 사용), Test(길드 Test DB 사용 ), Work(길드 Work DB 사용)
GameCode : 게임코드
isOverSea : 해외모드 여부 ( true , false )
DataBase_WORK : 길드 Work DB
DataBase_TEST : 길드 TEST DB
DataBase_SERVICE : 길드 SERVICE DB
!!! 하위는 해외에만 세팅
DataBase_GuildMaster_WORK : 길드 Work DB
DataBase_GuildMaster_TEST : 길드 Work DB
DataBase_GuildMaster_WORK : 길드 Work DB
Configuring Web Server: If you are trying to play outside the network example a friend, you use your WAN IP from ipchicken.com and must port forward the ports used by the server. you must also allow all the files pass the firewall or disable firewall. I have heard from people that this game uses both UDP/TCP with Peer 2 Peer connections correct me if i'm wrong idk never played the game.
EndPoint.txt
Code:
"Address"
{
"Vindictus Test"
{
Platform_server_code "1"
localized_name "SERVERNAME"
IP
{
"WAN IP or LAN IP" "27015"
}
}
}
Configuring Client:
Spoiler:
nmconew.ini
Code:
[Settings]
ServerIp=LAN/WANIP
ServerPort=47611
C:\Windows\System32\drivers\etc\hosts
Code:
# Copyright (c) 1993-2009 Microsoft Corp.#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost LAN/WAN IP mhtwcheck.garenanow.com LAN/WAN IP hereospatch-gm.nexon.com LAN/WAN IP heroespatch-gm.nexon.com LAN/WAN IP shop.heroes.garena.tw LAN/WAN IP service.garena.tw LAN/WAN IP heroes.garena.tw LAN/WAN IP image.garena.tw LAN/WAN IP gamelog.heroes.nexon.com
Additional configurations:
Port Forward if you are going to be playing or having someone connect from outside your network
Disable or allow programs through your firewall
The Firewall will prevent connections from being made so make sure you have this part setup or disable it not really recommended, but if you don't know what your doing then just save some time and disable it.
I will provide a list of Ports later today when i am home if your in a rush then look at the config files grab and port forward them. There are areas where i listed LAN/WAN IP its up to you if your playing locally with multiple computers you do not have to port forward so use your LAN IP if you have friends from outside your network port forward and use the WAN IP from ipchicken.com
your friends must edit their Host file as well and the ip must be WAN IP.
You will not be able to party and play the first mission, I have tested the 2nd mission and was able to play with a friend locally. There are some things that just don't want to work which i will list below.
Port forward the following ports i viewed the configs and these are the IP/IP Range that i see the server files use. TCP/UDP Ports:
10000-10050
27000-29000
47611
6500
42
80
Currently things that don't work:
- Add Friend
- PVP Arena
- Invite Player to Party/Quest from Boat
Things that do work: - Missions
- Chat/Whisper
- Change Channels
- PVP Duel during missions
- Invite to Party (As long as you are not in a quest hosting session)
thats all i have currently tested will add on to the list later today.
Followed it to a tee, did not rush, double-checked. Works like a charm.
Dedicated Microsoft Windows 2008 R2, MSSQL 2008 R2. I used phpStudy for the web.
15-07-16
john007
Re: [Tutorial] Local/Online setup
Quote:
Originally Posted by fluxbox
Followed it to a tee, did not rush, double-checked. Works like a charm.
Dedicated Microsoft Windows 2008 R2, MSSQL 2008 R2. I used phpStudy for the web.
Nice, does that means you have your servers hosted on a dedicated host now? Mind sharing the IP? So I can get players connect to it and play? Haha
15-07-16
jonipin
Re: [Tutorial] Local/Online setup
I have mine Hosted too and the only thing that doesnt work is add friend :D
16-07-16
gorhan2009
Re: [Tutorial] Local/Online setup
@Aznkidd235 Hello friend there any way to use another port, without being the 80. tried using 8080, but it did not work only on port 80.here I can not use ports 80, 443 or 23 are all broqueadas here in the region.
16-07-16
john007
Re: [Tutorial] Local/Online setup
Quote:
Originally Posted by jonipin
I have mine Hosted too and the only thing that doesnt work is add friend :D
Yeah! That's why we don't see anyone advertised their servers here on ragezone private servers section.
18-07-16
fluxbox
Re: [Tutorial] Local/Online setup
Quote:
Originally Posted by john007
Nice, does that means you have your servers hosted on a dedicated host now? Mind sharing the IP? So I can get players connect to it and play? Haha
It's still too early and there are missing key pieces that needs to be addressed. Played a bit (first time, quests till Level 12), kinda reminds me of Dark Souls. I see only up to Season 2, no idea about official but looks like the client is abit outdated? Browsing thru the forums I see promises of adding in new content, but still the missing key pieces needs to be worked on first.
19-07-16
Aznkidd235
Re: [Tutorial] Local/Online setup
Quote:
Originally Posted by gorhan2009
@Aznkidd235 Hello friend there any way to use another port, without being the 80. tried using 8080, but it did not work only on port 80.here I can not use ports 80, 443 or 23 are all broqueadas here in the region.
@Aznkidd235 not working, already tried that, try you, if have any result
satisfactory leave us comments. thanks for try help.
I need someone to make a post, I'll be waiting.
20-07-16
Patchouli
Re: [Tutorial] Local/Online setup
Heads up in case this wasn't already clarified somewhere in this thread:
Wampserver defaults to allow only local connections.
Right click the Wampserver tray icon, go to Wamp settings and click "Menu item: Online/Offline".
Now, when you left click on the same icon, there will be a new option at the bottom that says "put online".
This will make your webserver visible to everyone on the internet.
If other people still can't see your webserver, then it's probably because of your router firewall or software firewall. You'll need to configure port forwarding/virtual servers to fix that.
If you're not sure what's causing the problem, try disabling your firewalls and then testing if people can see/connect. Make sure you turn them back on after, though.
- - - Updated - - -
I am now stuck on this damn thing.
The server is visible to both myself and the internet.
But when I or a friend try to connect via my WAN IP, it spams that Opcode 49 and 24 and will not connect.
If I change endpoint.txt IP to my LAN IP, I can immediately connect.
I've checked all the settings multiple times. Disabled all firewalls. Tried with Vindictus Loader and manually editing the hosts file.
No difference. Can't figure out what the problem is.
20-07-16
klugor
Re: [Tutorial] Local/Online setup
what launcher is used? if so VndicusIP loader that is used is coded for -stage dev -lang zh-TW -noupdate
instead of -stage -dev -lang zh-tw-x-gm
I have the same worries