Search found 34 matches

by tourmaline
Tue May 03, 2016 3:01 pm
Forum: General Development
Topic: 1-1/2 years have passed
Replies: -1
Views: 945

1-1/2 years have passed

Holy Moley - a real life update, since "how long does it take?" is a popular question for people just getting in. I've been working on my game for just about 18 months. I've written a ton of code, have a good database layout, a thoughtful redis cache, threejs, socket.io, nodejs as the main...
by tourmaline
Fri Jul 25, 2014 9:25 pm
Forum: Off-Topic
Topic: Eve Online
Replies: -1
Views: 654

Re: Eve Online

All of that is true, and starting as a solo player is tough unless you bypass some of the "working phase" and buy some plex to get a financial leg up. And of course find a "good corp". But so many corps get pulled into alliances, or they become evil ganking corps since there is n...
by tourmaline
Fri Jul 25, 2014 5:13 pm
Forum: General Development
Topic: When to become LLC - Game Dev
Replies: -1
Views: 745

Re: When to become LLC - Game Dev

Financial liability isn't always removed with an LLC. Google "piercing the veil". Estimated taxes need to filed and paid quarterly, whether it is $0 or more. I guess you can legitimatize more write-offs: office space computers, some travel, etc; but you can do that as a DBA as well, if you...
by tourmaline
Fri Jul 25, 2014 1:52 pm
Forum: General Development
Topic: It's time for socket.io
Replies: -1
Views: 535

Re: It's time for socket.io

Oh, no... That is what I was afraid of. Unless it will only be a matter of setting up the sessions in socket.io, instead of http/express/redis. Socket.io is like a dark area to me right now, and I don't know how much I'll need to replace. I do some things with jquery and getjson. Is that all void no...
by tourmaline
Fri Jul 25, 2014 2:39 am
Forum: Off-Topic
Topic: Eve Online
Replies: -1
Views: 654

Re: Eve Online

I enjoy the ambiance of the game, but it does eat your life away. Also the thrill of never being safe makes it fun. I could do without the large alliance territory game though. I enjoy the game. If I was unemployed I'd play it all the time.
by tourmaline
Fri Jul 25, 2014 1:29 am
Forum: General Development
Topic: It's time for socket.io
Replies: -1
Views: 535

It's time for socket.io

Or I think. I got node setup for login, character selection and pretty decent start for how I want the session data to look. I got three.js going with my "gameboard" and game objects - everything coming from the database. I actually did a refactor as well during this step, since I kind of ...
by tourmaline
Wed Jun 11, 2014 3:58 pm
Forum: Beginner Help and Support
Topic: Need help how to create mass data in database
Replies: -1
Views: 577

Re: Need help how to create mass data in database

Lacking PHP, I cobbled this together once in an excel cell function on an unused column: ="insert into items_122812 values('" &A203 &"','" &B203 &"','" &C203 &"','" &D203 &"','" &E203 &"','" &F203...
by tourmaline
Tue Jun 10, 2014 4:27 am
Forum: Game Design
Topic: Adding features and content in layers over time
Replies: -1
Views: 2513

Re: Adding features and content in layers over time

Thanks for all the insight from everyone. Prior to your post (Jackolantern), I've been thinking about this with the opinions thus far. I guess I'm not looking at it from a PBBG point of view. If I succeed, my product would function a lot like EVE, Earth and Beyond and the like; although the actual t...
by tourmaline
Sun Jun 08, 2014 3:16 am
Forum: Coding
Topic: Using PHP framework for PBBG - worth or no?
Replies: -1
Views: 1673

Re: Using PHP framework for PBBG - worth or no?

Jackolantern wrote:The "all-in-one-pot" style of having PHP, HTML, and SQL all mixed together just doesn't cut it for me anymore.
Just for the record, I'm certainly not advocating an "all in one pot approach", and I don't want my reply to come across that way. ;)
by tourmaline
Sat Jun 07, 2014 2:43 pm
Forum: Coding
Topic: Using PHP framework for PBBG - worth or no?
Replies: -1
Views: 1673

Re: Using PHP framework for PBBG - worth or no?

I've never found the benefits of a PHP framework very useful, even in a large application. This is just my opinion based on my own experience and workflow, and the fact that I've also never began a project from scratch with a framework; so take it with a grain of salt. I really don't use IDEs either...

Go to advanced search