Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
GeeCee
Dec 16, 2004

:scotland::glomp:

"You're going to be...amazing."
Oh god what did I start :gonk:

Mental note. When people hear you complain about little insignificant things because you're used to complaining about bigger more suckier things and now you're living in a nice area in a nice flat with more money than you've ever had before coming in, they may think you're actually complaining and not just being a grumbly englishman. :ohdear:

SVN is making more sense now I only have to upload a few files at a time I must admit.

Akuma posted:

Technically you work for DNA Studios, which is a wholly-owned subsidiary of DNA Dynamics...

Hey man you ain't the boss of m...oh. :doh:

Adbot
ADBOT LOVES YOU

Shalinor
Jun 10, 2002

Can I buy you a rootbeer?

devilmouse posted:

Well well, look what was released last week!

http://mercurial.selenic.com/wiki/LargefilesExtension
Ooooooh. See, this looks awesome. Also: hg lfconvert. That right there solves the #1 problem I was otherwise going to have. You can even flag file types to track as Largefiles via extension!

Come ooooon TortoiseHg, update to latest Mercurial. And I'm looking at you too, Bitbucket.org.

Though I'm not seeing where you'd put in the details for the Bigfiles server. Does it "just work" when you push/pull your changes with the server, or am I missing something?

Shalinor fucked around with this message at 15:16 on Nov 2, 2011

waffledoodle
Oct 1, 2005

I believe your boast sounds vaguely familiar.

Vino posted:

I used SVN and now I use Git for code, but only for code and I can't imagine why anybody would try to use source control for art. Artists don't like having to commit/checkout/update. You'd be better off with a network drive in my opinion. Speaking of which, while I was doing Digitanks, I kept all of the art on a Dropbox shared folder and that did a great job of syncing me and the two artists involved. May not scale well to bigger teams, but it sure as hell is easy to use, which artists like.

As an artist, I love source control, so does the rest of the art team. As I work, I like to explore variations and ideas that fork, and typically that has meant folders full of files like:

code:

MainMenu.psd // first sketches
MainMenu2.psd // evolution
MainMenu2b.psd // forked idea set 1
MainMenu2c.psd // forked idea set 2
MainMenu3.psd // approved revisions (version 2b with changes)
MainMenu_Final.psd // publisher signed off on a design! yay!
MainMenu_Final_ForReal.psd // new features were implemented, slight redesign
MainMenu_Final_ForRealB.psd // more redesigns
MainMenu_IMeanItThisTime.psd // after publisher revisions
MainMenu_Test.psd // exploratory sandbox
MainMenu_Test_Alt.psd // sandbox got too big, new sandbox
MainMenu_zzzdiscard.psd // junk ideas

It is really nice to be able to just check all those in as just one or two files, and have a nice chronological, timestamped and commented rollback path. Yeah it's nicer when I have my programmer hat on and can actually merge things, but when the art hat is on, it is still basically an awesome save-state system or a hyper-advanced ctrl-z.

There is of course a difference between being able to quickly check 300mb Photoshop files into a Perforce depot across a gigabit local network which has terabytes of free space and is troubleshooted by a dedicated IT guy, and having to git or tortoise crap up and down a slow and wonky cable connection at home over wifi to collaborate online. If I had to telecommute, I would probably just Dropbox too. All the work I do outside the office is done right out of my Dropbox folder.

waffledoodle fucked around with this message at 17:38 on Nov 2, 2011

devilmouse
Mar 26, 2004

It's just like real life.

Shalinor posted:

Though I'm not seeing where you'd put in the details for the Bigfiles server. Does it "just work" when you push/pull your changes with the server, or am I missing something?

I had the same thought... "Ok, so I can store them on a network share or web server, but... uh... how?" We'll probably look into this in the next few weeks when we've got the cycles to spare, but for right now, we force those poor artists to use the sub-repo setup.

EgonSpengler
Jun 7, 2000
Forum Veteran

Mega Shark posted:

Very cool, what about your background? Always a producer or did you come from another discipline?

I came in with no experience through the IT department 7.5 years ago and worked my way up. Moved over as an Assistant Producer to help finish Company of Heroes, then moved on to Dawn of War II and have been there since. I took over the producer role 2 years ago on the first expansion, and have since shipped another expansion.

Right now I work on unannounced stuff, as well as DLC for the expansion.

M4rk
Oct 14, 2006

ArcheAgeSource.com
Naysmith here requesting more base-building in the next DoW and more map variety. ;)

Also, what did you think of Space Marines?

GeeCee
Dec 16, 2004

:scotland::glomp:

"You're going to be...amazing."
Crap, do it again.


(Haven't played it but I know several warhammer nerds who love the poo poo out of it. :black101: )

djkillingspree
Apr 2, 2001
make a hole with a gun perpendicular

Vino posted:

I used SVN and now I use Git for code, but only for code and I can't imagine why anybody would try to use source control for art. Artists don't like having to commit/checkout/update. You'd be better off with a network drive in my opinion. Speaking of which, while I was doing Digitanks, I kept all of the art on a Dropbox shared folder and that did a great job of syncing me and the two artists involved. May not scale well to bigger teams, but it sure as hell is easy to use, which artists like.

Perforce is really easy to use for assets and helps deal with multiple people having to work on the same asset without doing conflicting changes.

One thing I didn't really like about SVN (and it could have been my limited knowledge) was that you didn't really "exclusively" check things out - Perforce and VSS (which was an abomination) did this and it made a lot more sense when you're source controlling assets.

It's also great to have a log where we can say "Hey, artist/designer X did this dumb thing in this revision, let's go tell him the right way to do this!" or to assign the shirt of shame for breaking the build!

Also, it's great when your daily build crashes on load of a level, and you need to start reverting each check-in from the day prior to isolate the change that caused the crash. This happens more than you'd like on larger teams.

djkillingspree fucked around with this message at 18:52 on Nov 2, 2011

Chainclaw
Feb 14, 2009

Perforce is fantastic for artists compared to other source control I've fiddled with. Also, the tools Perforce comes with are awesome. Time lapse view for source control is really useful.

Chasiubao
Apr 2, 2010


Thirding the love for Perforce. Now I have to use TFS :(

Vino
Aug 11, 2010

Mega Shark posted:

Just because artists don't like it, doesn't mean it shouldn't be done. The purpose of version control is so that you can revert. If you only overwrite the file on a shared drive, you're saving your latest but not able to revert. If you create a new name for the file every time, it could work but you had better be good about making a standard naming convention.

On a team of 50-100 people, relying on naming files in a shared drive is not a good idea.

Right, that's the main drawback of a shared network folder. Dropbox does have revisions that get automagically updated every time a file is changed, and you can restore old revisions from the web interface, but that's obviously not a solution for large teams. If a team were able to get a network share that automatically backed things up and handled conflicts like Dropbox does, that'd be the best of both worlds in my opinion.

Some artists don't mind updating and checkouts and committing, but a lot of artists I've worked with never quite got the hang of it. I tend to try to make things as cushioney as possible for other people on my team, so they worry less about technical crap and more about what they're good at.

I've heard good things about Perforce but I haven't ever had a chance to use it.

GeauxSteve
Feb 26, 2004
Nubzilla

Shalinor posted:

Seconding JIRA. I loved it for bug tracking. Now we use TestTrack Pro. It is a thick client slow-rear end piece of horse poo poo - with a web client that is also lovely to use.

I miss JIRA :(

Apparently, we moved to TestTrack Pro because it could output particularly nice gant charts or something :ughh:

We use DevTrack and DevTest here. I absolutely love them. They are clunky, but they are so robust. I can pretty much do anything I want with them. Using the report views and then using the built in export to Excel features are perfect for preparing the reports I need.

Splaa
Jul 23, 2007

hello gents, so I'm at this design firm now as mentioned, and it's been pretty slow so I'm trying to learn myself some things.

We're pretty retail design heavy these days, so there are a few people in the office doing product renderings with Modo, and the pipeline for that work is for the moment pretty small. Thinking about seeing if I can pick it up to learn how to model some lint brushes or whatever.

Do any of you (or anyone in games period I guess) use it? Is it impossible?

ceebee
Feb 12, 2004
Modo is definitely pretty useful for rendered stuff. I don't know of anybody that uses it for games though. No 3D application is impossible, just need to look up tutorials and practice.

Sigma-X
Jun 17, 2005

Splaa posted:

hello gents, so I'm at this design firm now as mentioned, and it's been pretty slow so I'm trying to learn myself some things.

We're pretty retail design heavy these days, so there are a few people in the office doing product renderings with Modo, and the pipeline for that work is for the moment pretty small. Thinking about seeing if I can pick it up to learn how to model some lint brushes or whatever.

Do any of you (or anyone in games period I guess) use it? Is it impossible?

I haven't used it but from what I hear it's much more user friendly than Max, etc. I know some UI folks that use it, and they find 3ds Max awkward and a bit daunting.

Honestly, if you've got folks you can ask questions about the software with, you should be able to pick it up in no time. Just spend some lunch breaks working through tutorials and ask them questions.

Andio
May 10, 2004

Over thinking, over analyzing separates the body from the mind
Withering my intuition leaving opportunities behind

GeauxSteve posted:

We use DevTrack and DevTest here. I absolutely love them. They are clunky, but they are so robust. I can pretty much do anything I want with them. Using the report views and then using the built in export to Excel features are perfect for preparing the reports I need.

I'm one of the Global Admins for both DevTrack an DevTest and couldn't be happier with them. There's nothing I enjoy more than building custom projects for Studios.

Supporting those applications are by far the best aspect of my job. Some cool features announced at the TechExcel conference last week too.

czg
Dec 17, 2005
hi
I know idTech5 (RAGE) has a pipeline that is tightly integrated with Modo. Perhaps mostly because their lead artist got kinda crazy and wild with writing tons of scripts for it: http://www.indigosm.com/modoscripts.htm

I'm going to be learning/using Modo proper from next year, and from what little I've done so far I am a lot happier with it than with Maya or MAX. Still would love a proper WASD-ish camera control for environment modeling though, instead of the pivot/dolly/track model everything uses.

Irish Taxi Driver
Sep 12, 2004

We're just gonna open our tool palette and... get some entities... how about some nice happy trees? We'll put them near this barn. Give that cow some shade... There.
Lovin' JIRA just because I can close bugs as Benson dressed like Heisenburg.

EDIT: I'm a level design intern at Raven Software if you want to add me to the OP.

Irish Taxi Driver fucked around with this message at 19:09 on Nov 4, 2011

Monster w21 Faces
May 11, 2006

"What the fuck is that?"
"What the fuck is this?!"

czg posted:

I know idTech5 (RAGE) has a pipeline that is tightly integrated with Modo. Perhaps mostly because their lead artist got kinda crazy and wild with writing tons of scripts for it: http://www.indigosm.com/modoscripts.htm

I'm going to be learning/using Modo proper from next year, and from what little I've done so far I am a lot happier with it than with Maya or MAX. Still would love a proper WASD-ish camera control for environment modeling though, instead of the pivot/dolly/track model everything uses.

This is an interesting bit of info for me if I ever get the design for idtechego.com finished. Cheers.

FreakyZoid
Nov 28, 2002

Lego Universe shutting in January

Glad you got GBG set up, Shalinor.

19orFewer
Jan 1, 2010
Not sure I've talked enough to be included in the big list - but in case :)

I work in a large European Games company specifically in monetisation. I started with my own RPG company out of University, and have done design, scripting and all the standard industry stuff (well, no QA I guess) until I drifted into my current position by being earlier in free to play than most.

I've worked in 4 countries in the last 10 or so years, not all in games so have experienced the joys of changing location and international recruiting (which seem to turn up here a ton.)

I'm not so keen on giving exact company names - so I can refer to previous companies in general terms without damning either myself or anyone else involved. Besides that my current project is under so much NDA that I'm possibly saying too much by stating it is under NDA.

DancingMachine
Aug 12, 2004

He's a dancing machine!

FreakyZoid posted:

Lego Universe shutting in January

Glad you got GBG set up, Shalinor.

Ugh. :( 115 people is a lot of game devs to dump on Colorado.

Shalinor
Jun 10, 2002

Can I buy you a rootbeer?

DancingMachine posted:

Ugh. :( 115 people is a lot of game devs to dump on Colorado.
Game development in Colorado is basically hosed, yeah. We're back to nothing but a few small companies.

... and, yeah, I am glad I have GBG set up. The severance was remarkably good - it's just enough for me to launch into Glass Bottom Games full time, and make a run at being indie. I'll have to eat ramen buy in bulk and cook good but simple food and seriously cut expenses to make it last, but, I can do this. So, yeah, see, I'm not unemployed, I'm "indie" :v:

Yes, I could find work (I've already got nibbles), but I mean... how often does a chance this like come along? Normally in games, you'd be lucky to get a month's salary in severance, if even that. So screw that. I'm young-ish, no dependents - now's the time. I'll make my run, and see how it goes.

Shalinor fucked around with this message at 22:41 on Nov 4, 2011

typhus
Apr 7, 2004

Fun Shoe
Anybody on der thread familiar with the inner workings of Blue Castle Games/Capcom Vancouver and wants to share their experiences with me? I'd much appreciate it.

edit: Aw, poo poo. Agreed on all points already made, Shalinor. Here's to GBG's success!

Jagermaestro
Aug 25, 2011

Just add lobster.

That's what they told us. And we did. We added lobster to all our games. And that's how we saved Warhammer 40k, puppies, and the career of the former hit band 'Yes'.

typhus posted:

Anybody on der thread familiar with the inner workings of Blue Castle Games/Capcom Vancouver and wants to share their experiences with me? I'd much appreciate it.

edit: Aw, poo poo. Agreed on all points already made, Shalinor. Here's to GBG's success!

My room mate is a programming lead there and I have quite a few friends there in the programming and art disciplines. I think they're all relatively happy there for the most part.

Chasiubao
Apr 2, 2010


typhus posted:

Anybody on der thread familiar with the inner workings of Blue Castle Games/Capcom Vancouver and wants to share their experiences with me? I'd much appreciate it.

edit: Aw, poo poo. Agreed on all points already made, Shalinor. Here's to GBG's success!

I have a friend there and he's quite happy, though I suppose you might get tired of making Dead Rising games :shobon:

Leif.
Mar 27, 2005

Son of the Defender
Formerly Diplomaticus/SWATJester

Shalinor posted:

Yes, I could find work (I've already got nibbles), but I mean... how often does a chance this like come along? Normally in games, you'd be lucky to get a month's salary in severance, if even that. So screw that. I'm young-ish, no dependents - now's the time. I'll make my run, and see how it goes.

Well, hopefully it will inspire some new startup studios (and therefore new clients for meeee).

mutata
Mar 1, 2003

Shalinor posted:

Game development in Colorado is basically hosed, yeah. We're back to nothing but a few small companies.

... and, yeah, I am glad I have GBG set up. The severance was remarkably good - it's just enough for me to launch into Glass Bottom Games full time, and make a run at being indie. I'll have to eat ramen buy in bulk and cook good but simple food and seriously cut expenses to make it last, but, I can do this. So, yeah, see, I'm not unemployed, I'm "indie" :v:

Yes, I could find work (I've already got nibbles), but I mean... how often does a chance this like come along? Normally in games, you'd be lucky to get a month's salary in severance, if even that. So screw that. I'm young-ish, no dependents - now's the time. I'll make my run, and see how it goes.

My battle cry as I try to get my internship extended again and finish up school is that the job market is too crazy to spend time being unemployed. I love your response to layoff craziness, it's a great example to me.

Shalinor
Jun 10, 2002

Can I buy you a rootbeer?
The best part - I'd already set up a speaking thing for a University class over at CU Boulder. I'm talking to one of their CS classes about the games industry, and games programming.

... now I have license to talk about the business realities, too, and the drinking afterwards :v:

Carfax Report
May 17, 2003

Ravage the land as never before, total destruction from mountain to shore!

FreakyZoid posted:

Lego Universe shutting in January

Glad you got GBG set up, Shalinor.

Shalinor, condolences on the closure.

The article says not enough users converted to paid, but was it an issue with the business model, the content design, or a mix of both that let to inefficient monetization?

DancingMachine
Aug 12, 2004

He's a dancing machine!

Shalinor posted:

Yes, I could find work (I've already got nibbles), but I mean... how often does a chance this like come along? Normally in games, you'd be lucky to get a month's salary in severance, if even that. So screw that. I'm young-ish, no dependents - now's the time. I'll make my run, and see how it goes.

Seriously. It's a great opportunity, if a little scary. Unfortunately I had a pregnant wife when my studio was shut down a couple years ago, or I might have made a go at it as well. Good luck! Are you staying in Colorado or are you going to make that jump to Seattle you've been thinking about?

M4rk
Oct 14, 2006

ArcheAgeSource.com

Shalinor posted:

Game development in Colorado is basically hosed, yeah. We're back to nothing but a few small companies.

... and, yeah, I am glad I have GBG set up. The severance was remarkably good - it's just enough for me to launch into Glass Bottom Games full time, and make a run at being indie. I'll have to eat ramen buy in bulk and cook good but simple food and seriously cut expenses to make it last, but, I can do this. So, yeah, see, I'm not unemployed, I'm "indie" :v:

Yes, I could find work (I've already got nibbles), but I mean... how often does a chance this like come along? Normally in games, you'd be lucky to get a month's salary in severance, if even that. So screw that. I'm young-ish, no dependents - now's the time. I'll make my run, and see how it goes.
If GBG needs PR/Marketing/Community help, lemme know. Will work for ramen good food.

Shalinor
Jun 10, 2002

Can I buy you a rootbeer?

DancingMachine posted:

Seriously. It's a great opportunity, if a little scary. Unfortunately I had a pregnant wife when my studio was shut down a couple years ago, or I might have made a go at it as well. Good luck! Are you staying in Colorado or are you going to make that jump to Seattle you've been thinking about?
Staying in Colorado. I'm kind of stuck here until my sister graduates uni - helping her through college. Well... was. Tee hee. Though her expenses should be fine, we already worked it out.

I'm lucky I was set up for it when it happened. Already have irons in the fire, already nixed my major expenses, can easily cut expenses massively from here, etc. Well, some planning was involved, but lucky in that I don't have kids or dependents of note.

EDIT: ... though now that I'm working from home, I desperately want a puppy again :( Perfect time to adopt one! But... I mean the whole "no dependents" applies to pets too - the little furballs are expensive.

Shalinor fucked around with this message at 01:09 on Nov 5, 2011

Truspeaker
Jan 28, 2009

Shalinor posted:

... now I have license to talk about the business realities, too, and the drinking afterwards :v:

The drinking is supposed to happen AFTERWARD? We've been doing it wrong the whole time...

Chainclaw
Feb 14, 2009

I had one of those "click" moments recently. There was a certain style of game that I absolutely hated (barely interactive, no fail building games). Then someone described them as "activities" and not games, and it clicked into place, and now I accept and like this style of software.

Also, I feel like I'm rapidly becoming an expert on Unity / iOS. My entire job right now is just to understand what makes both tick.

GeeCee
Dec 16, 2004

:scotland::glomp:

"You're going to be...amazing."
Same here really. Working in a tiny dev studio and then seeing these enormous credits pages involving literally hundreds and hundreds of people involved in the making of DXHR, Assassin's Creed, MGS4 and BF3 is really loving humbling.

Solus
May 31, 2011

Drongos.
I'm at the point where I have dabbled with everything that I can think of when it comes to art. Making really simple stuff and learning the basic ropes. I just have no clue where I want to start specialising and learning properly. :smith:

To the Polycount forums. Might as well research more. And redownload UDK

GeeCee
Dec 16, 2004

:scotland::glomp:

"You're going to be...amazing."
Also, I passed my 3-month probation at DNA. I am now a fully signed on Game artist with rights a pay rise and everfink :dance:

Solus posted:

I'm at the point where I have dabbled with everything that I can think of when it comes to art. Making really simple stuff and learning the basic ropes. I just have no clue where I want to start specialising and learning properly. :smith:
Willing to post any of it up? there is a bunch of industry art vets around here.

Shalinor
Jun 10, 2002

Can I buy you a rootbeer?
Hrm. Dammit, now I really AM tempted to drop everything and make an iOS Rocket Jockey. I loved that game as a kid, and I really don't think it would take much to make an iOS version in Unity. And like... I mean I AM my own boss now, so...

Bleh. Must stay focused on current projects.

Adbot
ADBOT LOVES YOU

devilmouse
Mar 26, 2004

It's just like real life.

Shalinor posted:

Bleh. Must stay focused on current projects.

In the startup world, it's called "pivoting"! Pivot, do it!

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply