Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by RockstarNorth

  1. RockstarNorth

    Who ever solves this is a true genious

    Binary: 10100110110100001100001011000100110000101101011 String: 羽薩歸 Translated (chinese to english): Yu sabi Now you could explain us what you wanna say... -----------------------------Nice troll btw
  2. RockstarNorth

    [Java] Getting Started with games & building your first game with LWJGL 3

    Re: [Java] Getting Started with games & build your first game with LWJGL 3 You should mention that it is good for developing small non-windows games. I personally develop game engines. It would be and is a really bad practice to write 3D games in Java. Memory Allocation is important for games...
  3. RockstarNorth

    RockRaptor, a free music streaming directory I'm working on

    True. .NET reaches the same speed as PHP but could be also faster, is much more secure and offers more features. Well, playing games on Windows with high detailed graphics is only possible because of Microsofts DirectX (OpenGL sucks for commercial usage), is Microsoft really that crappy? :P...
  4. RockstarNorth

    Which C++ editor do you use?

    On Unix machines use nano, on Windows you should go with Notepad++. It's much better to learn C++ right than using auto-complete.
  5. RockstarNorth

    Seeking a development group

    As TheEthereal said, try it on GitHub! :) But you shouldn't go with a pre-made engine, you'll wreck yourself:thumbup1:. They use different Graphic-APIs, go with DirectX11/12 so you're more prepared for high detailed, awesome looking games. Don't try to clean/restructure source files from a...
  6. RockstarNorth

    C# Question of the Day

    I'm a C/C++ Programmer, but i hope i can throw 'n right answer! Use ShowWindowAsync( p.MainWindowHandle, 1 ); For the second parameter of ShowWindowAsync please see: You must be registered for see element.. If there is any problem with the position of the window you wanna display, use the...
  7. RockstarNorth

    How to add Sound Effect for Ejecting Drive like USB & CD

    Catch the start and the end of the process. You could use the Windows API for that. Just run a background program which does the hunt. Another option would be that you "unbind" the main windows usb/ports support and write your own "driver". Go with C/Assembly. To output a sound for file...
  8. RockstarNorth

    The next thing to take a look at.

    It depends on what you wanna do in your feature. If you're interested in Embedded Systems learn Assembly or C. It's not true that C is unused. C/Assembly written Systems are running on Airplanes, Chips and that stuff you cannot access directly without a user-control interface. The most Kernels...
  9. RockstarNorth

    How to be a game developer? (Step-By Step)

    So, when i start using C# i start with the .NET Framework 3.5 library because others wrote applications with that build? Nooo & nooooo (!!!) - I make my own code why should someone pollute his name because of C&P - It would be transcribed & not programmed... That answer made me a bit angry. Why...
  10. RockstarNorth

    How to be a game developer? (Step-By Step)

    First, no, I'm not a Rockstar North Developer - But as a huge fanboy of Rockstar Games & Take2Interactive, i learned game development, especially game engine development. First, you can't JUST pick up A language, it's must be THAT language that is perfectly for it. If you would use Java it will...
Back
Top