You are viewing our Forum Archives. To view or take place in current topics click here.
- Forum Archives Index
- Search
- Search found 239 matches
-
Topic: Simple C# Programming Help
-
ODST_107
-
Replies: 4
Views: 476stick a @ in front of the " in the string location of the file, you will have to use an absolute path for it though instead of a relative path. the @ escapes the string automatically so string = ...- 0useful
- 0not useful
-
Topic: [EVE Online] Looking for players (Bonus for new players too)
-
ODST_107
-
Replies: 1
Views: 341Still looking for people. I'm willing to train new players as well!- 0useful
- 0not useful
-
Topic: [EVE Online] Looking for players (Bonus for new players too)
-
ODST_107
-
Replies: 1
Views: 341Hey guys, I'm starting a small mining corporation in EVE Online and I need some players to help mine. If you play EVE message me in game or on here (My name is Bruce Nollan) or if you're interested in ... -
Topic: [Visual Studio] C# auto updater? +REP
-
ODST_107
-
Replies: 3
Views: 726Ok, so im assuming you using forms and whatnot for this but it can easily be adapted actually. So in Visual studio create a new Console application. This will be the base starter for the game. In the ...- 1useful
- 0not useful
-
Topic: [Visual Studio] C# auto updater? +REP
-
ODST_107
-
Replies: 3
Views: 726It's actually quite easy. The way you have to do it is split your program up into a starting excecutable and then a containing library. Essentially you put your update code in the starter and it will ...- 0useful
- 0not useful
-
Topic: Getting Started With Unity 3D Game Engine
-
ODST_107
-
Replies: 3
Views: 1,567Hey guys, I've seen a few posts going around about how to start making indie games and where to start. So here's a getting started guide I'm working on for Unity 3D.
Why use Unity?
It's free It's ... -
Topic: game making software?
-
ODST_107
-
Replies: 5
Views: 536Unity is the way to go for starters. It's easy to get started with and there's a lot of documentation on their web page on how to actually use it and do some pretty cool things. Just be careful about ...- 0useful
- 0not useful
-
Topic: Anti debugger, can't attach?
-
ODST_107
-
Replies: 1
Views: 1,836exit code 0 is the code for a successful return. If you're trying to attach a debugger directly to a DLL you're going to have problems because it wont instantiate and execute without the calling appli ...- 0useful
- 0not useful
-
Topic: Pc only turns on for a split second.
-
ODST_107
-
Replies: 5
Views: 450Are you sure your motherboard is rated for the PSU? Also, try removing the new graphics card and starting it. If your machine is overclocked or you have your CPU unlocked adding a GPU to the system ca ...- 1useful
- 0not useful
-
Topic: XNA Tutorial Text on screen help!
-
ODST_107
-
Replies: 3
Views: 309You need to add a SpriteFont to your project and load it in your loadContent method.
From there draw it using something similar to:
spriteBatch.DrawString(mySpriteFont, "Text", Vecto ...- 0useful
- 0not useful
- Forum Archives Index
- Search
- Search found 239 matches
You are viewing our Forum Archives. To view or take place in current topics click here.