SphereCommunity
Help with UOP - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: General Discussion (/Forum-General-Discussion)
+--- Forum: UOP/Mul Editing (/Forum-UOP-Mul-Editing)
+--- Thread: Help with UOP (/Thread-Help-with-UOP)



Help with UOP - Artyk - 10-30-2014 07:18 AM

Hi guys,
it's more than a week that i'm looking on how to work with UOP files (basically maps)
I found that i have to unpack, modify and repack them

I tried with both LegacyMULConverter-v4 (linked by Feeh on http://forum.spherecommunity.net/Thread-MUL-to-UOP) and LegacyUOP2MUL (in download section) and both Centred 0.6.3 (tutorial and download section) and Centred+ 0.7.08 (from http://dev.uoquint.ru/) always getting "Bad mul files. Check map and file sizes" (needless to say i already checked map size)

Where am i wrong?
I'm using 7.0.35.1, is there something wrong with this version? What version is recommended?

It would be very nice if someone writes down a tutorial on how all this works Big Grin


RE: Help with UOP - Feeh - 10-31-2014 12:26 AM

Centred expect you to define the map size in your configuration XML
The width for original map 0 and 1 is either 768 or 896, depends on what map you're using


RE: Help with UOP - Artyk - 10-31-2014 05:55 AM

As i already said i've checked maps size, btw the following is my xml

Code:
<?xml version="1.0"?>
<CEDConfig Version="5">
  <Language>..\Language\English.ini</Language>
  <Port>2597</Port>
  <Map>
    <Map>c:\maps\map0.mul</Map>
    <StaIdx>c:\maps\staidx0.mul</StaIdx>
    <Statics>c:\maps\statics0.mul</Statics>
    <Width>896</Width>
    <Height>512</Height>
    <Format>0x0000000c</Format>
  </Map>
  <Tiledata>c:\maps\tiledata.mul</Tiledata>
  <Radarcol>c:\maps\radarcol.mul</Radarcol>
  <Accounts>
    <Account>
      <Name>admin</Name>
      <PasswordHash>74469bf177943adb389ff1b30684f32e</PasswordHash>
      <AccessLevel>255</AccessLevel>
      <LastPos x="0" y="0"/>
      <Regions/>
    </Account>
  </Accounts>
  <Regions/>
</CEDConfig>

At the moment i'm using map0.mul converted from map0LegacyMUL.uop (7.0.35.1) with LEGACY_UOP2MUL

the following is what i get

Code:
c:\CentrED+\PEBinaries>cedserver.exe

======= CentrED+ Server [Version: 0.7.7  Build: 260] =======
Copyright: "UO CentrED" ver 0.6.1 (c) 2009 Andreas Schneider
         : "CentrED+" version (c) 2013 StaticZ (uoquint.ru)
[20:48:36] Language loaded: English
[20:48:36] Config file loaded: "cedserver.xml"
[20:48:36] Initialization starting
[20:48:36] Loading: Map, Statics, StaIdx, Tiledata
[20:48:36] Initialization complete
[20:48:36] Bad mul files. Check map and file sizes.
[20:48:36] Shuting down...done



RE: Help with UOP - Jim - 01-26-2015 09:38 PM

I do have the same problem, " Bad mul files. Check map and file sizes."
I set the Width=896 and Height=512.

But I have no idea about the "Format", what value will be set for Format? (0x00000000 ?)

<Map>
<Map>d:\uo\map0.mul</Map>
<StaIdx>d:\uo\staidx0.mul</StaIdx>
<Statics>d:\uo\statics0.mul</Statics>
<Width>896</Width>
<Height>512</Height>
<Format>0x00000000</Format>
</Map>


RE: Help with UOP - Jim - 01-26-2015 10:46 PM

ok, I got the reason from "http://dev.uoquint.ru/projects/centred/wiki/Start_and_server_setup".

"•At present clients are higher 7.0.23.1 aren't supported."

:_((