Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/14/2022 in Posts

  1. Hello A small gift for you guys lovers of baserace, done by one baserace hater. To celebrate my 1-year badge, I've fixed the mapscript so when time is out the team ahead will win, or it'll be a tie, but map will end. No more infinite maptime, no more free SR for axis. And for the freaks who wanna know how I did it, it's simple: the script was missing the timelimit_hit trigger Also, I copied from other mapscripts (darji2 to be precise). So, you have to set always a winner (axis or allies) at beginning of the game, otherwise the game gets stuck in 0:00 timelimit. // Winner on expiration of round timer (0=Axis, 1=Allies) wm_setwinner 0 Then in game_manager there is a trigger called timelimit_hit that, guess what, it triggers when timelimit is hit. There we should add all the logic to find the winner, but the baserace script has already another trigger called 'findwinner' so it makes life easier: trigger timelimit_hit { trigger game_manager findwinner } And last, is to add one line into 'findwinner' script: wm_setwinner -1 ("it's a tie!" when the other 2 conditions don't apply) trigger findwinner { wm_setwinner -1 accum 3 abort_if_equal 0 wm_setwinner 1 accum 3 abort_if_greater_than -1 wm_setwinner 0 } That's it, enjoy baserace_desert for the rest of your life baserace_desert.script
    2 points
  2. So I join the server, start chitchatting and suddenly Marco PMs me with some confusing stuff. At first I thought he was drunk because what he said was making no sense (and he wasn't event speaking French). But after a while it became clear that he wanted me to spec some player who seemed suspicious according to him and he doesn't know how to demo. (Fun fact: I don't know how to either. I just have auto-record and a bind) So as a good friend, I went spec, specced the guy a bit. Map ended. Specced the guy some more. Shot very well. Moved pretty stupid. Died quite easily. Note sure if that sus. Please don't spec the part after he went spec and I joined axis again. That's me. I AM NOT CHEATING! I swear. Just for the sake of completeness: had a good conversation with Marco afterwards. It went along the lines of this: Marco: Did you record the demo? Me: yeah. What do you want me to do with it? Marco: Post it on the forums. Me: You're going to have to be more specific. You want me to post it somewhere in suspicious player demos? Marco: Just add it to my post. Me: What post? Marco: I tagged you in it. Me: I see no tag. Are you sure you're not posting it somewhere I don't have access to? Marco: No. I'll send you the link. I clicked the link... Permission denied. Me: I get a permission denied. What is this? Some foul attempt in luring me to join TM so I can post that demo?! Gotta give it to you: Ande never managed to be so elaborate! Marco: Oh shit. I'll create a new post. Or no. Just post it yourself. ... OKAY MARCO. Good conversation. So here it is. The part I still specced in Venice and the short part he played in Radar that I was speccing. Please be advised: anything you see in here that somehow offends you, could lead to a warning, a ban, or a proposal. Leave it be! The sole purpose of this post, is helping my friend Marco out! EDIT: Marco: I don't see your post. Me: Are you shitting me mate?! HERE IT IS. @LordMarco6699 2022-07-14-162131-venice.dm_84 2022-07-14-162717-radar.dm_84
    1 point
  3. And why current server is full every evening.
    1 point
  4. Was it different? I have a horrible memory. I tried to tell it as good as my memory served me! Didn't even need editing to be funny.
    1 point
  5. Use our legacy2 server for limited weapons.
    1 point
This leaderboard is set to London/GMT+01:00
×
×
  • Create New...