Open GoogleCodeExporter opened 9 years ago
5. The key foe detecting mul version (mul, HS, uop) is missed
Original comment by staticz@uoquint.ru
on 4 Jul 2012 at 2:46
6. Also I think it's a good idea to make options for max, min zoom level
values. Because a veru big zoom level can make client crash and cause a big lag.
P.S. Abouy #5 You writed
{{{
if (config["/fluo/files/format"].asString() == "mul") {
fileFormat_ = FileFormat::MUL;
} else if (config["/fluo/files/format"].asString() == "mul-hs") {
fileFormat_ = FileFormat::MUL_HIGH_SEAS;
}
.....
}}}
maybe you mean "/fluo/files@format" not "/fluo/files/format" or I something
didn't understand?
PPS Can you give me access for editing my own's comment's and issues?
Original comment by staticz@uoquint.ru
on 4 Jul 2012 at 3:14
1) I also heard that from others. Will check.
2) That is a difficult issue, as there is no really correct default value. My
plan is to split the config into a shard config (which will be given to you by
your freeshard staff) and a profile. So usually a user should never have to
mess with the file details
3) Can you be more specific? What exactly did you set your config to?
4) That's of course planned for a later version
5) You're right, that's a bug in the code. I already fixed it locally
6) Is also planned
Original comment by spin@fluorescence-client.org
on 4 Jul 2012 at 4:52
Looks like editing issues and comments is not possible here, I am also not able
to edit mine.
Original comment by spin@fluorescence-client.org
on 4 Jul 2012 at 4:56
2) I thenk default version must be standart for UO ML+ clients, because if
somenody changed something they will know what thay have to change...
Original comment by staticz@uoquint.ru
on 4 Jul 2012 at 4:58
1) is fixed for newly created shards, was just a stupid mistake. To fix for an
already existing shard you need to edit your shards/<name>/macros.xml file and
change
<macro key="enter">
to
<macro key="return">
2) Changed the default sizes and dif defaults. Are the map*x.mul files already
active? I thought they were just some test stuff from osi
Original comment by spin@fluorescence-client.org
on 5 Jul 2012 at 5:00
2) Yes it's alrady active since SA. Osi use it if server send 0x8000 flag in
0xA9 packet (Characters List).
PS packet contains 30 chars for password and name, but client limited them up
to 16 chars... Sometimes I can't understand OSI )))
3) Nothing at all. I think config file override values from defult soo I only
specified map sizes, path to uo data files and server addres. After all client
opened and even try to work but all I see was black screen.
PS what macro keys are for mous wheel and additional keys (some mouse have
many keys)
Original comment by staticz@uoquint.ru
on 6 Jul 2012 at 7:52
Original issue reported on code.google.com by
staticz@uoquint.ru
on 4 Jul 2012 at 2:07