demonrage
New Member
- Joined
- Oct 28, 2014
- Messages
- 28
- Reaction score
- 2
I think so. It used to work fine before... now it's having this problem.U aumentou a visualização do mapa no lado do servidor?
#define NETWORKMESSAGE_MAXSIZE 24590
você ajustou coisas sem motor? [ANEXO=completo]101373[/ANEXO]
class Map
{
public:
Map();
virtual ~Map() {}
static constexpr int32_t maxClientViewportX = 18;
static constexpr int32_t maxClientViewportY = 14;
static constexpr int32_t maxViewportX = maxClientViewportX + 2;
static constexpr int32_t maxViewportY = maxClientViewportY + 2;
I'll try this.This is a tutorial showing how to add more tiles to the OTClient window. (Make the screen bigger)
Update:
in const.h
Code:#define NETWORKMESSAGE_MAXSIZE 24590
I was notified increasing this number could resolve some issues.
This is actually a bigger problem than it should be, because TFS doesn't use maxViewPort everywhere it should. So lets change that first!
I will do this for TFS 1.0, since it is basically the same edits for TFS 0.3.6, and maybe i'll learn something doing it for TFS 1.0.
Most of our edits (almost all of them) will be in protocalgame.cpp
First we...
- Flatlander
- Replies: 236
- Forum: OTClient
Did you add these changes to the server and the client?I tried, but it didn't work... the problem persists.
Are you referring to the OTB item or the XML item?Sprite error
XMLAre you referring to the OTB item or the XML item?
When screen goes black, press CTRL+T to view OTC terminal and copy first error you get/make screenshot.When I use the extended field of view, the game crashes and the screen goes black in certain areas of the map; I have to keep relogging and leave that area for things to return to normal. This doesn't happen in classic view mode.
View attachment 101372
#define NETWORKMESSAGE_MAXSIZE 24590