This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] Adding a MPQ to a server.  (Read 1558 times)

Osom

  • Registred Member
  • MWCS Enthusiast
  • *****
  • Posts: 2
    • View Profile
[QUESTION] Adding a MPQ to a server.
« on: June 25, 2014, 12:12:22 am »
First of all, hello.

As I am new to the world of building, I would like to ask how I might be able to add a released MPQ to the server DB.
Hmm... the exact MPQ that i'm trying to add is a release that's in this forum, a mapped gilneas. The name of the post is: [RELEASE] [SHOWOFF] Gilneas map for 3.3.5 (As I am not able to post links, I think that might work as a reference)


Thanks for reading, and sorry if I got the wrong board.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Alastor

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1105
    • View Profile
Re: [QUESTION] Adding a MPQ to a server.
« Reply #1 on: June 25, 2014, 03:35:09 am »
What do you mean by adding MPQ to server

- MPQ is Client Side only
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
No matter how fast light travels it finds the darkness has always got there first and is waiting for it
Star Citizen Referral Code : STAR-XNFS-HVL9

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [QUESTION] Adding a MPQ to a server.
« Reply #2 on: June 25, 2014, 11:08:02 pm »
Quote from: "dahaga"
What do you mean by adding MPQ to server

- MPQ is Client Side only

It is an archive. It is used both server and client side.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Osom

  • Registred Member
  • MWCS Enthusiast
  • *****
  • Posts: 2
    • View Profile
Re: [QUESTION] Adding a MPQ to a server.
« Reply #3 on: June 25, 2014, 11:32:10 pm »
As a matter of fact, when you try to get a map or some kind of "displays" for the server, I understood that you need to put the MPQ into the server DB in some kind of way. However, I might have misunderstood it.
 

I hope my english is understandable, it's my second language; if something is not understandable or comprehensible, I can try to explain myself better. :).


Again, thanks for reading.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Alastor

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1105
    • View Profile
Re: [QUESTION] Adding a MPQ to a server.
« Reply #4 on: June 26, 2014, 11:03:11 am »
So when i have for example Custome map with Water in Client i cant fish there
and if i put this map in MPQ to the server side i can start to fishing :?
or something like that ?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
No matter how fast light travels it finds the darkness has always got there first and is waiting for it
Star Citizen Referral Code : STAR-XNFS-HVL9

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [QUESTION] Adding a MPQ to a server.
« Reply #5 on: June 26, 2014, 07:12:40 pm »
Quote from: "dahaga"
So when i have for example Custome map with Water in Client i cant fish there
and if i put this map in MPQ to the server side i can start to fishing :?
or something like that ?

Information about the world the server reads from maps, vmaps, and mmaps. You can find more information about this from the emulator wiki's.

The DBCs are a form of database that the server reads too.

MPQ's are sent to the client in certain situations and it is unlikely you will have encountered this. It is an archive format.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Morfium

  • Registred Member
  • Loreweaver
  • *****
  • Posts: 96
    • View Profile
Re: [QUESTION] Adding a MPQ to a server.
« Reply #6 on: June 26, 2014, 10:25:06 pm »
In your case I think you just have to drop the files into the client folder and you are good to go.
The gilneas patch replaced the development map or something I think. So the dbc stuff is there and you just override an existing (unused) map.
In the video it is stated to just  go xyz -1823 2295 42 map 451.
On mangos/trinity (not 100% sure if both) you just need to be a gm and type
Code: [Select]
.go xyz -1823 2295 42 451If this does not work, check the ingame help for commands.
If you want to really use the map with vmaps, zone names, etc. Then you'd have to also extract them with the tools for your emu and make entries in the dbcs. But for just running around and checking the map out, dropping it into your client folder should do the trick.

For more detailed info it might be a good start to read the tutorials for creating a custom map, because that's almost what you want, except you already have the map.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »