• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OTClient OTClient - Extended Window View - Black Screen

roriscrave

Advanced OT User
Joined
Dec 7, 2011
Messages
1,188
Solutions
34
Reaction score
200
Hi Guys, im using tfs 1.x for 8.6. Now im using OTCV8, i have added this for extend window:
Lua:
        g_game.enableFeature(GameExtendedOpcode)
        g_game.enableFeature(GameChangeMapAwareRange)

But when I use "ctrl -", to expand the screen, the edges turn black. How solve this?
Want to solve edges black and disable "ctrl -", the extended screen will be a fixed value

1701633978138.png
 
dont worked, =(
I need make modification in source (tfs)?

Maybe what tutorial follows?


game_interface
Lua:
gameMapPanel:setVisibleDimension({width = XXXX, height = XXXX})

  g_game.changeMapAwareRange(XXX, XXX)

  gameMapPanel:setKeepAspectRatio(true)

  gameMapPanel:setLimitVisibleRange(false)

  gameMapPanel:setZoom(13)
 
Maybe what tutorial follows?


game_interface
Lua:
gameMapPanel:setVisibleDimension({width = XXXX, height = XXXX})

  g_game.changeMapAwareRange(XXX, XXX)

  gameMapPanel:setKeepAspectRatio(true)

  gameMapPanel:setLimitVisibleRange(false)

  gameMapPanel:setZoom(13)
I use tfs 1.2 downgraded by nekiro 8.6. Need to edit some code in tfs?

Look what happens when login, the edges are black. I Want to see all Sqms that are black:
1701637975052.png
 
 
QUESTION: is possible use extended windows using OTClient and OLDClient?
In OTCliente i need extended and old client, need normally.

added this code, and buged more:

and get this erros in terminal:
Lua:
ERROR: ProtocolGame parse message exception (6945 bytes, 173 unread, last opcode is 0x00 (0), prev opcode is 0xdf (223)): InputMessage eof reached
Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 860)
 
solved here:
 
Back
Top