Easy Way To Switch Between Models

DrummerDrummer Join Date: 2004-02-18 Member: 26654Members
i was wondering if there was a way to easily switch between different custom models i have, other than just moving files around

Comments

  • DeathKnightDeathKnight Join Date: 2004-05-11 Member: 28607Members
    I am not sure if there is a way. But someone on these forums should know how.
  • DelarosaDelarosa Naturally Custom Join Date: 2002-11-29 Member: 10214Members, NS1 Playtester
    two folders

    ns/models_custom
    ns/models_default

    just create two, customize one, and rename it to models as you desire to use them...

    unfortunaltly, for the clanner, that's all that can be done.
  • DrfuzzyDrfuzzy FEW... MORE.... INCHES... Join Date: 2003-09-21 Member: 21094Members
    Goto you half-life folder, add to favorites. Works every time.
  • GrizzlyGrizzly Join Date: 2003-10-27 Member: 22025Members
    a program fore that woudent hurt to mutch
  • Falcon_FuryFalcon_Fury Join Date: 2004-09-26 Member: 31946Members
    You could use a batch file to copy files or rename folders, but I don't know that language.
  • KaineKaine Join Date: 2002-08-07 Member: 1096Members, Constellation
    there was a program being made to do this, but it got put on hold due to RL issues. i'd continue it myself, but my coding is rusty as hell, so it'd prob, be easier to get someone to start from scratch.
  • Private_ColemanPrivate_Coleman PhD in Video Games Join Date: 2002-11-07 Member: 7510Members
    <!--QuoteBegin-Kaine+Oct 16 2004, 01:59 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Kaine @ Oct 16 2004, 01:59 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> there was a program being made to do this, but it got put on hold due to RL issues. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    What's a RL? Do I need one...?

    <!--emo&???--><img src='http://www.unknownworlds.com/forums/html//emoticons/confused-fix.gif' border='0' style='vertical-align:middle' alt='confused-fix.gif' /><!--endemo-->

    There was a pretty cool one made for Action Half Life if I remember correctly... An ns one would be very nice to have... <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
  • KaineKaine Join Date: 2002-08-07 Member: 1096Members, Constellation
    yus i was very disappoint when this went on hold. it looked very promising. won't tell too many sekrats, but it was pretty damn speshal. much more functional than the AHL Armory.
  • Fox_OneFox_One Join Date: 2003-01-15 Member: 12310Members
    <!--QuoteBegin-Private Coleman+Oct 16 2004, 06:47 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Private Coleman @ Oct 16 2004, 06:47 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> What's a RL? Do I need one...? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    That made my day right there!

    Can you use any customs in clan matches?
  • Mad_ivansMad_ivans Join Date: 2004-08-24 Member: 30849Members
    (Walking Target at m8's house) Most leagues do not allow any custom mdl's (in fact i dont know any that allow customs)
  • ClashenClashen Join Date: 2003-08-22 Member: 20087Members
    <!--QuoteBegin-Fox One+Oct 16 2004, 07:59 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Fox One @ Oct 16 2004, 07:59 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin-Private Coleman+Oct 16 2004, 06:47 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Private Coleman @ Oct 16 2004, 06:47 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> What's a RL? Do I need one...? <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    That made my day right there!

    Can you use any customs in clan matches? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    If consictency is on you can change some sprites, like the crosshairs and stuff. No models iirc.
  • TheUdderOneTheUdderOne Join Date: 2004-05-04 Member: 28471Members
    Me and Demi are going to start work on this ickle program to give him some experience at coding and creating win 32 apps. I'll check in when its done.
  • FuryFury Silver Fish Hand Catch Join Date: 2003-08-14 Member: 19673Members, Constellation
    i made a fairly simple batch file to change models a while ago, but i deleted it however it looked something liek this

    copy "D:\Games\colour\pldecal.WAD" "D:\Games\steam\SteamApps\arael_02\half-life\ns\tempdecal.wad"

    copy "D:\Games\colour\pldecal.WAD" "D:\Games\steam\SteamApps\arael_02\half-life\ns\pldecal.wad"

    all you have to do is replace "d:\games\colour\pldecal.wad" with the location of the new model (best if in the models directory you have 2 more folders, new and old, so you dont overwrite them) then replace the target line with the one you want

    eg

    copy "D:\games\steam\steamapps\arael_02\half-life\ns\models\player\new\soldier.mdl"
    "D:\games\steam\steamapps\arael_02\half-life\ns\models\player\soldier\soldier.mdl"

    for the new model, and then save it, then run it and it will copy the soldier.mdl from the NEW folder into the proper model folder.

    to use the old just do the same but make the first link go to the old directory (eg)

    copy "D:\games\steam\steamapps\arael_02\half-life\ns\models\player\old\soldier.mdl"
    "D:\games\steam\steamapps\arael_02\half-life\ns\models\player\soldier\soldier.mdl"
  • machina_XLIImachina_XLII Join Date: 2004-09-22 Member: 31874Members
    <!--QuoteBegin-Mad ivans+Oct 16 2004, 03:15 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Mad ivans @ Oct 16 2004, 03:15 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> . <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    ..
  • Fox_OneFox_One Join Date: 2003-01-15 Member: 12310Members
    <!--QuoteBegin-Clashen+Oct 16 2004, 03:26 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Clashen @ Oct 16 2004, 03:26 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin-Fox One+Oct 16 2004, 07:59 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Fox One @ Oct 16 2004, 07:59 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin-Private Coleman+Oct 16 2004, 06:47 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Private Coleman @ Oct 16 2004, 06:47 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> What's a RL? Do I need one...? <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    That made my day right there!

    Can you use any customs in clan matches? <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    If consictency is on you can change some sprites, like the crosshairs and stuff. No models iirc. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    The sprites were what I was wondering. <!--emo&::nerdy::--><img src='http://www.unknownworlds.com/forums/html//emoticons/nerd-fix.gif' border='0' style='vertical-align:middle' alt='nerd-fix.gif' /><!--endemo-->
  • Private_ColemanPrivate_Coleman PhD in Video Games Join Date: 2002-11-07 Member: 7510Members
    <!--QuoteBegin-Fox One+Oct 16 2004, 12:59 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Fox One @ Oct 16 2004, 12:59 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin-Private Coleman+Oct 16 2004, 06:47 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Private Coleman @ Oct 16 2004, 06:47 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> What's a RL? Do I need one...? <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    That made my day right there! <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Is that a yes...? <!--emo&???--><img src='http://www.unknownworlds.com/forums/html//emoticons/confused-fix.gif' border='0' style='vertical-align:middle' alt='confused-fix.gif' /><!--endemo-->
  • KenHidakaKenHidaka Join Date: 2004-08-27 Member: 30960Members
    lmfao... Coleman, RL is short for real life. You don't need one, technically, but they're nifty.
Sign In or Register to comment.