Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28

Thread: Need another programmer?

  1. Registered TeamPlayer
    Join Date
    06-02-07
    Posts
    173
    Post Thanks / Like
    #21

    Re: Need another programmer?

    Quote Originally Posted by Ewok
    Thanks for the info timikoy. If you don't mind I'd like to comment on your design so far to help you guys find the best ways to do certain things. Please don't take it personally, think of it more as me trying to help you guys improve what your doing.
    Oh I don't mind at all, definitely new to bridging Python/C. And thanks for all the comments, I can clean up my code a bit now. (I had planned on asking about STL and what to put in hl2sdk anyway, saved me some breath).

  2. Administrator Bunni's Avatar
    Join Date
    08-29-07
    Posts
    14,279
    Post Thanks / Like
    Blog Entries
    7
    Stat Links

    Need another programmer? Need another programmer? Need another programmer? Need another programmer? Need another programmer?
    Gamer IDs

    Steam ID: bunni Bunni's Originid: Dr_Bunni
    #22

    Re: Need another programmer?

    what do you guys think about adding in a sub which is exec after the game_end event, that goes through and checks all the outsourced files for changes in cvars for the next map?

  3. Administrator Bunni's Avatar
    Join Date
    08-29-07
    Posts
    14,279
    Post Thanks / Like
    Blog Entries
    7
    Stat Links

    Need another programmer? Need another programmer? Need another programmer? Need another programmer? Need another programmer?
    Gamer IDs

    Steam ID: bunni Bunni's Originid: Dr_Bunni
    #23

    Re: Need another programmer?

    the location of the plugin will be in the addons folder correct? How about having the cfg files in the cfg folder under lsm?

  4. Registered TeamPlayer
    Join Date
    10-29-07
    Posts
    4,953
    Post Thanks / Like
    Stat Links

    Need another programmer?
    #24

    Re: Need another programmer?

    Quote Originally Posted by Bunni
    what do you guys think about adding in a sub which is exec after the game_end event, that goes through and checks all the outsourced files for changes in cvars for the next map?
    It's a decent idea, but I don't know if it will really improve things:
    1) The game engine itself already re-reads all of it's configs every map change, so lonestar re-reading it's own configs is a drop in the bucket
    2) It actually keeps the code simpler to simply purge and then reload all settings, rather than trying to figure out what changed and only change that. For instance, imagine the extra complications of dealing with keep all admins but reloading just the groups and then having to re-associate them all. Is it feasable? Sure it is, but it also complicates the code base for not much gain (see #1)

  5. Registered TeamPlayer
    Join Date
    10-29-07
    Posts
    4,953
    Post Thanks / Like
    Stat Links

    Need another programmer?
    #25

    Re: Need another programmer?

    Quote Originally Posted by Bunni
    the location of the plugin will be in the addons folder correct? How about having the cfg files in the cfg folder under lsm?
    Lonestar will always be at:
    <moddir>/addons/lonestar

    Are you suggesting to add a dedicated cfg dir under "<moddir>/addons/lonestar"? Or are you suggesting to add a lonestar cfg dir under "<moddir>/cfg" (e.g. <moddir>/cfg/lonestar)? Or are you suggesting something different?

  6. Administrator Bunni's Avatar
    Join Date
    08-29-07
    Posts
    14,279
    Post Thanks / Like
    Blog Entries
    7
    Stat Links

    Need another programmer? Need another programmer? Need another programmer? Need another programmer? Need another programmer?
    Gamer IDs

    Steam ID: bunni Bunni's Originid: Dr_Bunni
    #26

    Re: Need another programmer?

    Quote Originally Posted by Ewok
    Quote Originally Posted by Bunni
    the location of the plugin will be in the addons folder correct? How about having the cfg files in the cfg folder under lsm?
    Lonestar will always be at:
    <moddir>/addons/lonestar

    Are you suggesting to add a dedicated cfg dir under "<moddir>/addons/lonestar"? Or are you suggesting to add a lonestar cfg dir under "<moddir>/cfg" (e.g. <moddir>/cfg/lonestar)? Or are you suggesting something different?
    Id say <moddir>/cfg/lonestar, what do you think?

  7. Registered TeamPlayer
    Join Date
    10-29-07
    Posts
    4,953
    Post Thanks / Like
    Stat Links

    Need another programmer?
    #27

    Re: Need another programmer?

    My biggest issue with doing that is ease of installation. right now installation is as simple as uploading a blob of files to one spot and everything just works. If we end up forcing certain files to go into non-lonestar directories, now the user has to copy files from one location to another after uploading the files (think the user only has FTP access).

    I'd prefer the configs (non-cvar configs like admin defs) to stay with <moddir>/addons/lonestar so that it's part of the bulk package when you do an upload. Obviously lonestar cvars would be stuffed into the normal server.cfg config, and we can't do anything about that except have good defaults so that the user doesn't need any cvars to exist at first. Then as they customize the mod to their liking they override our defaults by adding cvars to their server.cfg. But otherwise I think it would be better from a configuration management / upgrade-cycle point of view if the non-cvar config items stayed in the lonestar directory.

  8. shcdi4Ggong
    Guest
    #28

    RBL Checker Match - shcdi4Ggong from 121.207.162.127

    ALERT!

    Someone has tried to register using the IP Address 121.207.162.127 which is MATCHED IN THE RBL DATABASE of the proxies.dnsbl.sorbs.net RBL.

    This registration attempt has been allowed and the account has been permanently banned.

    Registration Details: shcdi4Ggong ( sunglassestom@gmail.com )

Page 3 of 3 FirstFirst 123

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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
  •  
Title