Krutzo 1
Krutzo
shrpnl 1
shrpnl
Best Studio 1
Best Studio
D 1
delimuratt
Aliyldrim 1
Aliyldrim
Mt2Hizmet 1
Mt2Hizmet
noisiv 1
noisiv
Manwe Work 1
Manwe Work
melankolıa18 1
melankolıa18
Agora Metin2 1
Agora Metin2
Cannn6161 1
Cannn6161
Hikaye Ekle
Reklam vermek için turkmmo@gmail.com

Compile client source without opening Visual Studio

  • Konuyu başlatan Konuyu başlatan TuRkiSama
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 1
  • Görüntüleme Görüntüleme 380

TuRkiSama

Level 3
TM Üye
Üye
Katılım
13 Eki 2024
Konular
33
Mesajlar
142
Çözüm
1
Online süresi
11d 7h
Reaksiyon Skoru
35
Altın Konu
0
TM Yaşı
1 Yıl 7 Ay 23 Gün
Başarım Puanı
60
MmoLira
1,810
DevLira
33
Ticaret - 0%
0   0   0

ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!

Hello

Today while browsing Marty Sama's website I found something that I think will be useful for those who compile the client source a lot like me
It is to create a bat file to compile without the need to open Visual Studio

I tried it and it was nice as I was facing a problem of the device hanging a lot while working on the compile with the program so I found it useful and it should be published for the benefit of everyone

Note: I do not know if it has been published before or not and I also know that the method is old for sure but I did not know about it

1-
Metin2Client_CompileRelease.bat

2-
Python:
@echo off
REM استدعاء بيئة Visual Studio 2022
CALL "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
cd %~dp0
REM msbuild metin2client.sln /property:Configuration=Release /maxcpucount -target:Clean
REM msbuild metin2client.sln /property:Configuration=Release /maxcpucount
MSBuild.exe metin2client.sln /p:Configuration=Release /p:Platform=Win32 /maxcpucount

pause
Screenshot_2.png


Note: This code is for owners of the 2022 version. You can modify the path as you like.
 
Hello

Today while browsing Marty Sama's website I found something that I think will be useful for those who compile the client source a lot like me
It is to create a bat file to compile without the need to open Visual Studio

I tried it and it was nice as I was facing a problem of the device hanging a lot while working on the compile with the program so I found it useful and it should be published for the benefit of everyone

Note: I do not know if it has been published before or not and I also know that the method is old for sure but I did not know about it

1-
Metin2Client_CompileRelease.bat

2-
Python:
@echo off
REM استدعاء بيئة Visual Studio 2022
CALL "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
cd %~dp0
REM msbuild metin2client.sln /property:Configuration=Release /maxcpucount -target:Clean
REM msbuild metin2client.sln /property:Configuration=Release /maxcpucount
MSBuild.exe metin2client.sln /p:Configuration=Release /p:Platform=Win32 /maxcpucount

pause
Ekli dosyayı görüntüle 133991

Note: This code is for owners of the 2022 version. You can modify the path as you like.
Thanks for sharing
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst