Author Topic: WCS Orange Box  (Read 2930 times)

Offline Volunterrors

  • Level 5 Trained Intermediate
  • *****
  • Posts: 108
    • Warcraft Phoenix Forum
Re: WCS Orange Box
« Reply #15 on: June 26, 2010, 04:18:30 AM »
And Now....

 File /usr/local/games/css/783752/8.12.71.26:27015/orangebox/cstrike/addons/eventscripts/es.py, line 388, in loadModuleAddon
    newaddon = __import__(importname)
  File /usr/local/games/css/783752/8.12.71.26:27015/orangebox/cstrike/addons/eventscripts/estpython/estpython.py, line 6, in
    import weaponlib
  File /usr/local/games/css/783752/8.12.71.26:27015/orangebox/cstrike/addons/eventscripts/_libs/python/weaponlib.py, line 343, in
    currentgame = _getCurrentGame()
  File /usr/local/games/css/783752/8.12.71.26:27015/orangebox/cstrike/addons/eventscripts/_libs/python/weaponlib.py, line 341, in _getCurrentGame
    raise NotImplementedError, weaponlib does not support game '%s' % gamename
NotImplementedError: weaponlib does not support game 'Counter-Strike: Source'
Could not open script for addons/eventscripts/estpython/es_estpython.txt
  Error source (console): (no script)

Offline MiB

  • Custom Coder
  • Level 7 Expert
  • ****
  • Posts: 1029
    • Steam URLS
Re: WCS Orange Box
« Reply #16 on: June 26, 2010, 04:30:10 AM »
Find this.
Code: [Select]
   if gamename == 'cstrike':
      return cstrike
   elif gamename == 'cstrike_beta':
      return cstrike
   elif gamename == 'hl2mp':
      return hl2mp
   elif gamename == 'dod':
      return dod
   elif gamename == 'tf':
      return tf
   elif gamename == 'l4d':
      return l4d
   elif gamename == 'pvkii':
      return pvkii

And Change
   elif gamename == 'cstrike_beta':
      return cstrike
to
   elif gamename == 'Counter-Strike: Source':
      return cstrike

This is fun btw

~The Sig Changes Each Time~
~The Sigs Them Selfs Are By Hybrid Click The Sigs To See His Other Sigs~

Offline Volunterrors

  • Level 5 Trained Intermediate
  • *****
  • Posts: 108
    • Warcraft Phoenix Forum
Re: WCS Orange Box
« Reply #17 on: June 26, 2010, 04:35:39 AM »
I'm glad you enjoy it cause I got another one:

 File /usr/local/games/css/783752/8.12.71.26:27015/orangebox/cstrike/addons/eventscripts/es.py, line 410, in loadModuleAddon
    addons.load(newaddon)
  File /usr/local/games/css/783752/8.12.71.26:27015/orangebox/cstrike/addons/eventscripts/es.py, line 220, in load
    addon.load()
  File /usr/local/games/css/783752/8.12.71.26:27015/orangebox/cstrike/addons/eventscripts/estpython/estpython.py, line 440, in load
    est.registerESTCommand(AddDownload, '', addDownload, 1)
TypeError: registerESTCommand() takes exactly 4 arguments (5 given)
Could not open script for addons/eventscripts/estpython/es_estpython.txt
  Error source (console): (no script)

Offline MiB

  • Custom Coder
  • Level 7 Expert
  • ****
  • Posts: 1029
    • Steam URLS
Re: WCS Orange Box
« Reply #18 on: June 26, 2010, 04:38:41 AM »
Edit it to this
est.registerESTCommand("AddDownload", '<path>', addDownload, 1)

~The Sig Changes Each Time~
~The Sigs Them Selfs Are By Hybrid Click The Sigs To See His Other Sigs~

Offline Volunterrors

  • Level 5 Trained Intermediate
  • *****
  • Posts: 108
    • Warcraft Phoenix Forum
Re: WCS Orange Box
« Reply #19 on: June 26, 2010, 04:42:14 AM »
weird it already is like that. If I search for this: est.registerESTCommand(AddDownload, '', addDownload, 1) I don't find anything..??

Offline MiB

  • Custom Coder
  • Level 7 Expert
  • ****
  • Posts: 1029
    • Steam URLS
Re: WCS Orange Box
« Reply #20 on: June 26, 2010, 04:47:20 AM »
Well I'll try to help you more later its getting late.

~The Sig Changes Each Time~
~The Sigs Them Selfs Are By Hybrid Click The Sigs To See His Other Sigs~

Offline Volunterrors

  • Level 5 Trained Intermediate
  • *****
  • Posts: 108
    • Warcraft Phoenix Forum
Re: WCS Orange Box
« Reply #21 on: June 26, 2010, 04:49:11 AM »
I was about to say the same thing. Thanks, I'll see ya tomorrow.

Offline La Muerte

  • Administrator
  • Level 7 Expert
  • *****
  • Posts: 509
  • 85.234.148.14:27025
    • Counterstrike Combat Crew

Offline necavi

  • Watchdogs
  • Level 7 Expert
  • *****
  • Posts: 328
  • WCSx Codeveloper
Re: WCS Orange Box
« Reply #23 on: June 26, 2010, 08:10:11 AM »
That plugin is missing commands required, even for the WCS core, let alone the races.

Offline CrqXou

  • Level 7 Expert
  • *****
  • Posts: 166
Re: WCS Orange Box
« Reply #24 on: June 26, 2010, 09:01:56 AM »
 :'( :'( :'( :'( :'( :'( :'(

Code: [Select]
Traceback (most recent call last):
  File /data/dedigames/dedigame463/home/servers/server1036/games/halflife_source/orangebox/cstrike/addons/eventscripts/es.py, line 404, in loadModuleAddon
    newaddon = __import__(importname)
  File /data/dedigames/dedigame463/home/servers/server1036/games/halflife_source/orangebox/cstrike/addons/eventscripts/ESTManager/ESTManager.py, line 80, in <module>
    import playerlib
  File /data/dedigames/dedigame463/home/servers/server1036/games/halflife_source/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py, line 5, in <module>
    import weaponlib
  File /data/dedigames/dedigame463/home/servers/server1036/games/halflife_source/orangebox/cstrike/addons/eventscripts/_libs/python/weaponlib.py, line 370, in <module>
    currentgame = _getCurrentGame()
  File /data/dedigames/dedigame463/home/servers/server1036/games/halflife_source/orangebox/cstrike/addons/eventscripts/_libs/python/weaponlib.py, line 368, in _getCurrentGame
    raise NotImplementedError, weaponlib does not support game '%s' % gamename
NotImplementedError: weaponlib does not support game 'Counter-Strike: Source'
Could not open script for addons/eventscripts/ESTManager/es_ESTManager.txt
  Error source (console): (no script)

Neeeeed !! Helppp plz :(
« Last Edit: June 26, 2010, 09:10:17 AM by NeSo »

Offline InuyashaITB

  • Level 1 Trained Beginner
  • *
  • Posts: 28
Re: WCS Orange Box
« Reply #25 on: June 26, 2010, 09:50:18 AM »
weird it already is like that. If I search for this: est.registerESTCommand(AddDownload, '', addDownload, 1) I don't find anything..??

thats because your missing " " around AddDownload

    est.registerESTCommand("AddDownload", '<path>', addDownload, 1)

line 298

Offline funnydrummer

  • Level 0 Beginner
  • Posts: 18
Re: WCS Orange Box
« Reply #26 on: June 26, 2010, 11:11:58 AM »
Good luck guys!
I really admire your efforts.

I wish I could help but the only thing I can is "Hello World!" in C++ and some html & css which isn't even programming. :P
I'm sorry.

I'd love to help testing and post bugs etc though!

Offline MiB

  • Custom Coder
  • Level 7 Expert
  • ****
  • Posts: 1029
    • Steam URLS
Re: WCS Orange Box
« Reply #27 on: June 26, 2010, 11:23:42 AM »
http://addons.eventscripts.com/addons/view/est4css
Noooooooooooooooo
This Fredduke's is much better.
For two reasons.
Freddukes is a much better coder.
Also that one doesn't support all that fredduke's does.

~The Sig Changes Each Time~
~The Sigs Them Selfs Are By Hybrid Click The Sigs To See His Other Sigs~

Offline MiB

  • Custom Coder
  • Level 7 Expert
  • ****
  • Posts: 1029
    • Steam URLS
Re: WCS Orange Box
« Reply #28 on: June 26, 2010, 11:25:40 AM »
:'( :'( :'( :'( :'( :'( :'(

Code: [Select]
Traceback (most recent call last):
  File /data/dedigames/dedigame463/home/servers/server1036/games/halflife_source/orangebox/cstrike/addons/eventscripts/es.py, line 404, in loadModuleAddon
    newaddon = __import__(importname)
  File /data/dedigames/dedigame463/home/servers/server1036/games/halflife_source/orangebox/cstrike/addons/eventscripts/ESTManager/ESTManager.py, line 80, in <module>
    import playerlib
  File /data/dedigames/dedigame463/home/servers/server1036/games/halflife_source/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py, line 5, in <module>
    import weaponlib
  File /data/dedigames/dedigame463/home/servers/server1036/games/halflife_source/orangebox/cstrike/addons/eventscripts/_libs/python/weaponlib.py, line 370, in <module>
    currentgame = _getCurrentGame()
  File /data/dedigames/dedigame463/home/servers/server1036/games/halflife_source/orangebox/cstrike/addons/eventscripts/_libs/python/weaponlib.py, line 368, in _getCurrentGame
    raise NotImplementedError, weaponlib does not support game '%s' % gamename
NotImplementedError: weaponlib does not support game 'Counter-Strike: Source'
Could not open script for addons/eventscripts/ESTManager/es_ESTManager.txt
  Error source (console): (no script)

Neeeeed !! Helppp plz :(
Gosh please read the topic.
I been helping him with the same problem.

weird it already is like that. If I search for this: est.registerESTCommand(AddDownload, '', addDownload, 1) I don't find anything..??

thats because your missing " " around AddDownload

    est.registerESTCommand("AddDownload", '<path>', addDownload, 1)

line 298
Thats not the problem.
It already looks like this in the coding.
est.registerESTCommand("AddDownload", '<path>', addDownload, 1)

~The Sig Changes Each Time~
~The Sigs Them Selfs Are By Hybrid Click The Sigs To See His Other Sigs~

Offline CrqXou

  • Level 7 Expert
  • *****
  • Posts: 166
Re: WCS Orange Box
« Reply #29 on: June 26, 2010, 11:49:59 AM »
I have Read a Topic !!! But the script dont work !

( Sorry I m French ;) )