Setup 1.03h Jpn Season 4.5 - OS x86/x64

Re: Setup 1.03k Season 4.5 - OS x86/x64


You are not editing it right. Don't use maincracker to edit the IP.
Use only the hexeditor as I described on the guide. You must change the IP in two places in your the main. Check the picure below:

 
Re: Setup 1.03k Season 4.5 - OS x86/x64


I have a little question, When I'm trying to delete main why do I get Cannot delete main: Access Denied.

I have to rename the file then delete, otherwise it doesn't let me.

Ok, look what I've done over and over(hexing IP only):




Thanks in advance. Much appreciated!
 
Re: Setup 1.03k Season 4.5 - OS x86/x64

naa this wont do!
by looking your images i see there spaces(20 in hex)after your ip
must be zero 00 00
go to hex field ad fill these 20 after your ip with zeros 00
 

Attachments

  • Clipboard01.webp
    54.6 KB · Views: 146
Last edited:
Re: Setup 1.03k Season 4.5 - OS x86/x64

naa this wont do!
by looking your images i see there spaces(20 in hex)after your ip
must be zero 00 00
go to hex field ad fill these 20 after your ip with zeros 00

I've replaced the spaces with zeroes, same result, You Are Disconnected from the server. :*:
 
Re: Setup 1.03k Season 4.5 - OS x86/x64


I don't know why you can't delete the main, maybe it was in use when you tried to delete.

I hexedited the main with your IP:

Remember that your common.ini should be configured like this:
Code:
[GameServerInfo]

ClientExeVersion				= 1.02.40
ClientExeSerial					= serialhere

If you still get disconnect or nothing appears... then you should re-check the IP changes and also check if your firewall is openned.

---------- Post added at 12:18 AM ---------- Previous post was at 12:11 AM ----------

I've replaced the spaces with zeroes, same result, You Are Disconnected from the server. :*:

I think you're editing it in the hexadecimal window? You just need to edit it on the rightside window with decimal numbers and points. The blank spaces may be filled with spacebar and it will look automatically as 00 on the leftside window.
PS: Don't touch the hexadecimal window.
 
Re: Setup 1.03k Season 4.5 - OS x86/x64


Ok, using the main you have given me I get the same result, Disconnect.

So the problem is not in main..... Firewall is turned off so it can't be that... I will check all common.ini.

Thanks a lot!
 
Re: Setup 1.03k Season 4.5 - OS x86/x64

Ok, using the main you have given me I get the same result, Disconnect.

So the problem is not in main..... Firewall is turned off so it can't be that... I will check all common.ini.

Thanks a lot!

Routers have firewall too, remember this.

Check for IP's on:
\MuServer\ConnectServer\Data\ServerList.dat (2 places)
\MuServer\Data\MapServerInfo.dat (2 places)
And Serial/version on:
\MuServer\RMST\common.ini
 
Re: Setup 1.03k Season 4.5 - OS x86/x64

Routers have firewall too, remember this.

Check for IP's on:
\MuServer\ConnectServer\Data\ServerList.dat (2 places)
\MuServer\Data\MapServerInfo.dat (2 places)
And Serial/version on:
\MuServer\RMST\common.ini

ip's and serial/version are good, no problem there but while restarting server I noticed a wierd error

But the thing is if i click ok on both the databases run normal..

 
Re: Setup 1.03k Season 4.5 - OS x86/x64

ip's and serial/version are good, no problem there but while restarting server I noticed a wierd error

But the thing is if i click ok on both the databases run normal..


Ok I think it's probably bad configuration on the mapserverinfo.dat

that's how it should be to you:
Code:
//--------------------------------------------------------------------------------//
//	SrvCode		MapServerGroup	InitSetting	IpAddress	PortNum   //
//--------------------------------------------------------------------------------//
0
	0		0		1		S[COLOR="Red"]82.20.56.253[/COLOR]	55901
	2		0		-1		S[COLOR="red"]82.20.56.252[/COLOR]	55919
end

//--------------------------------------------------------------------------------//
//	SrvCode		MoveAbleOption	Map		DestServerCode            //
//--------------------------------------------------------------------------------//
1
	0 		0 		30 		2
	0 		0 		31 		2
	0 		0 		34 		2
	0		0		41		2
	0		0		42		2

        2		1		30		-1
	2		1		31		-1
	2	        1	        34	        -1
	2		1		41		-1
	2		1		42		-1
end

Test also if the ports 55901 and 55919 are open to connection
 
Re: Setup 1.03k Season 4.5 - OS x86/x64




Thanks for that, that fixed the error I had:
S"82.20.56.253"


But connecting to server is still futile.... ''You Are Disconnected from the server''
 
Re: Setup 1.03k Season 4.5 - OS x86/x64


yes i as was saying, everything works fine on server side (all programs run). But when i tried to run main.exe, i was disconnected "BEFORE" the the choose server screen(meaning i was disconnected right after the main loaded, i didnt ever get to see my server.)
 

Attachments

  • Untitled.webp
    84.3 KB · Views: 159
  • Screen(06_06-10_49)-0000.webp
    35.9 KB · Views: 326
Last edited:
Re: Setup 1.03k Season 4.5 - OS x86/x64


You run the startup but where's the gameserver and gameservercs?

---------- Post added at 02:44 AM ---------- Previous post was at 02:20 AM ----------

Thank you for your help guys, I'm giving up on these files.

Peace

I have downloaded my files from here again and configured.



If perhaps you haven't given up yet...
Does your "\MuServer\connectserver\serverlist.data" look like this?
Code:
//-------------------------------------------------------------------------//
//     SrvCode	Name	   IP			GSPort		Status     //
//-------------------------------------------------------------------------//
	 0	"GS"	"[COLOR="Red"]82.20.56.253[/COLOR]"		55901		"SHOW"
	 2	"CS"	"[COLOR="red"]82.20.56.253[/COLOR]"		55919		"HIDE"
 
Last edited:
Re: Setup 1.03k Season 4.5 - OS x86/x64

You run the startup but where's the gameserver and gameservercs?
yup wheres the gs and gs_cs? when you have these 2 running go to canyouseeme.org and look for port 44405
example for running gameservers:
Code:
\GameServer\GameServer.exe 127.0.0.1 55970 127.0.0.1 55960 55901
\GameServerCS\GameServerCS.exe 127.0.0.1 55970 127.0.0.1 55962 55919
about that main.exe that doesnt want to be deleted...
1. restart your pc and try to delete again(if no then step 2)
2.
 
Re: Setup 1.03k Season 4.5 - OS x86/x64


i tried to run GS, but waited for a long time and didnt see nothing.