Pixel

Donator
  • Content count

    407
  • Joined

  • Last visited

Posts posted by Pixel


  1. I've only been playing Raid Deathrun for a total of 16 hours, and the times I've been in the server I've always been welcomed by Kratos. He understands the rules, and will be a great admin. Earlier today he was suspicious of someone trying to be me in the server. He informed me straight away, kept an eye out on the guy and told me he will take necessary screenshots. He definitely deserves admin, even if he isn't 16. I thought he was over 16 just by his attitude towards people and maturity. Good luck with your application bro :)

    0

  2. Yea the ladders are too squished, unless this is raid-only think about servers with player collision. 

    Kind of looks like a blue 4gf map, don't see the hype with that yellow & black texture :s

    Anyway, it's pretty good for a first map c=

    It's not a first map, I have had practice one many, and lost all the maps I was working on which were 4 WIPs.

    0

  3. Scaling for everything seems a bit too small.

    I love how everything looks but I feel making things wider and maybe deleting the bottom ring on the ladder would help the map flow better.

    Thanks for the feedback. I will look into making things larger and platforms wider :)

    0

  4. Right click, misc>prefab and then choose one of the many .MAP files included in the download.

    vVaSzfM.png

    Of course, you want to extract the downloaded files into your map_source/prefabs folder.

     

    Thanks again :D

    0

  5. Actually I had them on my old hdd, and I assume most mappers who started a year ago have them as well. Of course, they aren't on my current pc so i'd have to go find them in my old files again but I assume it shouldn't be hard to find someone with them.

    Anyway, if you dig deep enough on google you should be able to find them. They were just prefabs you could load in.

    this link works, you just need an account to download them.

    I've downloaded and reuploaded them here - http://raid-gaming.net/dl/other/

    Thank you very much, Darmuh (:

    0

  6. You need to make a HUD.

    zeroy.com/script has half the things you'll need and explains them

    Could also look at existing files and learn from them, on my phone at the moment so can't provide you with an example

    I don't mean scripts, I mean brushes 

    0

  7. In maps I see decent 3D text. An example would be "Map Made By: Pet X" which is what I saw on a map. The 3D text is really smooth. Is this done in radiant or a program like maya? If anyone has some sort of download to 3D text in radiant, is there anyway they could sent it me? I'd highly appreciate this.

    0

  8. For the bounce room on a map, I need it so if the activator goes into the trigger, they spawn at their specific origin, if it's not, then spawn at the other origin out of the two. I came up with this useless script, trying to be pro, figured out it's never going to work, lost hope, and opened Raid's website for help :c

     

    This is my stupid attempt:

    bounceroomtele()
    {
    	trigger = getent("bouncetele","targetname");
    	trigger waittill("trigger");
    	
    	if( self.pers["team"] == "axis" )
    		self thread actibouncetele();
    	else
    	{
    		self thread jumperbouncetele();
    	}
    }
    
    actibouncetele()
    {
    
    entTransporter = getentarray("bouncetele","targetname");
      if(isdefined(entTransporter))
      {
        for(lp=0;lp<entTransporter.size;lp=lp+1)
          entTransporter[lp] thread TransporterBT1();
      }
    
    
    }
    
    transporterBT1()
    {
      while(true)
      {
       self waittill("trigger",player);
       entTarget = getent(self.target, "targetname");
       wait(0.10);
       player setorigin(entTarget.origin);
       player setplayerangles(entTarget.angles);
       wait(0.10);
      }
    }
    
    jumperbouncetele()
    {
    
    entTransporter = getentarray("bouncetele","targetname");
      if(isdefined(entTransporter))
      {
        for(lp=0;lp<entTransporter.size;lp=lp+1)
          entTransporter[lp] thread TransporterBT2();
      }
    
    
    }
    
    transporterBT2()
    {
      while(true)
      {
       self waittill("trigger",player);
       entTarget = getent(self.target, "targetname");
       wait(0.10);
       player setorigin(entTarget.origin);
       player setplayerangles(entTarget.angles);
       wait(0.10);
      }
    }
    

    Proceed to laugh at my attempts. Any help / advice is highly appreciated c:

    0

  9. Hello guys, I had a break for a couple of months due to a health problem if you don't remember, but anyway, I'm but for a while :) I won't be on as much because I've got work and stuff, but I will be on :) I'll mainly be playing in the Deathrun server and occasionally in the CJ server, but I'll mostly be mapping or expanding my knowledge on scripting. I've decided to stick with Raid because the people in this community are awesome and their dev team know what they're doing :) So yeah, hi again :)

    0

  10. Thanks all. Today is the only chance I've had to properly come online, I did go to the doctors, Darmuh. That's the first thing I did. He ran some tests and I apparently had some sort of inflammation in my heart, which is better than I thought, because all I need to do is take it easy. I've started my old hobby again anyway now, which is mountain biking. My dad bought a new mountain bike, which is good, and his old one was good too, but his new one is a lot better. Anyway, he took it off eBay to give me, he had it up for £1,000, and I'm just on it all the time now.

     

    With that being said, I'll be on from time to time, but I am not going to be on as much, no where near as much. Thanks for all the support though guys, and all the friendship. It's been good, I'll speak to the regulars every now and again (:

    0

  11. Hello guys. I've decided to take a break for my own benefit. Not sure how long I'll be, 1 Week, 2 Weeks, I don't know.

     

    I've recently been getting wild squeezing and tight pains in my heart and chest. After reading up on this and watching videos, it seems it's affected by the angina, which is a common symptom for coronary heart disease. You may think this is stupid and I shouldn't worry, but if I'm facing symptoms of something which is life-threatening, I'm not going to take any risks. I'm not overweight or anything, my diet isn't very good, and hasn't been for a while. So I'm going to reorganize myself and get healthier, even though this won't cure it, only aid it, but before I do anything, I will be going to see a doctor. 

     

    Anyway, take care everyone, I'll see you all soon.

    0