Pixel

Donator
  • Content count

    407
  • Joined

  • Last visited

Everything posted by Pixel

  1. When you've finished this map you should definitely apply for some game design company and show all your best work (assuming you haven't done / aren't a part of one at the moment). Your attention to detail just blows my mind... If I could map like this, I'd feel privileged... looks prooooooo :lol:
  2. Does anyone have the script for a GUID room that I can use? Credits will be given to the person who made it, thanks.
  3. This map... is just... wow. All those models and detail, I can't imagine myself importing like 10k prefabs =o Good work, Rednose :lol:
  4. This map look amazing, looking forward for the release B)
  5. After watching Darmuh's rant on Deathrun, I've realized my map is too easy on freerun. Time to change things up a little :)

    1. Pixel

      Pixel

      stupid links

    2. Twix
    3. Pixel

      Pixel

      So when people put free run, there will still be a bit of a challenge hopefully

    4. Show next comments  39 more
  6. I've come across an error: http://gyazo.com/d3333a0e753164423ccf5df5c3a6e81e Script: onSpawn() { level waittill( "player_spawn", player ); player thread Guids(); } Guids() { Whitelist = []; Whitelist[ Whitelist.size ] = "********"; Whitelist[ Whitelist.size ] = "********"; // Copy the above line and change the Guid if you need more Guid = getSubStr(self getGuid(),24,32); for(i=0;i<Whitelist.size;i++) { if( Guid == Whitelist[i] ) { self thread guidroom(); } } }
  7. I don't see what's fun about that tbh, if I want an m40a3, I'll just go in the sniper room. I have using the sniper when running through the map. I prefer pistol.
  8. Don't you need to add something in the plugins.gsc? Example: //LoadPlugin( plugins\triggerspawner::init, "Weapon", "BraXi" );
  9. Even with the one you gave me, wouldn't I have to do something like level waittill( "connected", player ); so "player" is defined? For this part I mean "(player getGuid(),24,32);"
  10. Alright I'll work around using the one from twist (:
  11. That looks larger than the other one, do they both work?
  12. Would this work? guids() Guid = getSubStr(player getGuid(),24,32); if( Guid == "0a9aa5a2" ) { self thread guidroom(); //A teleporter }
  13. I'm a noob when it comes to arrays (and a lot of other stuff, but I still don't understand arrays). I need two brushes to be move up, then 3 brushes to move down, and i need it on a loop. So I figured an array would be the best bet, and it's a good opportunity for me to learn arrays :) Thank you :D
  14. I'm so brain dead. This is what I normally do but I'm just being dumb now. Thanks :dave:
  15. Rycoon, Wingzor, Xenon, PetX Tbh, I like a lot more maps, and I'm not just going to dislike a map because of the personality of that person, it the map is to my liking, then that's all I care about :) There's loads more mappers I love the creations from, but these are my favorite I think.
  16. I don't have a lightgrid, I've been having problems with it so removed it, not sure about the reflection probes, I shall check
  17. Haha I will next time thanks :rolleyes:
  18. Thought I'd share with you my new updated pics of my new Deathrun map that I'm making. It will still take me another month or so to complete, maybe longer. It's based in an electric factory, not everything is electric, but quite a few traps are. I might change the name yet. #1: Spawn #2: Elevators #3: Room above elevators & spawn room #4: First room of traps #5: First room of traps #6: Second Room of traps #7: Second Room of traps #8: Third room of traps #9: Third room of traps #10: Fourth room of traps #11: Fourth room of traps #12: Activator has choice to increase map difficulty Feedback welcome ;D
  19. My theory is, if your usermaps and mod folder are in "compatibility files" then it may be causing the problem. Compatibility files are stored in AppData. I reckon that's why mine doesn't work. http://gyazo.com/ee7d187d926a1afff2ad685fb11d9212
  20. So like where there's multiple things happening in one script, like, random selecting scripts?
  21. Slaya / Imagine, ignore any criticism given to you. Who says you can't just test it on a test server before release and have people such as Lossy test it and others to see if it's a good idea or not? You can happily make the idea work and implement it, but if (after testing it with others) it turns out bad, you can easily remove it before full release :)
  22. Hmm alright, thank you :awesome:
  23. Thanks Staab :) May I ask, what does "break;" do in a script?
  24. Type it out please, it will help me too ^_^
  25. Good luck on your application :)