¿¿How to make the 5165 work in C:/ instead of D:/??

12/07/2009 02:58 Panquque#1
Well i tryied connecting with "korolos" guy source but i still can figure out the way to get it working with "C:/" drive because obviously i dont have the "D:/" drive so can anyone tell me how to fix this?
12/07/2009 03:19 Arcо#2
Quote:
Originally Posted by Panquque View Post
Well i tryied connecting with "korolos" guy source but i still can figure out the way to get it working with "C:/" drive because obviously i dont have the "D:/" drive so can anyone tell me how to fix this?

Go to your source and search for Application.StartupPath("D:\CoOldDB");
Change that to
Application.StartupPath("C:\CoOldDB");
12/07/2009 03:31 Panquque#3
Ehmm nevermind, i tried searching for that and i had no results, actually i tried searching for
Application.StartupPath("D:\OldCODB");
but still cant find that..
any other suggestions?¿ D:
12/07/2009 05:26 Panquque#4
iam using/trying to use Fixed Source By Zeko & Korolos

sorry for the double post /:
12/07/2009 14:09 osamaazez#5
Panquque
thanks
12/07/2009 15:51 .Donavon#6
Quote:
Originally Posted by Panquque View Post
iam using/trying to use Fixed Source By Zeko & Korolos

sorry for the double post /:
Don't double post.
You can just edit your first one.
12/07/2009 18:51 ~*NewDuuDe*~#7
Search in the entire project for "Application.Startup". See if you get any results then.
12/07/2009 19:13 zeko2010ss#8
[Only registered and activated users can see links. Click Here To Register...]
12/07/2009 19:16 Hitsugaya Toshiro#9
Quote:
Originally Posted by zeko2010ss View Post
[Only registered and activated users can see links. Click Here To Register...]
That isnt what hes looking for hes trying to get the source work on the C:/ drive not the D:/ drive the link you gave is for a D:/ drive not C:/
12/07/2009 20:03 Basser#10
Just search for these things:
Code:
C:\
C:/ 
D:\
D:/
The direction of the \ or / can make the difference.
12/07/2009 21:09 Panquque#11
Quote:
Originally Posted by .Donavon View Post
Don't double post.
You can just edit your first one.
didn't i apologize?

tried searching
C:\(found a bunch of stuff)
C:/ (Nothing)
D:\(Absolutly nothing)
D:/(Nothing at all)
uhmm also: Application.Startup and Application.Startup.Path

still camed up with no results :O

and when i try to open the console comes up with something like
the database folder dosent exist cannot start the server..

the config file in OldCODB was

[Database]
GameServerIP=5.74.49.193
ConquerPath=D:\korolos\
WebServerPort=8080

[MySql]
User=root
Password=123456

i changed that to

[Database]
GameServerIP=myiphere
ConquerPath=C:\OldCODB\
WebServerPort=8080

[MySql]
User=root
Password=mypassword here

still cant figure out my problem /:
12/08/2009 00:28 rawwwr(:#12
Quote:
Originally Posted by Panquque View Post
didn't i apologize?

tried searching
C:\(found a bunch of stuff)
C:/ (Nothing)
D:\(Absolutly nothing)
D:/(Nothing at all)
uhmm also: Application.Startup and Application.Startup.Path

still camed up with no results :O

and when i try to open the console comes up with something like
the database folder dosent exist cannot start the server..

the config file in OldCODB was

[Database]
GameServerIP=5.74.49.193
ConquerPath=D:\korolos\
WebServerPort=8080

[MySql]
User=root
Password=123456

i changed that to

[Database]
GameServerIP=myiphere
ConquerPath=C:\OldCODB\
WebServerPort=8080

[MySql]
User=root
Password=mypassword here

still cant figure out my problem /:
weird D:
12/08/2009 00:41 Hitsugaya Toshiro#13
Quote:
Originally Posted by Panquque View Post
didn't i apologize?

tried searching
C:\(found a bunch of stuff)
C:/ (Nothing)
D:\(Absolutly nothing)
D:/(Nothing at all)
uhmm also: Application.Startup and Application.Startup.Path

still camed up with no results :O

and when i try to open the console comes up with something like
the database folder dosent exist cannot start the server..

the config file in OldCODB was

[Database]
GameServerIP=5.74.49.193
ConquerPath=D:\korolos\
WebServerPort=8080

[MySql]
User=root
Password=123456

i changed that to

[Database]
GameServerIP=myiphere
ConquerPath=C:\OldCODB\
WebServerPort=8080

[MySql]
User=root
Password=mypassword here

still cant figure out my problem /:
Trying opening the source up in C# and search for "OldCOBD" when you find it it should show the D:/ or C:/ change it to the one you need hope this works for yeah
12/08/2009 01:07 Panquque#14
Quote:
Originally Posted by Dreaded-Soul View Post
Trying opening the source up in C# and search for "OldCOBD" when you find it it should show the D:/ or C:/ change it to the one you need hope this works for yeah
still comes up with "C:/"'s i pretty much tried everything that i could think about
still cant come up with an ansewer
12/08/2009 01:17 Hitsugaya Toshiro#15
Quote:
Originally Posted by Panquque View Post
still comes up with "C:/"'s i pretty much tried everything that i could think about
still cant come up with an ansewer
All i can tell you is get another source ._.