The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with UOP
Author Message
Artyk
Journeyman
*

Posts: 75
Likes Given: 43
Likes Received: 9 in 9 posts
Joined: Sep 2014
Reputation: 0



Post: #1
Help with UOP
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
10-30-2014 07:18 AM
Find all posts by this user Like Post Quote this message in a reply
Feeh
Sphere Developer
*****

Posts: 156
Likes Given: 6
Likes Received: 40 in 29 posts
Joined: Sep 2012
Reputation: 4



Post: #2
RE: Help with UOP
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

Feeh/Epila - Nightly releases / SphereWiki / Github Issues / Sphere's GitHub
(This post was last modified: 10-31-2014 12:27 AM by Feeh.)
10-31-2014 12:26 AM
Find all posts by this user Like Post Quote this message in a reply
Artyk
Journeyman
*

Posts: 75
Likes Given: 43
Likes Received: 9 in 9 posts
Joined: Sep 2014
Reputation: 0



Post: #3
RE: Help with UOP
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
10-31-2014 05:55 AM
Find all posts by this user Like Post Quote this message in a reply
Jim
Apprentice
*

Posts: 28
Likes Given: 1
Likes Received: 12 in 4 posts
Joined: Jan 2015
Reputation: 0



Post: #4
RE: Help with UOP
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>
01-26-2015 09:38 PM
Find all posts by this user Like Post Quote this message in a reply
Jim
Apprentice
*

Posts: 28
Likes Given: 1
Likes Received: 12 in 4 posts
Joined: Jan 2015
Reputation: 0



Post: #5
RE: Help with UOP
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."

:_((
01-26-2015 10:46 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)