console:
ERROR: couldn't open
Only the server may changelevel
Loading decals from m5
Loading decals from m7
^this is the error i get in console when switching from my 6th map into my 7th map on the mod im working on; i can type in console 'map m7' and get into my 7th map but it only works 1 way into m6. I have compiled this as much as i have compiled my entire mod thus far trying to fix it.
m6 map
trigger_changelevel
new map name: m7
landmark name: landmark6
info_landmark
name: landmark6
m7 map
trigger_changelevel
new map name: m6
info_landmark:
name: landmark6
iv done changelevel triggers 5 other times in the mod, nothing is different besides the fields.
i cant figure any of this out, i am not sure if its how im saving the files; but sometimes things will reset, a env_beam will have a life of 0 and next compile it will be 1, a texture i replace will stay for one compile; then go back to its previous texture the next compile, an item_battery will disappear reappear in between compiles..
help!