also to add snow is not that hard
Well im encountering some problems too XDMy prossesser or what ever cant use Tortise Well atleast the one I downloaded O_o
OMFG 3 new projects in 2 days? some shit with desert europe now Alaska and some TN shit.. whats wrong with you all.?
At Second open "locations.cfg" and paste that on end:[Area 801]name = basesize = 6map_0 = base 801visible = 0auto_garbage = 0At Third open "_maps.fos" and paste that:#define LOCATION_base (801)At fourth open "main.fos" and find function "bool critter_use_item", on end paste before "// Take process to engine": if (pid==PID_SHOVEL) { Map@ map=cr.GetMap(); uint mapPid = map.GetProtoId(); if(valid(map) && ((mapPid>=190 && mapPid<=392))) { Critter@[] group={cr}; GameVar @ vc_recon_cave_id = GetLocalVar(LVAR_vc_recon_cave_id, cr.Id); Critter @ Leader = cr.GetFollowLeader(); if(!valid(Leader)) @Leader = cr; Leader.GetFollowGroup(FIND_ONLY_PLAYERS|FIND_LIFE,group); if (vc_recon_cave_id.GetValue()!=0) { DeleteLocation (vc_recon_cave_id.GetValue()); vc_recon_cave_id=0; } uint locId = CreateLocation(LOCATION_base, cr.WorldX, cr.WorldY, group); if(locId==0) return false; Location@ loc = GetLocation(locId); vc_recon_cave_id=locId; Leader.SetKnownLoc(true,locId); Leader.Say(SAY_NETMSG,"Go on WM to can see your base"); //cr.DeleteItem(pid,1); } else { cr.Say(SAY_NETMSG,"This is wrong place for base"); } }In "main.fos" find function"void map_critter_in(Map& map, Critter& cr)" and paste inside that: if(cr.IsPlayer()) { Map@ map=cr.GetMap(); uint mapPid = map.GetProtoId(); if(valid(map) && ((mapPid>=801 && mapPid<=810))) { uint locId = map.GetLocation().Id; cr.SetKnownLoc(true,locId);//new player can see da base :P } }In "main.fos" find function" "void critter_dead(Critter& cr, Critter@ killer)"" and paste inside that: if(cr.IsPlayer()) { Map@ map=cr.GetMap(); uint mapPid = map.GetProtoId(); if(valid(map) && ((mapPid>=901 && mapPid<=910))) { uint locId = map.GetLocation().Id; cr.UnsetKnownLoc(true,locId); cr.Say(SAY_NETMSG,"You forget way to base"); } }
Will this mod be placed in postapocalyptic dystopic universe of future Alaska under the rule of the iron fist of ruthless ghoul Sarah Palin? If so, I'd be very interested to play it.