Re: Project: Unify Halo Custom Edition
I was unable to reproduce the problem either. Skyline is inside the process so he can directly hook. Not much of a change there but still more control.
Re: Project: Unify Halo Custom Edition
Quote:
Originally Posted by
Cloud
Ok so the guy found an easy way to do it he used one of my servers to test. He put it on a 20 second interval.
is that app public released?
if not is there any chance I can get a copy of that app as well?
Re: Project: Unify Halo Custom Edition
it had something to do with the name character, if you put too much it randomly does that.
also there's an issue with sapp that the event commands for some reason shut off the logging system in the dedi.
Re: Project: Unify Halo Custom Edition
Quote:
Originally Posted by
{XG}Gijs007
is that app public released?
if not is there any chance I can get a copy of that app as well?
yeah sure! We should be finalizing it in the next few days. Um do you have xfire so i can send it to you for testing??
Edit: Im going to be testing on my servers once its done (30 minutes or so). I run the SmG Servers so yeah if you see them on 1.09 should be working.
Edit #2: Testing as of now the interval might be to fast will see :D so far so good.
Edit #3: Ok so my friend added a timer to it so you can customize the time you want and its working perfectly.
Re: Project: Unify Halo Custom Edition
Quote:
Originally Posted by
Patrickssj6
I was unable to reproduce the problem either. Skyline is inside the process so he can directly hook. Not much of a change there but still more control.
I moved the hook somewhere else, where you had it it was alternating between versions a couple times a second.
Re: Project: Unify Halo Custom Edition
Quote:
Originally Posted by
Skyline
I moved the hook somewhere else, where you had it it was alternating between versions a couple times a second.
I was inside the heartbeat and it alternated along with the heartbeat rate...which was 60 seconds in the beginning and later 20 seconds.
Re: Project: Unify Halo Custom Edition
Quote:
Originally Posted by
Cloud
yeah sure! We should be finalizing it in the next few days. Um do you have xfire so i can send it to you for testing??
Edit: Im going to be testing on my servers once its done (30 minutes or so). I run the SmG Servers so yeah if you see them on 1.09 should be working.
Edit #2: Testing as of now the interval might be to fast will see :D so far so good.
Edit #3: Ok so my friend added a timer to it so you can customize the time you want and its working perfectly.
thanks, my xfire is gijs007
you don't mind if I use this app on the servers im hosting for the SU clan do you?
Re: Project: Unify Halo Custom Edition
k gotta run a test we added halo pc 1.04 to switch to 1.09 PC so im going to test that was well. Also added it in with the servertool. then i need to sleeeep
Re: Project: Unify Halo Custom Edition
Quote:
Originally Posted by
Patrickssj6
I was unable to reproduce the problem either. Skyline is inside the process so he can directly hook. Not much of a change there but still more control.
If I recall correctly you added a hook at the function where it copies the version string. That function is called more often than the heartbeat. Change the heartbeat to 10 minutes or something and you'll see it won't be called every 10 minutes.
Re: Project: Unify Halo Custom Edition
Quote:
Originally Posted by
Skyline
If I recall correctly you added a hook at the function where it copies the version string. That function is called more often than the heartbeat. Change the heartbeat to 10 minutes or something and you'll see it won't be called every 10 minutes.
Maybe but it wasn't every second like you said. Besides your theory doesn't make much sense. Why would the version number be copied more times than the actual heartbeat itself....I can't remeber exactly when I reversed but that is the only time the version string gets copied.