Raised This Month: $51 Target: $400
 12% 

IsisMod the JavaScript Engine for SourceDS ;)


  
 
 
Thread Tools Display Modes
Author Message
blaubaer
Junior Member
Join Date: Nov 2004
Location: Germany - Berlin
Old 12-30-2004 , 21:14   IsisMod the JavaScript Engine for SourceDS ;)
#1

IsisMod

IsisMod is a plug-in for managing Half-LifeČ Servers via client console.

All features:

* User Management (via Network ID, IP and username)
* Name Reservation
* Weapon Restriction
* Map Management
* etc.

IsisMod is a plug-in which provides an environment for Java Scripting. Each command is written in Java.
You can write your own Java Scripts and provide it on this page. Please send your scripts to [email protected]

Donwload: http://www.isismod.com/download/isismod_0_10.zip (Windows/Linux Binarys)

It's still buggy ;)

PS: I need some coders and scripters for my project. Please mail me.

Greets Blaubaer ([email protected])

Source: http://www.isismod.com/
blaubaer is offline
Send a message via ICQ to blaubaer Send a message via AIM to blaubaer Send a message via MSN to blaubaer Send a message via Yahoo to blaubaer
originalbob
Junior Member
Join Date: Dec 2004
Old 12-30-2004 , 23:36  
#2

I loaded this on my linux server. Took me a bit to get it to work (no documentation whatsoever), but it does work. Neat concept, but it keeps crashing. I can't get it to stay running for more than a minute or 2 before my server crashes.
This would be awesome if it didn't crash (I realise you're still testing it) and you provided some documentation for it.

EDIT:
If you want to try it, put the files on your server and start it up. From your server console, type in 'isis_help' for help on all the commands. I added myself by my STEAM_ID to the admin list by doing this on the server console:
Code:
isis_user netid "STEAM0:0:000000" "abcdefghijklmno"  // I omitted the optional password because I don't know how it works
isis_saveuser  // Writes the users to the user_cfg file
isis_loaduser  // Reloads the user_cfg file*
Now you can type in isis_help in your client console for all of the available commands.
*Note: At this point my server crashed, but when i restarted it, it automatically read the user file and i was all set
__________________
Cagemonkey I [GunGame] v3.3 Deathmatch Join now!
ninja monkeys are meeting as we speak, plotting my demise
originalbob is offline
blaubaer
Junior Member
Join Date: Nov 2004
Location: Germany - Berlin
Old 12-31-2004 , 03:59  
#3

hi!

iam sorry... but it is the first release of this plugin. i have test it on an windows machine, on a linux amd x64 and on a linux amd64 enviroment.

a testserver u can find at: 217.172.187.65:27019 and 213.239.205.241:27015

please send me a screendump of you linux server, when it chrashes. thx

the documentations follows. but now a litte follows ;) :

cstrike/cfg/isis.cfg:
it executes, when the pkugin is init
Code:
isis_dir isis // defines <homeofsrcds>/cstrike/isis for all scripts

isis_stacksize 1024 // defines the stacksize of each javascript context

isis_initruntime // starts the runtime

isis_load standart.js // laod and init the standart script
isis_load user.js // load and init the user script .....
isis_load chat.js
isis_load player.js
isis_load cs.js
cstrike/cfg/isis_user.cfg:
This file is the UserDB of the IsisMod
Code:
Clear User-Table:
   isis_user flush
Add or modify an User:
   isis_user <netid|ip|name> "<NETWORKID>|<IP>|<USERNAME>" "<falgs>" ["password"]
Delete an User:
  isis_user del <netid|ip|name> "<NETWORKID>|<IP>|<USERNAME>"
Flags you can use:
Code:
a     reserve name
b     reserve slot
c     admin imutity
d     is marked as admin

e     can use admin chat commands
f     vote commands
g     map commands
h     can slay a client
i     kick commands
j     ban commands
k     cvars commands
l     can performe commands on clients
m     user management
n     can performe commands on the server console

Counter-Strike Source specific:

o     restrict commands

Flags "p" to "z" are for custom use
It also contains the reserved usernames:
Code:
Username-Table:
   isis_username flush
Add an Username:
   isis_username add "<usernamepattern>"
Delete an Username:
   isis_username del "<usernamepattern>"
This commandos can also be used when the server is running in the console or of an player which have the flag "m".

For all avilable commands please type "isis_help" at the console

Please look at the JavaScripts (cstrike/isis/*.js) ;)

Good Day ;)
blaubaer is offline
Send a message via ICQ to blaubaer Send a message via AIM to blaubaer Send a message via MSN to blaubaer Send a message via Yahoo to blaubaer
originalbob
Junior Member
Join Date: Dec 2004
Old 12-31-2004 , 10:42  
#4

When I get home from work I will do some more testing. With nobody in the server, it will sit idle and run just fine. After I join the game, it runs for one round then crashes with a Seg Fault Error. I will get a screen dump for you this afternoon.
__________________
Cagemonkey I [GunGame] v3.3 Deathmatch Join now!
ninja monkeys are meeting as we speak, plotting my demise
originalbob is offline
blaubaer
Junior Member
Join Date: Nov 2004
Location: Germany - Berlin
Old 12-31-2004 , 14:00  
#5

i have found the problem... and will fix it.

please send me nevertheless the screendump.

the fix will be released in the next days.

don't forget it's a alpha version ;)

mfg Blaubaer
blaubaer is offline
Send a message via ICQ to blaubaer Send a message via AIM to blaubaer Send a message via MSN to blaubaer Send a message via Yahoo to blaubaer
YoMan
Junior Member
Join Date: Dec 2004
Old 12-31-2004 , 21:42  
#6

How to enter the password ?
When i start server he write me "This application has faild to start becouse MSVCR70D.dll was not found. Re-intalling the application may fix this problem."
YoMan is offline
originalbob
Junior Member
Join Date: Dec 2004
Old 01-01-2005 , 13:44  
#7

This is all I get when the server crashes:
Quote:
./srcds_run: line 423: 5826 Segmentation fault $HL_CMD
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
and the debug.log contains no useful information.
__________________
Cagemonkey I [GunGame] v3.3 Deathmatch Join now!
ninja monkeys are meeting as we speak, plotting my demise
originalbob is offline
blaubaer
Junior Member
Join Date: Nov 2004
Location: Germany - Berlin
Old 01-02-2005 , 08:54  
#8

@YoMan: When u use steamid or ip the password is optional... when u want to use the password... please enter in the client console: "setinfo isis_password mypass" ;)

@originalbob: I have to know all the screen, sice start the server ;) i need all commands etc. u typed in

MfG Blaubaer
blaubaer is offline
Send a message via ICQ to blaubaer Send a message via AIM to blaubaer Send a message via MSN to blaubaer Send a message via Yahoo to blaubaer
blaubaer
Junior Member
Join Date: Nov 2004
Location: Germany - Berlin
Old 01-05-2005 , 15:04  
#9

Bugs fixed!! ;)
There are no kown bugs left.

Have fun
blaubaer is offline
Send a message via ICQ to blaubaer Send a message via AIM to blaubaer Send a message via MSN to blaubaer Send a message via Yahoo to blaubaer
imported_Haas
Member
Join Date: Dec 2004
Location: Netherlands
Old 01-05-2005 , 15:31  
#10

screenshot???
and your website is down
__________________
imported_Haas is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode