View previous topic :: View next topic |
Author |
Message |
|
Post subject: GoreMod latest.
|
|
|
|
I've learned how to fully implement TraceAttack hooks so im going to move from the events to this function on the next build.
Whats this mean ? Simply, it means I have an exact location for each bullet impact, so the blood will be precisely where it should be.
It also means, instead of my current *lame* method of checking for C4 kills, I can do it alot easier and more swiftly.
And, another great pro to incorporating this hook is that on HE Nade kills, I get a pointer to the explosion that actually did the damage instead of just the player who threw it. So gibs will be thrown AWAY from the explosion instead of straight up ! Neat eh ?
Hopefully it'll also mean some new features i've had in mind might make it onto the board too, you'll have to wait and find out !
*lame*: Currently, the player_hurt even is fired before the bomb_exploded event, so I basically add the frame number a player died to an array, and then on bomb_exploded I re-check the array with the player id for an index, for any deaths (also a hack because player_death isnt called on C4 deaths) which occured during the bomb explosion frame.
With this new method, GetInflictor is available and returns a valid pointed to the C4 so its quick and painless and I may also be able to use force away from the C4 main impact site for the gibs too !
Oh, and ill also be incorporating an admin system =) |
|
Thu Jan 26, 2006 6:11 am |
|
|
|
|
|
|
WOW
I look forward to your next goremod, sounds verry interesting.
Hope it would work cuz the current beta version don't work |
|
Thu Jan 26, 2006 4:57 pm |
|
|
|
|
Thu Jan 26, 2006 5:26 pm |
|
|
|
|
|
|
Well my error looks like this:
===============================================
GoreMod cannot be started after server initialisation has occured.
Restart the server to start GoreMod !
===============================================
Hope you can help me |
|
Thu Jan 26, 2006 11:40 pm |
|
|
|
|
|
|
And, when you restart the server, all is well ?
I cant allow late loading (IE. After map has started) due to some things which are executed at that time.
If you have the line added to metaplugins.ini it should be running when you restart.
meta list in console. |
|
Thu Jan 26, 2006 11:46 pm |
|
|
|
|
|
|
] meta load addons\goremod\bin\goremod_mm
Failed to load plugin addons\goremod\bin\goremod_mm (
===============================================
GoreMod cannot be started after server initialisation has occured.
Restart the server to start GoreMod !
===============================================
my metaplugins.ini looks like this:
Code: | addons/goremod/bin/goremod_mm
addons/bin/statsmeminimum_mm |
I've tried while playing, i've tried while disconnected, i've tried while restarting and it allways comes up with the same error...?
(i'm playing on lan and against bots) |
|
Fri Jan 27, 2006 1:06 am |
|
|
|
|
|
|
Type meta list in your console.
It should be already running.
This is a bug with MetaMod source which allows two instances of one plugin. |
|
Fri Jan 27, 2006 2:21 am |
|
|
|
|
|
|
Code: | Counter-Strike: Source
Map: cs_assault
Players: 1 / 32
Build 2596
Server Number 1
SteamProcessCall(SteamWaitForResources()) failed:
Initializing renderer...
Warning: using WorldTwoTextureBlend on a non-displacement surface (material: de_train/blendgraveldirt001a). Support for this will go away soon.
[CG] ---> Murat Elhamri <--- connected
Scoring will not start until both teams have players
] meta load addons\goremod\bin\goremod_mm
Failed to load plugin addons\goremod\bin\goremod_mm (
===================================================================
GoreMod cannot be started after server initialisation has occured.
Restart the server to start GoreMod !
===================================================================
).
] meta list
-Id- Name Version Author Status
[02] - - - FAIL |
WTF should I do??? |
|
Fri Jan 27, 2006 2:43 am |
|
|
|
|
|
|
Before you do any meta load, what does 'meta list' report. |
|
Fri Jan 27, 2006 4:50 am |
|
|
|
|
|
|
Like this:
Code: |
meta list
-Id- Name Version Author Status |
Nothing else??? |
|
Fri Jan 27, 2006 1:32 pm |
|
|
|
|
|
|
So, no goremod_mm and no statsmeminimum_mm ?
It should say FAIL, NOFILE or RUN for both of those if the metaplugins.ini is loaded at map start...
Are you sure metaplugins.ini is in the correct place ? |
|
Fri Jan 27, 2006 4:21 pm |
|
|
|
|
|
|
I have it in here: ...cstrike\addons\metamod\metaplugins.ini
There it is... WRONG PLACE??????? |
|
Fri Jan 27, 2006 4:30 pm |
|
|
|
|
|
|
No thats correct, but for some reason something else is not right here.
Type
in your console right after it starts, and see if it tries to reload them both. |
|
Fri Jan 27, 2006 5:05 pm |
|
|
|
|
|
|
Code: | ] meta refresh
] meta list
-Id- Name Version Author Status |
????? |
|
Fri Jan 27, 2006 5:10 pm |
|
|
|
|
|
|
I dunno what to say.
Its obviously not a problem with GoreMod, its something with the setup.
Are you sure metamod is setup right ?
Im assuming a linux server, does the server have access to the metaplugins.ini file ? If you created it with root it may not ! |
|
Fri Jan 27, 2006 5:19 pm |
|
|
|