Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: SOURCE MAIN SEASON 5.2  (Visto 22338 veces)

0 Miembros and 2 Guests are viewing this topic.

Offline datkool #20 Posteado: July 24, 2021, 09:07:58 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 34
  • Gracias recibida: 896
  • vn
hi. anyone tell me how to fix it.tks you


search for 
and change to  >

tks you very much

Discord: datkool#9548

Gracias:


Offline bimaloha #21 Posteado: July 24, 2021, 10:09:41 AM | Modificado: July 24, 2021, 12:32:56 PM by bimaloha

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 118
  • Gracias recibida: 3886
  • vn
my bad, there's no error. Compiled success without edit anything.

Gracias:


Offline Hoangsy99 #22 Posteado: July 24, 2021, 10:59:41 AM | Modificado: July 24, 2021, 01:22:37 PM by Hoangsy99

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • 3D Maker
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 640
  • Gracias recibida: 55985
  • vn
Thanks @lunaticodeveloper , @louis
VTM Version  cool2
 

update:
Login ok 🙆

Gracias:


Offline MsotoC #23 Posteado: July 24, 2021, 12:51:59 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 282
  • Gracias recibida: 1937
  • pe
a mi me da error. :(


Offline showmax #24 Posteado: July 24, 2021, 01:02:02 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 205
  • Gracias recibida: 4584
  • vn
my bad, there's no error. Compiled success without edit anything.

me too . how to fix that!


Offline datkool #25 Posteado: July 24, 2021, 01:24:38 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 34
  • Gracias recibida: 896
  • vn
Thanks @lunaticodeveloper , @louis
VTM Version  cool2
 

update:
Login ok 🙆


thím ơi thím có thể share bộ build của thím đc ko thím? tks thím nhiều

Discord: datkool#9548

Offline louis #26 Posteado: July 24, 2021, 02:06:44 PM | Modificado: July 24, 2021, 02:17:12 PM by louis

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • C++ Coder
  • +11 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 844
  • Gracias recibida: 36932
  • br
How I compiled it in VS2015:

1 - Download and install the last version of Boost 1.76
How to install:


2 - Added the boost to Library directories and Include:


3 - Download the direct X 6.1 sdk
Install and set it in Library directories and Include $(DXSDK_DIR)DXSDK61\Lib and $(DXSDK_DIR)DXSDK61\Include



4 - a "fix" for compile in the visual studio 2015:


replace the files into Link\Common\Header folder

But the cashshop use a library compatible with the Visual Studio 2008 only, so you can't use the cashshop when compile with visual studio 2015.

Update 36 is ready!!!

Offline me19900 #27 Posteado: July 24, 2021, 02:09:32 PM | Modificado: July 24, 2021, 02:13:28 PM by me19900

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 7
  • Gracias recibida: 6
  • ad
What filename contains ip, version, serial.
Thank you.


Offline louis #28 Posteado: July 24, 2021, 02:16:17 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • C++ Coder
  • +11 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 844
  • Gracias recibida: 36932
  • br
What filename contains ip, version, serial.
Thank you.

local.cpp

Update 36 is ready!!!

Gracias:


Offline bimaloha #29 Posteado: July 24, 2021, 02:20:22 PM | Modificado: July 24, 2021, 02:27:48 PM by bimaloha

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 118
  • Gracias recibida: 3886
  • vn
it's works for me with vs2013 (platform Toolset v120)

Gracias:


Offline myheart #30 Posteado: July 24, 2021, 02:34:04 PM | Modificado: July 24, 2021, 02:38:31 PM by myheart

  • C++ Coder
  • 0 puntos por ventas
  • *
  • *
  • Rank: Destacado
  • Posts: 94
  • Gracias recibida: 5721
  • 00
How I compiled it in VS2015:

4 - a "fix" for compile in the visual studio 2015:
 

replace the files into Link\Common\Header folder

But the cashshop use a library compatible with the Visual Studio 2008 only, so you can't use the cashshop when compile with visual studio 2015.

Just install Visual Studio 2008 + SP1 update, then you can build it on Visual Studio 2019 with V90 toolset.
then cashshop will working fine (global build).




my bad, there's no error. Compiled success without edit anything.
me too . how to fix that!
thím ơi thím có thể share bộ build của thím đc ko thím? tks thím nhiều

- chỉ cần cài Visual Studio 2008 + SP1 update
- rồi thêm thư mục SDK vào Environment Variables "MU_SDK"
- sửa chỗ
Code: [Select]
#define BoostSmart_Ptr( classname )  shared_ptr<classname>
#define BoostWeak_Ptr( classname )   weak_ptr<classname>
thành
Code: [Select]
#define BoostSmart_Ptr( classname )  boost::shared_ptr<classname>
#define BoostWeak_Ptr( classname )   boost::weak_ptr<classname>
- ở chỗ Build Events xóa Command Line đi là được.

Gracias:


Offline showmax #31 Posteado: July 24, 2021, 03:05:36 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 205
  • Gracias recibida: 4584
  • vn
Thanks @lunaticodeveloper , @louis
VTM Version  cool2
 

update:
Login ok 🙆


how to config server :D


Offline showmax #32 Posteado: July 24, 2021, 03:52:28 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 205
  • Gracias recibida: 4584
  • vn
How I compiled it in VS2015:

4 - a "fix" for compile in the visual studio 2015:
 

replace the files into Link\Common\Header folder

But the cashshop use a library compatible with the Visual Studio 2008 only, so you can't use the cashshop when compile with visual studio 2015.

Just install Visual Studio 2008 + SP1 update, then you can build it on Visual Studio 2019 with V90 toolset.
then cashshop will working fine (global build).




my bad, there's no error. Compiled success without edit anything.
me too . how to fix that!
thím ơi thím có thể share bộ build của thím đc ko thím? tks thím nhiều

- chỉ cần cài Visual Studio 2008 + SP1 update
- rồi thêm thư mục SDK vào Environment Variables "MU_SDK"
- sửa chỗ
Code: [Select]
#define BoostSmart_Ptr( classname )  shared_ptr<classname>
#define BoostWeak_Ptr( classname )   weak_ptr<classname>
thành
Code: [Select]
#define BoostSmart_Ptr( classname )  boost::shared_ptr<classname>
#define BoostWeak_Ptr( classname )   boost::weak_ptr<classname>
- ở chỗ Build Events xóa Command Line đi là được.

share server , right


Offline Sweng #33 Posteado: July 24, 2021, 05:01:31 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 6
  • Gracias recibida: 4
  • ua
hi. anyone tell me how to fix it.tks you


search for 
and change to  >

maybe boost::shared_ptr ??? ...

Gracias:


Offline chuckhai #34 Posteado: July 24, 2021, 06:18:24 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 129
  • Gracias recibida: 1074
  • vn
it's works for me with vs2013 (platform Toolset v120)


chia se  toi voi ong oi


Offline bimaloha #35 Posteado: July 24, 2021, 10:26:36 PM | Modificado: July 24, 2021, 10:33:29 PM by bimaloha

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 118
  • Gracias recibida: 3886
  • vn
add SDK lib method:
https://www.loom.com/share/b830b101d6334faeac4ffc2abd6299a0

Upgraded to vs2013 and add MU_SDK var by Macors, just edit it to your folder path
(use the same Link folder, big size so i don't compress it)
https://www.mediafire.com/file/a1o8hzr1wmr8wyd/[11.07.12]+MU_Chs_1.03.35.7z/file

Gracias:


Offline Hoangsy99 #36 Posteado: July 25, 2021, 07:20:57 AM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • 3D Maker
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 640
  • Gracias recibida: 55985
  • vn
Bug : key "Alt" and muse show item name when monter die not work !


Offline LTP Team #37 Posteado: July 25, 2021, 07:54:35 AM

  • C++ Coder
  • 0 puntos por ventas
  • *
  • *
  • Rank: Liga mayor
  • Posts: 199
  • Gracias recibida: 3184
  • ru
Bug : key "Alt" and muse show item name when monter die not work !

You have sources, just fix it )

Gracias:


Offline Hoangsy99 #38 Posteado: July 25, 2021, 08:13:45 AM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • 3D Maker
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 640
  • Gracias recibida: 55985
  • vn
Bug : key "Alt" and muse show item name when monter die not work !

You have sources, just fix it )
yes, I just informed everyone :)


Offline AkaruzTheOne #39 Posteado: July 25, 2021, 10:22:48 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 2
  • Gracias recibida: 228
  • ar
Bug : key "Alt" and muse show item name when monter die not work !

You have sources, just fix it )
yes, I just informed everyone :)

I can't remember fine causes of this.. But if you trying to make compilation on GMO, remember that by version can exists or don't exists ItemToolTip.bmd system... And try to see the file called: "Defined_Global.h" ;) to modify 1 MACRO related, good luck !


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
8 Replies
3373 Views
Last post January 20, 2023, 10:58:49 AM
by lkt22
6 Replies
2711 Views
Last post January 06, 2024, 08:52:03 PM
by djkaku
12 Replies
1504 Views
Last post April 01, 2024, 12:07:30 PM
by gega
1 Replies
573 Views
Last post April 20, 2024, 11:02:56 PM
by Darckz
9 Replies
1420 Views
Last post December 28, 2023, 08:49:13 AM
by NghienMU