+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    McRapeYou is offline
    McRapeYou is on a distinguished road

    Join Date
    2 Feb 2008
    Posts
    27
    Thanks
    0
    Thanked
    0 in 0 Posts

    Map Crashes on Zombie Server

    If anyones had the dis-pleasure of playing my map on the Zombie Server, I'm sure you may have noticed that at the 2nd round, the map appears to crash the server. This is ofcourse very bad, as I had no intention of crashing the server, and it tarnishes me as a bad map designer... although this is still the first map that I've ever made for any Half Life game.

    Aside from all of that, I've been reading up, and trying to figure out why its crashing on this server in particular... Because, Me and Super Nub can play on my map for 10 rounds without any error... I've also tried it on a Normal CS server, with the same results... so I'm really scratching my grey matter here when trying to figure out why its crashing on the Zombie Server.

    If anyone has any recollections on why it may be crashing. The grenade spawner's stop spawning after 5 nades... And It appears to happen after someone makes it into the main teleporting room. I could go over any functions that I process in there, if anyone think their important....

    I think I must have some weird entity thats doing random crap somewhere... I'm going to look over the entity list inside the .map file (which is something like 91,000 lines of code ATM, haha)


    Thanks for any help

  2. #2
    EvInReaLife is offline
    Banned Banned
    EvInReaLife is a jewel in the roughEvInReaLife is a jewel in the roughEvInReaLife is a jewel in the roughEvInReaLife is a jewel in the rough

    Join Date
    15 Dec 2007
    Location
    OCNY
    Posts
    938
    Thanks
    0
    Thanked 1 Time in 1 Post
    Do you have an explosion entity somewhere on the map? If so, where, and what kind. This has crashed my maps more times than i care to recall.

  3. #3
    SOLANUM is offline
    SG Regular
    SOLANUM is teh ossim.SOLANUM is teh ossim.SOLANUM is teh ossim.SOLANUM is teh ossim.SOLANUM is teh ossim.SOLANUM is teh ossim.SOLANUM is teh ossim.SOLANUM is teh ossim.SOLANUM is teh ossim.SOLANUM is teh ossim.SOLANUM is teh ossim.

    Join Date
    13 Aug 2007
    Location
    Chicago
    Posts
    1,969
    Thanks
    48
    Thanked
    25 in 21 Posts
    Your map crashing in no way at all makes you a bad mapper. I thought it was a pretty damn good map and you sir,are a pretty damn good mapper *Thumbs up*.....smileys broken....



    Sol
    It seems to suit you better bleeding out the eyes

  4. #4
    matt 187 is offline
    SG Regular
    matt 187 IS OVER 9000!!!!!!matt 187 IS OVER 9000!!!!!!matt 187 IS OVER 9000!!!!!!matt 187 IS OVER 9000!!!!!!matt 187 IS OVER 9000!!!!!!matt 187 IS OVER 9000!!!!!!matt 187 IS OVER 9000!!!!!!matt 187 IS OVER 9000!!!!!!matt 187 IS OVER 9000!!!!!!matt 187 IS OVER 9000!!!!!!matt 187 IS OVER 9000!!!!!!

    Join Date
    7 Aug 2007
    Posts
    2,653
    Thanks
    170
    Thanked
    221 in 122 Posts
    Quote Originally Posted by {BMGOZS}SOLANUM View Post
    Your map crashing in no way at all makes you a bad mapper. I thought it was a pretty damn good map and you sir,are a pretty damn good mapper *Thumbs up*.....smileys broken....



    Sol
    lol i like how you said smiley broken & yea it's a nice map it just crash's some times


  5. #5
    McRapeYou is offline
    McRapeYou is on a distinguished road

    Join Date
    2 Feb 2008
    Posts
    27
    Thanks
    0
    Thanked
    0 in 0 Posts
    Quote Originally Posted by {BMGOZS}SOLANUM View Post
    Your map crashing in no way at all makes you a bad mapper. I thought it was a pretty damn good map and you sir,are a pretty damn good mapper *Thumbs up*.....smileys broken....
    That just made my day =D
    I figured everyone was sour at me for crashing the server
    Thanks :D


    EvInReaLife, I'm gunna open up the VTF and see if I might have some laying around that I forgot to delete, 1 sec

  6. #6
    McRapeYou is offline
    McRapeYou is on a distinguished road

    Join Date
    2 Feb 2008
    Posts
    27
    Thanks
    0
    Thanked
    0 in 0 Posts
    Yes, I indeed have 1 env_explosion, that shouldn't have been able to be triggered... Its in a box above a room, and the trigger to enable it, isn't in a place that anyone can get it, it was in my "Demo" box. But that box is Right above the room that seems to crash when people go inside of it. I'm going to delete it and keep looking, but this is the entity information that I took from the VTF before I deleted it.
    Code:
    entity
    {
    	"id" "109710"
    	"classname" "env_explosion"
    	"spawnflags" "130"
    	"targetname" "EXP4"
    	"rendermode" "5"
    	"fireballsprite" "sprites/blueflare1_noz"
    	"iRadiusOverride" "0"
    	"iMagnitude" "0"
    	"origin" "800.356 -3556.96 116.027"
    	editor
    	{
    		"color" "220 30 220"
    		"visgroupshown" "1"
    		"visgroupautoshown" "1"
    		"logicalpos" "[2000 -1268]"
    	}
    }

  7. #7
    Jack_Sparow is offline
    SG Regular
    Jack_Sparow has much to be proud ofJack_Sparow has much to be proud ofJack_Sparow has much to be proud ofJack_Sparow has much to be proud ofJack_Sparow has much to be proud ofJack_Sparow has much to be proud ofJack_Sparow has much to be proud ofJack_Sparow has much to be proud ofJack_Sparow has much to be proud of

    Join Date
    7 Jun 2007
    Location
    WeHo Baby
    Posts
    293
    Thanks
    1
    Thanked 1 Time in 1 Post
    lol poor rape im here to help add me on steam friends
    <span id="cc_stream_info_summary">Loading...</span>
    <script language="javascript" type="text/javascript" src="http://www.steamgamersradio.com/cast/system/streaminfo.js"></script>
    <script language="javascript" type="text/javascript" src="http://www.steamgamersradio.com/cast/js.php/sgradioadmin/streaminfo/rnd0"></script>

  8. #8
    McRapeYou is offline
    McRapeYou is on a distinguished road

    Join Date
    2 Feb 2008
    Posts
    27
    Thanks
    0
    Thanked
    0 in 0 Posts
    I wana play my map

    so lame

  9. #9
    Marquis Posa is offline
    Marquis Posa is a name known to allMarquis Posa is a name known to allMarquis Posa is a name known to allMarquis Posa is a name known to allMarquis Posa is a name known to allMarquis Posa is a name known to all

    Join Date
    25 Dec 2007
    Location
    Germany
    Posts
    230
    Thanks
    0
    Thanked
    7 in 4 Posts
    are you still working on your map or does it still crash server?
    you could upload the .vmf file on zombiemod.com, maybe someone will take a look at it and fix the problem. :0

  10. #10
    killerkallerant is offline
    killerkallerant is on a distinguished road

    Join Date
    27 Jun 2007
    Location
    New Jersey
    Posts
    87
    Thanks
    0
    Thanked
    0 in 0 Posts
    if u post it, im pretty sure someone can look at it. and just because the server crashes doesnt make u a bad level designer. most likelly its a server issue, or ur just a bad optimisor! Cheers
    Quote Originally Posted by Modgers1 View Post
    Are you really 18? Cause that's a pretty retarded question to ask.-Modgers


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts