Need help with server administration?
RSS icon Email icon Home icon
  • Counter strike: admin mod : need help

    Posted on June 10th, 2009 servbit2 No comments

    i play counter strike and am trying to get admin to work on my computer. I download it and change the preferences. When i got to create a game, it loads up the stuff but then it says “that name is reserved on this server” (something like that). I need help on how to make it where it doesnt say that. If you can help then either answer here or e-mail me @(Edited by computer101)

    What you need to do is subtract 16384 from whatever number you have your access level set at in users.ini

    make sure you have a file that is executed on your computer to send information to the server to inform it that you are connecting as an admin

    just add a cfg file to your command line like this:
    C:\SIERRA\Half-Life\hl.exe -console -game cstrike -noipx +exec adminpass.cfg

    the adminpass.cfg is in the “cstrike” folder, and contains the following for the newest version for admin mod

    //Adminmod login
    setinfo “_pw-home” “mypassword”
    echo Admin password has been set on client
    developer 1

    if this config does not work then you have an older version of adminmod that requires you to enter

    //Adminmod login
    setinfo “pw-home” “mypassword”
    echo Admin password has been set on client
    developer 1

    rather than _pw-home it has pw-home

    hope this could help

    email jonus_angelus@hotmail.com for further help if needed on your server

  • Looking for Bulldozer game for windows 95

    Posted on June 10th, 2009 servbit2 No comments

    I haven’t been able to find the Bulldozer game for windows 95. In this game you push rocks with a bulldozer through a maze. Each level gets harder. I think there are 45 levels.

    Bulldozer and Bulldozer II are available on the title ‘50 blazing Windows 95 Games’ from Cosmi software. www.cosmi.com

  • Need for Speed Underground - Level 3 unlock

    Posted on June 10th, 2009 servbit2 No comments

    I know how to unlock Level 1 and 2 but not the third one.
    Please share the codes to the Level 3 unlocks also Level 3 for Visual

    Level 3 performance upgrades givemesomegoodparts
    Level 3 visual upgrades givemesomevisualstyle

    Trainers at the bottom of this page
    http://www.gamewinners.com/DOSWIN/blneedforspeedunderground.htm
    Not what you’re looking for? Ask an Expert.

  • Need compiled x-file exporter plugin file for 3dsmax “XSkinExp.dle”

    Posted on June 7th, 2009 servbit1 2 comments

    Hello

    I have 155 points for anyone that can provide me with the compiled version of the 3dsmax plugin for exporting x files- “XSkinExp.dle”. I need it for 3dsmax 5.0 and either direct x 8.1 or 9.0.

    sent :]

  • Maya models to openGl?

    Posted on June 7th, 2009 servbit1 No comments

    Hello
    I have created a nice Maya tree model using NURBS. I want to transport it into openGL. I’m using 3d exploration tool to generate the openGL code. I tried exporting Maya model using .vrml, .obj formats but somehow Maya doesnt export NURBS, though it exports other non-Nurbs objects.

    Does anyone can tell me what the problem is and how to solve it?

    Thank you.

    I don’t know what format supports NURBS. You’d probably have to write a parser for Maya’s ascii format and then write your own tesselator for NURBS to polygons. There’s probably quite some work involved with such a project since OpenGL doesn’t support NURBS natively.