Author |
Message |
EAGLE II Newbie
Age:41 Joined: Jan 21 2005 Posts: 3 Offline
|
Posted: Tue Aug 16, 2005 11:31 pm Post subject: Scoreboard Bot |
 |
|
|
|
Hello. I downloaded and implemented Bek's ScoreBoard plugin. I was wondering though, is there any way to take away the timer? I don't have the source and i cant program so... lol. Also, the settings in the lvz, how to i arrange the individual graphics?
Thanks,
_Dan
----------------------------------
Owner: SSM3 11th Realm
ER: SSCU 17th Parallel |
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
Posted: Wed Aug 17, 2005 12:34 am Post subject: |
 |
|
|
|
you can arrange the graphics any way you want, as long as the image id's match the .ini file. To effectively take out the timer, set the game time to something large, like 999999 (keep it under 2 billion to avoid trouble), and make the timer ids in the ini point to ids that aren't used, and remove the timer from the lvz image. You'll probably want to start by reading about LVZ Scripting, if you don't know how to do that already. To get the script(the .ini file) out of the .lvz file, use a program like DebuildLevel (part of LvzToolkit) or ExtractLvz (Part of X-LvzToolkit).
A more correct solution would involve modifing the source to not have the timer, but that's probably more complicated if you don't know how to program already. _________________ SubSpace Discretion: A Third Generation SubSpace Client |
|
Back to top |
|
 |
Anon_EAGLE II Guest
Offline
|
Posted: Wed Aug 17, 2005 10:25 pm Post subject: |
 |
|
|
|
Im trying to get rid of the constant *objset commands to the biller and zone. Plus, timer doesnt line up with the score in the zone. For example, the game could be at 1-2 and when the timer+overtime it up, it resets itself to 0 0 even though the server has it at 1-2 still. I dont know the first thing about writing code, was wondering if maybe you could do it for me? You would know how best since you wrote it. Sorry i got your name wrong too.....
_Dan |
|
Back to top |
|
 |
Legas Newbie

Age:39 Gender: Joined: Jul 26 2005 Posts: 11 Location: Dutchland Offline
|
Posted: Thu Aug 18, 2005 10:39 am Post subject: |
 |
|
|
|
i'm using the same plugin, altho players only get rewarded after each goal,
is there a way so players get like a few mil after they won the game?
also, the SCORE: Evens - Odds - is going nuts too, its over 5000 =P
trying to fix it but nothing works, know a way out?
(aint posting this as a new topic since its about the same thing) _________________
 |
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
Posted: Sat Aug 20, 2005 12:27 pm Post subject: |
 |
|
|
|
play with the soccer setting. The only one you really need is the goal delay to be something like -1. The other score can be disabled with the right settings. |
|
Back to top |
|
 |
Anon_EAGLE II Guest
Offline
|
Posted: Wed Aug 24, 2005 12:31 am Post subject: |
 |
|
|
|
When i set the time to 99999 it complains about the wrong value in the ini. spits it out in the arena. How can i take the time out of the source? what would i need to remove? |
|
Back to top |
|
 |
|