Last point payload fail

DoodleDon

L2: Junior Member
Nov 22, 2020
85
6
In my payload map, I ofcourse have a last point. The problem is, is that when the cart reaches said point, TF2 crashes.
I wonder if there's a code that needs to be added or removed from the track ponit or anything else. The Vmf file for the map is down below if anyone wanna help :)

Otherwise, you can always put in what shouldn't or what should be in the last point.
Thanks in advance - Rookie map builder
 

Attachments

  • pl_chestnut_woods.vmf
    1.7 MB · Views: 63

MOCOLONI

L6: Sharp Member
Dec 16, 2014
373
89
There's no 'cp_4' in your map, yet 'cp_3' attaches it to the capture trigger. Either add the fourth checkpoint or remove that output from 'cp_3'.

You should also once again fix your map file because it somehow keeps getting unloadable solids.
 

McLovin

L2: Junior Member
May 25, 2017
55
66
Question, how do I fix the map since I didn't figure out last time?

after deleting the entire brush in notepad instead of changing the values, i was able to open your map. replacing the brush's values with "1" or "0" or anything doesn't help because the file is accounting for a brush that can't be found.

resaving the map with the invalid solids removed would solve this issue, but the person in that thread said not to for some reason. maybe it would do something bad that i don't know about.

in the map that you have open, hit Ctrl+Shift+G and type in the number 337605. that's the brush that's been giving you the error. it doesn't exist on my end, but if you can find it, you should delete it and remake it.

if that doesn't work, make a copy of your map. make sure that the copy works before you do anything. you can then do what you did before and replace the values with 0s and remove invalid solids, or you can just delete the entire brush. if it destroys everything, you'll have a backup.

here's what you would delete, starting on line 40034:

solid
{
"id" "337605"
side
{
"id" "1629949"
"plane" "(nan nan 384) (nan nan 384) (nan nan 384)"
"material" "DEV/REFLECTIVITY_30"
"uaxis" "[-0.707107 -0.707107 0 -46.1333] 0.25"
"vaxis" "[-0.707107 0.707107 0 100.067] 0.25"
"rotation" "0"
"lightmapscale" "16"
"smoothing_groups" "0"
}
side
{
"id" "1629948"
"plane" "(nan nan 192) (nan nan 192) (nan nan 192)"
"material" "DEV/REFLECTIVITY_30"
"uaxis" "[-0.707107 -0.707107 0 -46.1333] 0.25"
"vaxis" "[-0.707107 0.707107 0 100.067] 0.25"
"rotation" "0"
"lightmapscale" "16"
"smoothing_groups" "0"
}
side
{
"id" "1629947"
"plane" "(nan nan 192) (nan nan 192) (nan nan 384)"
"material" "DEV/REFLECTIVITY_30"
"uaxis" "[0.707107 -0.707107 0 -100.067] 0.25"
"vaxis" "[0 0 -1 0] 0.25"
"rotation" "0"
"lightmapscale" "16"
"smoothing_groups" "0"
}
side
{
"id" "1629946"
"plane" "(nan nan 192) (nan nan 192) (nan nan 384)"
"material" "DEV/REFLECTIVITY_30"
"uaxis" "[0.707107 -0.707107 0 -100.067] 0.25"
"vaxis" "[0 0 -1 0] 0.25"
"rotation" "0"
"lightmapscale" "16"
"smoothing_groups" "0"
}
side
{
"id" "1629945"
"plane" "(nan nan 192) (nan nan 192) (nan nan 384)"
"material" "DEV/REFLECTIVITY_30"
"uaxis" "[-0.707107 -0.707107 0 -46.1333] 0.25"
"vaxis" "[0 0 -1 0] 0.25"
"rotation" "0"
"lightmapscale" "16"
"smoothing_groups" "0"
}
side
{
"id" "1629944"
"plane" "(nan nan 192) (nan nan 192) (nan nan 384)"
"material" "DEV/REFLECTIVITY_30"
"uaxis" "[-0.707107 -0.707107 0 -46.1333] 0.25"
"vaxis" "[0 0 -1 0] 0.25"
"rotation" "0"
"lightmapscale" "16"
"smoothing_groups" "0"
}
editor
{
"color" "0 122 223"
"visgroupshown" "1"
"visgroupautoshown" "1"
}
}