Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release MW3 Server Addon
#71
(08-10-2012, 17:50)Pozzuh Wrote: y u no add my shit

Because he hates you.
Reply

#72
@zxz0O0

i tried the SayAll method and at first it seemed to work.
I displayed a message through OnSay when a message was sent from a client (message from SayAll also triggered that) but i set ChatNone as return value.
After removing my OnSay method and just using SayAll i always get this:

Code:
Exception Message = Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Exception Source = addon
Exception StackTrace =
   [b]at Server.CChat.hkClientSay(Entity_t* , Int32 , SByte* )
   at Addon.CPlugin.SayAll(ServerClient Client, String Message)[/b]

It seems there is a memory access problem.
That exception only occurs when using SayAll (normal messages are still working).

I hope u can resolve that problem.
Reply

#73
The old rotation option for the addons does not seem to be working. I cannot get my server to boot with it enabled.

This is in my log with this feature enabled;

[20:49:35] Map rotate started...
[20:49:35] none found
[20:49:35] No map rotation found, haulting map rotation.

Disable this feature and the server boots right up.
Reply

#74
Sorry, I forgot to tell that I now finally fixed OldRotation and custom commands. However for OldRotation you must now add the rotation value in sv_config. It's in the [Server] section.

Example:
Code:
[Server]
OldRotationVal=playlist ffa_default map mp_dome playlist sd_default map mp_alpha

@Deviler86 I will look into your problems, I am not sure if the OnPlayerDamaged problem when using explosives can be fixed.
[Image: azuw.jpg]
Reply

#75
(08-11-2012, 09:41)zxz0O0 Wrote: Sorry, I forgot to tell that I now finally fixed OldRotation and custom commands. However for OldRotation you must now add the rotation value in sv_config. It's in the [Server] section.

Example:
Code:
[Server]
OldRotationVal=playlist ffa_default map mp_dome playlist sd_default map mp_alpha

@Deviler86 I will look into your problems, I am not sure if the OnPlayerDamaged problem when using explosives can be fixed.

@zz0O0 the map rotation isn't working, i posted in the help thread.
[Image: b_560_95_1.png]


[Image: b_560_95_1.png]

Reply

#76
(08-11-2012, 09:41)zxz0O0 Wrote: Sorry, I forgot to tell that I now finally fixed OldRotation and custom commands. However for OldRotation you must now add the rotation value in sv_config. It's in the [Server] section.

Example:
Code:
[Server]
OldRotationVal=playlist ffa_default map mp_dome playlist sd_default map mp_alpha

@Deviler86 I will look into your problems, I am not sure if the OnPlayerDamaged problem when using explosives can be fixed.

ok thx alot.
OnSay: i hope this isn't such a big problem ^^
OnPlayerDamaged: maybe you can save the last missile/grenade shooter/holder and use it for this method?
Reply

#77
http://gyazo.com/3e83d35cc0d5b756d91a8eec2596f648
Sad
Reply

#78
It seems like the old style map rotation is causing the server to crash. I have tried this on two different servers with the same result.

What seem to be the problem is when the map cycle ends, it doesn't know what to do, as per the logs;

22:33:30] Playlist: fallen Map: mp_lambeth
[22:48:22] Map rotate started...
[22:48:22] Playlist: resistance Map: mp_paris
[22:54:35] Map rotate started...
[22:54:35] Playlist: Arkaden Map: mp_plaza2
[22:58:59] Map rotate started...
[23:10:35] Logging WinMainFunc 0x539B60
[23:10:35] Logging SpecsFunc 0x4F6100
[23:10:35] Logging CreateDvarsHook 0x4FBD8C
[23:10:35] Logging MapRotateFunc 0x4F47C0
________________________________
00:26:10] Playlist: fallen Map: mp_lambeth
[00:30:14] Map rotate started...
[00:30:14] Playlist: resistance Map: mp_paris
[00:43:31] Map rotate started...
[00:43:31] Playlist: Arkaden Map: mp_plaza2
[00:57:21] Map rotate started...
[00:58:42] Logging WinMainFunc 0x539B60
[00:58:42] Logging SpecsFunc 0x4F6100
[00:58:42] Logging CreateDvarsHook 0x4FBD8C
[00:58:42] Logging MapRotateFunc 0x4F47C0


Notice how Arkaden is always the ending map? It just wont repeat.
Reply

#79
Uploaded a quick update to fix the chat bug. Also added an option in sv_config to disable map rotation threshold.

@kraze1994 I tested old rotation and it rotates fine. Still using the values I posted above.
[Image: azuw.jpg]
Reply

#80
(08-19-2012, 10:49)zxz0O0 Wrote: Uploaded a quick update to fix the chat bug. Also added an option in sv_config to disable map rotation threshold.

@kraze1994 I tested old rotation and it rotates fine. Still using the values I posted above.

Does it work in last game update version (1.9.441)?
EDIT: It works on 1.9.441 version thanks to --> - Added signature scans so it should work on future versions without the need of updating Wink
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] ADDON + BOXES MW3 v1.9.388 xenio 0 2,607 01-04-2020, 12:39
Last Post: xenio
  How to set up your own modded server with server addon for supernoobs JariZ 133 106,718 03-04-2018, 16:14
Last Post: h1dexyz
  [Tutorial] How to install plugins to your MW3 Server JariZ 24 35,079 07-17-2017, 07:54
Last Post: syrvvp
  [Release] Linux Fix for Server Addon zxz0O0 54 34,169 05-21-2016, 14:18
Last Post: clacki
  Nukems MW3 Addon doesn't exist now what? graphix2004 3 4,255 03-19-2016, 22:17
Last Post: CashMoneyMedia
Video How to compile MW3 server plugins for supernoobs JariZ 57 44,878 07-24-2015, 14:06
Last Post: graphix2004
  Help 'Server rejected our connection request' blxw 0 3,207 02-15-2015, 21:58
Last Post: blxw
  Server cannot conect to service s.j-rez 3 3,850 07-14-2014, 18:54
Last Post: Casper
  Server crash claassic 0 2,408 06-20-2014, 19:54
Last Post: claassic
  Help Server crashes with addon. Reindeer 4 4,433 06-19-2014, 08:55
Last Post: Reindeer

Forum Jump:


Users browsing this thread:
2 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.