Reminder: Internet Explorer 6 or below are NOT supported.





There are currently 20 users playing Freelancer on
38 servers. | September. 28, 2023 |
Browsing this Thread:
1 Anonymous Users
Characters.fl "visit=" game limit |
||||
---|---|---|---|---|
![]() Joined:
2011/2/27 21:00 Group:
Registered Users
Posts:
28
![]() |
Greetings, Adoxa! Thank you again for resolution of the recent problem. I met with new problem which connected with limit, but with another. If in charfile (.fl) a lot of explored objects, more correctly - lines of "visit=", so the map of the character will reset. If i delete some "visit" lines the explored objects will appear, but only untill the player don't full the character with new lines. Maybe you have ideas ? I did't find anything about it in logs.
Posted on: 2021/3/5 18:13
|
|||
|
Re: Characters.fl "visit=" game limit |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
2042
![]() |
I created 32000 dummy visit lines, with the last one being Pittsburgh, which showed up on the map. Visit storage is allocated dynamically, so it's not that. It's possible the dummy ids don't work the same way, so I'm not testing the same thing. Can you use Console? Its
show displays everything on the NavMap, which should test if it's just a display issue (I had to increase patrol paths so they'd all show up).
Posted on: 2021/3/6 8:44
|
|||
|
Re: Characters.fl "visit=" game limit |
||||
---|---|---|---|---|
![]() Joined:
2011/2/27 21:00 Group:
Registered Users
Posts:
28
![]() |
Quote:
Does it console for single game? I have never used it, because I work only with server part... I decided check it in single game, but there not limit. It is only in character’s files. Maybe this is limit on the number of readable visits by the server? See how it happens when the number of visit lines so many... On the first screenshot I entered on a server with empty map, but all objects had been already written in the character’s file. ![]() On the second screenshot I started in space and objects started open as in case when I am here the first time. ![]() It is after when you will reenter on the character. All explored objects disappear. ![]() There I deleted from the character’s file some “visit” lines and the map appear. But if I start explore new objects on the map all will disappear again due to the limit of lines. ![]() I attached the character on which the limit reached. Can you look on it?
Posted on: 2021/3/6 13:21
|
|||
|
Re: Characters.fl "visit=" game limit |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
2042
![]() |
Code: # Double the size of Freelancer's "visit" packet.
Posted on: 2021/3/7 7:42
|
|||
|
Re: Characters.fl "visit=" game limit |
||||
---|---|---|---|---|
![]() Joined:
2011/2/27 21:00 Group:
Registered Users
Posts:
28
![]() |
Quote:
Awesome! thank you, Adoxa!
Posted on: 2021/3/7 10:36
|
|||
|