Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2023-01-05 00:00:00Z and 2023-01-06 00:00:00Z
Avatar
'拏 MAhdiyar 2023-01-05 16:03:24Z
how install bam in visual studio 2022?
16:03
i opening in bam file make_win64_msvc
Avatar
bam is a separate program from vs2022
16:03
you install it separately
16:04
you build it using vs2022
Avatar
'拏 MAhdiyar 2023-01-05 16:04:45Z
Yes, I downloaded and installed it, but it gives me an error
16:05
PS C:\Users\Mahdiyar\source\repos\teeware-mod> cd .. PS C:\Users\Mahdiyar\source\repos> cd teeware-mod PS C:\Users\Mahdiyar\source\repos\teeware-mod> bam server bam : The term 'bam' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + bam server + ~~~ + CategoryInfo : ObjectNotFound: (bam:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException PS C:\Users\Mahdiyar\source\repos\teeware-mod> ^C
16:06
@Dune
Avatar
you need to call bam by its path
16:06
wherever it is installed
16:06
e.g. ..\bam\bam server
Avatar
'拏 MAhdiyar 2023-01-05 16:09:58Z
PS C:\Users\Mahdiyar\source\repos\teeware-mod> cd C:\Users\Mahdiyar\Downloads\bam-master\bam-master PS C:\Users\Mahdiyar\Downloads\bam-master\bam-master> bam conf=release
Avatar
try
16:10
C:\Users\Mahdiyar\Downloads\bam-master\bam-master\bam.exe server
16:11
after cd C:\Users\Mahdiyar\source\repos\teeware-mod
Avatar
'拏 MAhdiyar 2023-01-05 16:12:07Z
bam.exe: error opening 'bam.lua'
16:14
@heinrich5991
Avatar
can you give us a dir?
Avatar
you need to stay in the teeware-mod directory and call bam from there, don't cd out of it
Avatar
Avatar
Dune
you need to stay in the teeware-mod directory and call bam from there, don't cd out of it
'拏 MAhdiyar 2023-01-05 16:30:44Z
owww i undrestand
👍 1
16:31
um i have a question
16:31
what is error ?
16:31
configure.lua:89: attempt to call a nil value (global 'setfenv') bam.exe: script error (-t for more detail)
Avatar
try del config.lua
16:47
otherwise, sounds like an issue with the mod itself
Avatar
'拏 MAhdiyar 2023-01-05 17:13:37Z
Ok
Exported 26 message(s)