TwiYo

Forum User
  • Content count

    12
  • Joined

  • Last visited

Community Reputation

3 Neutral

About TwiYo

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

Contact Methods

  • Website
    http://www.ix-treme.com
  1. Nope was just because he postet it in the release thread ^^
  2. Overall i like how it looks, i just dont like the "Zoomed" Black-Yellow texture it looks a bit pixelated for me.
  3. Yeah but he didnt make the map xD. and overall darmuh is checking moddb very often so he knows when new maps are there.
  4. If i may ask why you post the map here?
  5. hey just use this script: bouncerespawn() { trigger = getEnt ("bounce_respawn_trigger", "targetname"); //your trigger jumper = getEnt ("bounce_jumper_respawn", "targetname"); // respawn origin for the jumper activator = getEnt ("bounce_activator_respawn", "targetname"); // respawn origin for the activator for(;;) { trigger waittill ("trigger", player); if(player.pers["team"] == "allies") { player SetOrigin(jumper.origin); player SetPlayerAngles( jumper.angles ); } else if(player.pers["team"] == "axis") { player SetOrigin(activator.origin); player SetPlayerAngles( activator.angles ); } } }
  6. True xD is it an honor that he takes the idea?
  7. hm just tested it and he compiles light but he used fast then
  8. i dont like fast :c
  9. yes on fast it works but yeah it is just fast xD
  10. it dosent matter how much ram you have, the software will be still 32bit and cant use more then 4gb thats my problem at the moment and my friend with 16gb ram tried to compile the map and got out of memory on the same %.
  11. and i said on the screenshot you can see there is a sky and with sky it only compile 31% And the compiler is 32bit and cant use more then 4gb memory. And trust me it is not my PC it is the software.
  12. Hey everyone, i got an problem with compiling my map on extra, i get the error out of memory on almost 50% without skybox. i got 3 Huge rooms, if i delete the Walls of the rooms i can compile the whole map on Extra. screen from the hugeness on the screen can you see a skybox but if i compile with the skybox i get the error on 31%. I already tried to compile: without lights, the rooms as prefab, deleting things on the roorms. Like i said if i delete the walls it is working, i hope there is a way to get it working with walls. And yes i was searching in google but everything i found didn't work for me. i thought that the cod4rad64.exe can compile it because it can use more memory but this .exe isnt working, is it only for me? So please post your suggestion if you got a idea how to fix this. Thanks and best regards TwiYo