Results 1 to 4 of 4

Thread: quick question

  1. #1
    Junior Member
    Join Date
    Jun 2009
    Posts
    3

    quick question

    i'm looking to do a non-cheat related sort of hook to ET, I basically just want to modify some client settings in jaymod to fix some issues, and since the source isn't released for jaymod, I was thinking of just creating my own cgame dll, doing my shit there then loading the jaymod dll, the problem is i haven't done anything like that before.. so what i'm basically asking is for some tips on how to get the jaymod dll loaded after mine..

    anybody got anything? not asking for code, just some idea of the procedure to do it so i can fiddle with it

  2. #2
    Senior Member uNhoL's Avatar
    Join Date
    Dec 2007
    Posts
    400

    Re: quick question

    ET loads the mod's own cgame and there is no easy way around it. If you only want to change settings, just change the cvars and if cvar is cheat protected, use a cvar unlocker.


    MOOOOM MY INTERNET IS TOO SLOW

  3. #3
    Junior Member
    Join Date
    Jun 2009
    Posts
    3

    Re: quick question

    Quote Originally Posted by uNhoL View Post
    ET loads the mod's own cgame and there is no easy way around it. If you only want to change settings, just change the cvars and if cvar is cheat protected, use a cvar unlocker.
    i'm a server administrator so i want to make it as userfriendly as possible, which my theory would just be automatically downloading the pk3

    i'll look into it some more, think qmm might have some info

  4. #4
    Senior Member uNhoL's Avatar
    Join Date
    Dec 2007
    Posts
    400

    Re: quick question

    I'm not sure if this would work, but you could try to make a dll and name it cgame_mp_x86.dll and rename the jaymod's cgame to "_cgame_mp_x86.dll" and then just load jaymod's cgame with LoadLibrary function and make your own modifications to it. Punkbuster might not like this so be sure you don't have punkbuster on your server ;p


    MOOOOM MY INTERNET IS TOO SLOW

Similar Threads

  1. Quick Question
    By exile11 in forum Vecs & Scripts
    Replies: 4
    Last Post: December 20th, 2007, 01:24
  2. A quick question
    By ramm011 in forum Vecs & Scripts
    Replies: 3
    Last Post: November 30th, 2007, 04:32
  3. Quick Question
    By Zero in forum Basics
    Replies: 2
    Last Post: November 10th, 2007, 22:51
  4. A quick question
    By CFG maker-*panic! in forum Vecs & Scripts
    Replies: 3
    Last Post: July 5th, 2007, 12:20
  5. quick question!!!!!!
    By shawnthedon in forum Enemy Territory Cheats
    Replies: 2
    Last Post: February 1st, 2007, 02:34

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •