Where is the best place to put variables in an online game

2019-11-02 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
Where is the best place to put variables in an online game Hi all. So I am making an online survival game like stw, and I want to add things like hunger and thirst. But I don't know where I should put the things required to add it. Should I put it in the client or server. I want to add

what is the problem with this bgt code

2019-10-19 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
what is the problem with this bgt code Hi guys. So I know that bgt basically doesn't exist, but I am using it anyway. I am making a suite of programs, and rite now, I am trying to make a notepad where it lets you write some text and it puts it in a file in a folder called notes. here is

help with making auto pilot in my game

2019-09-07 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
help with making auto pilot in my game Hi guys. So I have a game, and I am making autopilot mode. It is a game where you kill enemies, get potions, get gold, level up, and all that. The problem I am having with autopilot is when the player gets started walking right, he doesn't want to

why does this code not work

2019-08-31 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
why does this code not work I am making a small guess the number game, to see if I could do that. When I runn the game, it said on the line that it says else, there is an error that says expected _expression_ value. Here is the

why does this code not work

2019-08-31 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
why does this code not work I am making a small guess the number game, to see if I could do that. When I runn the game, it said on the line that it says else, there is an error that says expected _expression_ value. Here is the

Re: how to make an inventory with bgt

2019-08-25 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
Re: how to make an inventory with bgt hate to say this because most of you will say read the manual, but can someone give me a working example of how to append items to the inventory and how to have more than one of multiple items if you get them? URL:

how to make an inventory with bgt

2019-08-24 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
how to make an inventory with bgt So I am struggling to make a propper inventory class with bgt. When I enter the inventory, I get a bgt run time error. Another problem is that I don't know how to make items go in the inventory. I was thinking about using code from other games, but that

how to make an inventory with bgt

2019-08-24 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
how to make an inventory with bgt So I am struggling to make a propper inventory class with bgt. When I enter the inventory, I get a bgt run time error. Another problem is that I don't know how to make items go in the inventory. I was thinking about using code from other games, but that

how to make events randomly pop up in bgt

2019-08-17 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
how to make events randomly pop up in bgt Hi guys. So I am making a game where you rule a kingdom, and I don't want the events to pop up rite after every other event. How do you make events pop up a random number of seconds, because the king needs time to sit on his throne. So how do you

Re: how to make enemies automatically spawn on a map

2019-07-31 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
Re: how to make enemies automatically spawn on a map make me URL: https://forum.audiogames.net/post/452268/#p452268 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

how to make enemies automatically spawn on a map

2019-07-30 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
how to make enemies automatically spawn on a map Hi guys. So I made enemes spawn by putting a line on the bgt script I use for maps. As I said, it only spawns a little gang of enemies, like 5. What can I do to make them spawn untill you exit, and I want them to drop items. Here is the code

how to compile your sounds with your game

2019-07-12 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
how to compile your sounds with your game hi guys. So I've seen in a few games that the game's exe file is bigger than a normal exe file. I know why that is, the sounds.dat file is compiled in it, but how do some game developers do it. I want to do this because I don't want people

Re: GDE Game Development

2019-07-10 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
Re: GDE Game Development I got this error Win32 Version: 1.8.5.0    CodeBase: file:///C:/Program%20Files%20(x86)/Sonus%20PCP/NAudio.DLLOpenTK    Assembly Version: 3.0.1.0    Win32 Version: 3.0.1    CodeBase:

Re: how can you change variables in the options menu

2019-07-10 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
Re: how can you change variables in the options menu But how do you make it where it saves your settings. When I hit escape in the options menu, it exits and doesn't save the settings. So don't know URL: https://forum.audiogames.net/post/448006/#p448006 -- Audiogames-reflector

how can you change variables in the options menu

2019-07-09 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
how can you change variables in the options menu Hi guys. So I added a logo to my game, and I don't want it to play if I don't want it to. I already declared an int variable that you can change to 0 if you don't want it to play the logo, and change to 1 if you want it to. The problem I am

Re: GDE Game Development

2019-07-08 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
Re: GDE Game Development well, I can't even use the thing because I get something when I launch the games I built. something about microsoft .net framework. don't know but rite now, nope untill it's fixed. URL: https://forum.audiogames.net/post/447627/#p447627 -- Audiogames-reflector

I made a game but it won't run

2019-07-03 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
I made a game but it won't run Hi. So I was just testing how good I am with BGT, and I got no compilation errors on my first little, I mean little, thing. It's just a thing where if you hit the right arrow, you move right. I run it, nothing happened. I made a folder for the sound and the

Re: what to use to make bgt tell you you don't have something

2019-06-27 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
Re: what to use to make bgt tell you you don't have something here is the code I used. It doesn't have the int, because when I put the int there, and the if, it doesn't have an afect. here is the potion code,

what to use to make bgt tell you you don't have something

2019-06-26 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
what to use to make bgt tell you you don't have something Hi guys. I am sorry about the topics I have been posting wanting help. I know it is annoying, but this might be the last topic wanting help with bgt because I know yall hate it. So I am doing a BGT project, and I am adding potions.

how do you make weapons in your inventory

2019-06-14 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
how do you make weapons in your inventory Hi yall,So what I have been doing is making a game, no, i'm not asking this for cloning. If the subject is confusing, my question is, how do you make the weapons spawn on your map and make it draw the weapon in your inventory. I have all ready have

Re: does anyone know how to code food in bgt?

2019-03-29 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
Re: does anyone know how to code food in bgt? it is for tk, and the cost will be 2 dollars, and I want it in the vending machine and tk originally had food so I want to add it back and it will be like candy bars and chips and it will make you walk faster URL:

does anyone know how to code food in bgt?

2019-03-29 Thread AudioGames . net ForumDevelopers room : bopitmaster34 via Audiogames-reflector
does anyone know how to code food in bgt? hi. So I have been adding things to a game written in bgt, and I want to add food to it so it would be more intresting. I want to know how I can go about this URL: https://forum.audiogames.net/post/423580/#p423580 -- Audiogames-reflector