Open JonathanKrzeszewski opened 4 months ago
When I try to pickup the portal gun it disappears and does not give it to me. I need to enable sv_cheats 1 before picking it up
console: [engine] This game doesn't allow cheat command give in single player, unless you have sv_cheats set to 1.
[engine] This game doesn't allow cheat command give in single player, unless you have sv_cheats set to 1.
im positive its talking about give_portalgun
give_portalgun
video: https://github.com/StrataSource/Portal-2-Community-Edition/assets/173852606/438a07fc-4527-4e31-8ff4-6b52116256d7
sp_a1_intro3
map sp_a1_intro3
sv_cheats 1
No response
The map should be using the GivePlayerPortalgun() VScript command as of DLC1 to fix this exact issue, maybe it's the old version?
GivePlayerPortalgun()
Describe the bug
When I try to pickup the portal gun it disappears and does not give it to me. I need to enable sv_cheats 1 before picking it up
console:
[engine] This game doesn't allow cheat command give in single player, unless you have sv_cheats set to 1.
im positive its talking about
give_portalgun
video: https://github.com/StrataSource/Portal-2-Community-Edition/assets/173852606/438a07fc-4527-4e31-8ff4-6b52116256d7
Issue Map
sp_a1_intro3
To Reproduce
map sp_a1_intro3
and hit entersv_cheats 1
is not enabled, it will vanishsv_cheats 1
Operating System
No response