Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

878516 Posts in 32925 Topics- by 24337 Members - Latest Member: kellerx25

May 22, 2013, 04:35:51 AM
  Show Posts
Pages: [1] 2 3 ... 111
1  Developer / Technical / Re: Open sourcing Playtomic: now with Achievements API on: May 21, 2013, 10:37:38 AM
Would be nice if there was a C or C++ API as well Smiley
2  Developer / Business / Re: [Advice needed] Raising money for games development on: May 19, 2013, 04:24:31 AM
Just make a prototype in your spare time. It's not that hard if you really put some time into it.
3  Developer / Technical / Re: Two-way pseudo-random number generation? on: May 18, 2013, 11:22:23 AM
Seriously, just try any of these hash algorithms on integer (X, Y) values.  You won't be disappointed, and it will likely outperform your proposed solution.
Murmur2 looks nice. Fast and the randomness seems quite ok when hashing numbers from 0-216k. Should work fine for the OP's problem.
4  Developer / Technical / Re: Preferred way to link/use 3rd party code? on: May 17, 2013, 07:04:18 AM
It depends on if you plan to modify those libraries yourself. If yes, then sure, why not. If not, definitely use them as is, doesn't matter if dynamically or statically. Otherwise you would not get new features, bugfixes etc.
5  Developer / Design / Re: Some idea for an X4 on: May 16, 2013, 09:51:06 AM
What's hard about it - http://en.wikipedia.org/wiki/Ellipse ?
6  Developer / Business / Re: Stores next to Steam on: May 11, 2013, 01:57:00 PM
What? GOG rejected Steel Storm? A Humble Bundle game?
7  Developer / Business / Re: Poll on F2P: Does a game being F2P make you view it as less hardcore? on: May 11, 2013, 01:55:32 PM
It's not always like that. You just trade money for time in most games.

I play Tribes sometimes and tbh you can rule just fine with the standard gear if you put some time in it to get a few of the upgrades you get automatically when playing. Someone who just starts the game for the first time and buys all the "better" gear will still get killed a lot and won't have many kills.

All the gear you can buy (and you can buy it just fine with normal ingame earned money) works mostly only a bit differently but hardly "better". In fact, it seems to me mostly that the "better" weapons have lower splash and higher direct damage and that is only useful to someone skilled anyway who would be just as deadly with the basic gear because of higher skill/better aim.

Blacklight Retribution is very similar. It's all about the playstyle and you still need to play the game to get a higher level before you can buy the better gear.
8  Developer / Technical / Re: Why LUA? on: May 11, 2013, 01:43:12 PM
What kind of examples are there out there to see how other games incorporate Lua? I'm more interested in the pattern of usage than the actual implementation, I can just figure that part out. I want to see what aspects of the game get "outsourced" to Lua.
World of Warcraft uses it for HUD system and the user addons. In Second Life, all the user stuff is programmed in Lua. Server side in EVE Online is written in Python which is also a scripting language albeit much more complex than Lua.

Dunno about indie games though.
9  Developer / Technical / Re: The grumpy old programmer room on: May 10, 2013, 12:00:13 PM
What a mess. SFML 2.0 relied on an outdated GLEW version and had to compile SFML from source. Cmake wasn't exactly a walk in the park either. Then there was learning how to properly install a library (sudo cp -r lib /usr once it was compiled). This probably goes in the Happy Programmer thread too, but the heck if this didn't leave me feeling grump and not so grump in the end.
cmake
make
make install
?
Or if you use Debian-based bistro, you'd better use checkinstall (as root) instead of the "make install" to get a .deb package automatically installed, so you can easily uninstall later.

Copying the libs manually is definitely not the right way to do it Wink
10  Developer / Technical / Re: The happy programmer room on: May 09, 2013, 02:29:29 PM
According to Wikipedia, D can use C code just fine -> you can use CSFML, SDL and pretty much any other C libraries or C++ libs with C wrappers.
11  Developer / DevLogs / Re: 3LIND game on: May 04, 2013, 06:48:51 AM
Looks nice. You should show a few solutions to the puzzles in the trailer though. Right now I have absolutely no idea how you could solve them and therefore how the game actually plays.
12  Player / General / Re: Game Pirates get Pirated on: May 03, 2013, 07:51:52 AM
What's doubly hilarious is that putting these "trolls" in likely costs dev-time and money, and have to be tested. (unless you like literally breaking your game for legit customers on release day)
Wut? The pirate and customer versions were completely separate. Probably a #define somewhere in the code which changed a few lines.

Also, the pirate feature is in the regular customer version too but it's a bit different in that you have some options to fight it. In the pirate version, you can't do anything.
13  Developer / Art / Re: Zombie Horde - 120 characters running in the web browser on: May 02, 2013, 06:58:39 AM
I don't get any FPS because there's no Linux plugin... Fuck you, Unity...
14  Developer / Technical / Re: Code Organization on: April 20, 2013, 07:13:26 AM
You don't pass singletons around. Singletons ARE static, or at least some functions are.
15  Developer / Business / Re: Investing in Publicly Traded Game Companies on: April 19, 2013, 03:20:08 PM
Buy investment gold now, the prices have dropped a lot but gold is still gold and it will steadily go up.

Or invest in luxury, but I mean real luxury and as that kind of thing (Patek Philippe watches, old wine, Munch's Scream etc.) is unreachable for an indie developer (a typical one, not Notch...), you can at least invest in LVMH, BMW or Porsche stock Wink
Pages: [1] 2 3 ... 111
Theme orange-lt created by panic