Jump to content

Metin2 Client Binary | 4 Inventory Pages | Fixed Minimap


Smith

Recommended Posts

M2 Download Center

This is the hidden content, please
( Internal )

Hi,

 

  • DirectX 8 -> 9
  • Python 2.2.15 -> 2.7.6
  • Granny 2.4.0.30 -> 2.9.12.0
  • Boost 1.43.0 -> 1.55.0
  • DevIL 1.6.1 -> 1.7.8
  • Crypto++ 5.6.1 -> 5.6.2
  • LZO 2.03 -> 2.06
  • JPEG Lib 6b -> 9a

 

+ fixxed Minimap and 4 Inventory Pages

 

Scan: 

This is the hidden content, please

Download: here

 

Siencly,

Smith

  • Metin2 Dev 24
  • Sad 1
  • Scream 1
  • Good 9
  • Love 1
  • Love 26
Link to comment
Share on other sites

  • Honorable Member

Use this batchfile to collecting the source files into rar archive:

@echo off

if %1=="" goto :eof

set SAVESTAMP=%DATE:-=%%TIME::=%
set SAVESTAMP=%SAVESTAMP: =0%
set SAVESTAMP=%SAVESTAMP:,=%

if not exist "%~1_backup" (
	mkdir "%~1_backup%" 
	echo make dir: "%~n1_backup"
)

echo backup name: "%~n1_%SAVESTAMP%"

"c:Program FilesWinRARWinRAR.exe" a -r "%~1_backup/%~n1_%SAVESTAMP%.rar" -m5 -ep1 -n*.h -n*.c -n*.cc -n*.cpp -n*.hpp -n*.sln -n*.suo -n*.vssscc -n*.vcproj -n*.vcxproj -n*.vspscc -n*.cur -n*.ico -n*.manifest -n*.filters -n*.user -n*.aps -n*.rc -n*.vspscc "%~1"

echo "%~n1_backup/%~n1_%SAVESTAMP%.rar"

pause

:eof

03bcaf2486.png

 

Usage:

cmd# backup Server[ENTER]

w8 until done and press a button.

 

ps. This batch-script made by Terenzo.

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 2
Link to comment
Share on other sites

  • Former Staff

How did you solve the minimap bug? :|

go to eterlib/statemanager.cpp

search for this

HRESULT CStateManager::DrawIndexedPrimitive(D3DPRIMITIVETYPE PrimitiveType, UINT minIndex, UINT NumVertices, UINT startIndex, UINT primCount

change this

return (m_lpD3DDev->DrawIndexedPrimitive(PrimitiveType, minIndex, 0, NumVertices, startIndex, primCount));

with this

return (m_lpD3DDev->DrawIndexedPrimitive(PrimitiveType, 0,minIndex,  NumVertices, startIndex, primCount));

after reading see this also

 

Edited by flygun
  • Love 1
Link to comment
Share on other sites

  • Former Staff

 

This topic has no value, do not understand what you want with this topic?
Solving the minimap's topic is posted in Terenzo, as well as the source client.

 

actually you got a point  cus he just fixed somethings (don't wanna say that he copied) while it's all shared here and gave us a compiled binary not a source

 

anyway i answered RechadoPT's question so to save time for him/her

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 2 months later...
  • 2 weeks later...
  • Former Staff

Use this batchfile to collecting the source files into rar archive:

@echo off

if %1=="" goto :eof

set SAVESTAMP=%DATE:-=%%TIME::=%
set SAVESTAMP=%SAVESTAMP: =0%
set SAVESTAMP=%SAVESTAMP:,=%

if not exist "%~1_backup" (
	mkdir "%~1_backup%" 
	echo make dir: "%~n1_backup"
)

echo backup name: "%~n1_%SAVESTAMP%"

"c:Program FilesWinRARWinRAR.exe" a -r "%~1_backup/%~n1_%SAVESTAMP%.rar" -m5 -ep1 -n*.h -n*.c -n*.cc -n*.cpp -n*.hpp -n*.sln -n*.suo -n*.vssscc -n*.vcproj -n*.vcxproj -n*.vspscc -n*.cur -n*.ico -n*.manifest -n*.filters -n*.user -n*.aps -n*.rc -n*.vspscc "%~1"

echo "%~n1_backup/%~n1_%SAVESTAMP%.rar"

pause

:eof

03bcaf2486.png

 

Usage:

cmd# backup Server[ENTER]

w8 until done and press a button.

 

ps. This batch-script made by Terenzo.

​this is wrong :/

here is working one

@echo off

if %1=="" goto :eof

set SAVESTAMP=%DATE:-=%%TIME::=%
set SAVESTAMP=%SAVESTAMP: =0%
set SAVESTAMP=%SAVESTAMP:,=%

if not exist "%~1_backup" (
	mkdir "%~1_backup%" 
	echo make dir: "%~n1_backup"
)

echo backup name: "%~n1_%SAVESTAMP%"

"C:\Program Files\WinRAR\WinRAR.exe" a -r "%~1_backup/%~1.rar" -m5 -ep1 *.h *.lib *.c *.cc *.cpp *.hpp *.sln *.suo *.vssscc *.vcproj *.vcxproj *.vspscc *.cur *.ico *.manifest *.filters *.user *.aps *.rc *.vspscc "%~1"

echo "%~n1_backup/%~n1_%SAVESTAMP%.rar"

pause

:eof

 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.