Mirage Source

Free ORPG making software.
It is currently Sun Apr 28, 2024 7:35 pm

All times are UTC




Post new topic Reply to topic  [ 274 posts ]  Go to page 1, 2, 3, 4, 5 ... 11  Next
Author Message
 Post subject: Starting up the server?
PostPosted: Sat Feb 03, 2007 3:50 pm 
Offline
Regular

Joined: Sat Feb 03, 2007 3:48 pm
Posts: 36
hey, im not really sure how to start the server. im kind of new to VB 6.0, do i just open server.vbp and compress it as a .exe?

thanks

-Sword

_________________
Image

Adventures of Virellia
Administrator


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 03, 2007 4:18 pm 
Offline
Community Leader
User avatar

Joined: Mon May 29, 2006 1:00 pm
Posts: 2538
Location: Sweden
Google Talk: johansson_tk@hotmail.com
Yes, thats the way to do it. Or you can just press F5 and run it from visual basic to test it out.

_________________
I'm on Facebook!My Youtube Channel Send me an email
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 03, 2007 4:21 pm 
Offline
Regular

Joined: Sat Feb 03, 2007 3:48 pm
Posts: 36
Thanks, but

I get the -2147467259 (80004005)':

when i click debug it highlights over Conn_Client.Open

Do you know how to fix this?

i know in most finished games you have to register a certain.dll or .ocx file im pretty sure

_________________
Image

Adventures of Virellia
Administrator


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 03, 2007 4:26 pm 
Offline
Community Leader
User avatar

Joined: Mon May 29, 2006 1:00 pm
Posts: 2538
Location: Sweden
Google Talk: johansson_tk@hotmail.com
Conn_Client.Open? Were do you find that line of code? what source are you using? Install library files:
http://www.key2heaven.net/ms/forums/vie ... php?t=1140

_________________
I'm on Facebook!My Youtube Channel Send me an email
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 03, 2007 4:26 pm 
Offline
Knowledgeable
User avatar

Joined: Sun May 28, 2006 10:07 pm
Posts: 327
Location: Washington
What version of VB are you using? Service pack?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 03, 2007 4:33 pm 
Offline
Regular

Joined: Sat Feb 03, 2007 3:48 pm
Posts: 36
Mirage 3.0.7 in ModDatabase

Image


Im using VB 6.0 enterprise

_________________
Image

Adventures of Virellia
Administrator


Last edited by Swordmaster on Sat Feb 03, 2007 4:46 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 03, 2007 4:41 pm 
Offline
Knowledgeable
User avatar

Joined: Sun May 28, 2006 10:07 pm
Posts: 327
Location: Washington
Are you using service pack 6?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 03, 2007 4:46 pm 
Offline
Regular

Joined: Sat Feb 03, 2007 3:48 pm
Posts: 36
i honestly dont know, it just says VB 6.0 enterprise edition

I did fix the error i was getting but now i get a compile error (variable not defined) on the MAX_ MAPX

Public Const START_MAP = 1
Public Const START_X = MAX_MAPX / 2
Public Const START_Y = MAX_MAPY / 2

_________________
Image

Adventures of Virellia
Administrator


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 03, 2007 4:57 pm 
Offline
Community Leader
User avatar

Joined: Mon May 29, 2006 1:00 pm
Posts: 2538
Location: Sweden
Google Talk: johansson_tk@hotmail.com
You are using a difficuly ms version. I suggest you download Mirage Source Engine 1.

_________________
I'm on Facebook!My Youtube Channel Send me an email
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 03, 2007 4:59 pm 
Offline
Regular

Joined: Sat Feb 03, 2007 3:48 pm
Posts: 36
alright, thanks

_________________
Image

Adventures of Virellia
Administrator


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 03, 2007 5:09 pm 
Offline
Community Leader
User avatar

Joined: Mon May 29, 2006 1:00 pm
Posts: 2538
Location: Sweden
Google Talk: johansson_tk@hotmail.com
Swordmaster wrote:
alright, thanks

But of course we support you if you now decide to use 3.0.7.

_________________
I'm on Facebook!My Youtube Channel Send me an email
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 03, 2007 5:40 pm 
Offline
Knowledgeable
User avatar

Joined: Sun May 28, 2006 10:07 pm
Posts: 327
Location: Washington
3.0.7 uses MySQL, which is more difficult to setup than the ini files that already work out of the box with MS 3.0.3/MSE-1.

Once you get it setup right, the MySQL version is okay to deal with, and can make it easier to integrate your game data with a website or something. However, if you are just getting into Mirage Source, you will be better off dealing with one of the other 2 versions and maybe working your way up to MySQL databases later. It will save you some headaches while you learn how MS works. :)


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 03, 2007 5:50 pm 
Offline
Regular

Joined: Sat Feb 03, 2007 3:48 pm
Posts: 36
yea 3.0.7 did seem hard but i just got build 1 to work so ill be with that for a while thanks :)

_________________
Image

Adventures of Virellia
Administrator


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 03, 2007 5:56 pm 
Offline
Community Leader
User avatar

Joined: Mon May 29, 2006 1:00 pm
Posts: 2538
Location: Sweden
Google Talk: johansson_tk@hotmail.com
Swordmaster wrote:
yea 3.0.7 did seem hard but i just got build 1 to work so ill be with that for a while thanks :)

Just so you know, MySQL isn't really a better option. It kinda depends on your taste.Hope you enjoy you stay here in the community :)

_________________
I'm on Facebook!My Youtube Channel Send me an email
Image


Top
 Profile  
 
PostPosted: Mon Jul 13, 2009 8:01 pm 
Offline
Newbie

Joined: Mon Jul 13, 2009 7:41 pm
Posts: 6
i have Visual Basic 2008 Express edition. How do i convert the vbp to exe?


Top
 Profile  
 
PostPosted: Mon Jul 13, 2009 8:31 pm 
Offline
Knowledgeable
User avatar

Joined: Sat Jun 09, 2007 3:16 am
Posts: 276
You'll want to compile.

_________________
Image
Island of Lost Souls wrote:
Dr. Moreau: Mr. Parker, do you know what it means to feel like God?


Top
 Profile  
 
PostPosted: Tue Jul 14, 2009 11:13 am 
Offline
Newbie

Joined: Mon Jul 13, 2009 7:41 pm
Posts: 6
i know im so stupid for this but, how?


Top
 Profile  
 
PostPosted: Tue Jul 14, 2009 11:43 am 
Offline
Knowledgeable

Joined: Sun Jul 29, 2007 12:23 am
Posts: 199
You need VB6. VS wont work.


Top
 Profile  
 
PostPosted: Tue Jul 14, 2009 4:51 pm 
Offline
Newbie

Joined: Mon Jul 13, 2009 7:41 pm
Posts: 6
well, that sure does explain how i couldnt find the button -.-


Top
 Profile  
 
PostPosted: Tue Jul 14, 2009 11:14 pm 
Offline
Knowledgeable

Joined: Sun Jul 29, 2007 12:23 am
Posts: 199
You can compile projects in VS too.. Just Mirage wasn't programmed with VS, so even if you could compile it, there would be errors.


Top
 Profile  
 
PostPosted: Wed Jul 15, 2009 3:21 am 
Offline
Newbie

Joined: Mon Jul 13, 2009 7:41 pm
Posts: 6
i tried with vs after having to convert it and it didnt even run so yeah i know what u mean now.


Top
 Profile  
 
PostPosted: Thu Jul 16, 2009 8:52 am 
Offline
Newbie

Joined: Mon Jul 13, 2009 7:41 pm
Posts: 6
ok, i compiled it and its working. Now i have another problem, somehow i managed to delete the vbp file....where can i find a decompiler so i can get it back?


Top
 Profile  
 
PostPosted: Thu Jul 16, 2009 9:55 am 
Offline
Knowledgeable

Joined: Sun Jul 29, 2007 12:23 am
Posts: 199
What? You deleted the .vbp for your server? Just reupload another one.


Top
 Profile  
 
PostPosted: Fri Jul 17, 2009 6:26 am 
Offline
Newbie

Joined: Mon Jul 13, 2009 7:41 pm
Posts: 6
i made changes to teh original vbp....>.> and i know im an idiot but i dont remember exactly which ones...-.-


Top
 Profile  
 
PostPosted: Fri Jul 17, 2009 7:07 am 
Offline
Knowledgeable

Joined: Sun Jul 29, 2007 12:23 am
Posts: 199
I don't know what to tell you other than just upload a new copy and start again.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 274 posts ]  Go to page 1, 2, 3, 4, 5 ... 11  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 79 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group