Game art questions

Started by
8 comments, last by francisstevens 8 years, 6 months ago

Hi, im trying to learn to be a developer and thought i would start with learning to create game art in blender, but i have a few questions i hope someone could tell me.

1. Do you have to create models true to the real size of what your making? If yes how can you see the size of the model, so if i make for example a man how can i be sure when i put it in unity he wont look like a giant and will be an average sized man?

2. Should you delete the tris that arnt seen on the model? So for example i created a man then i put a jacket and bottoms on it, should i delete the tris that the jacket and bottoms are covering on the model?

3. This might seem like a stupid question but how do you organise your work? Do you have a main file named for example game assets then within that you would have files named weapons, characters, vehicles etc, then within lets say weapons you have files named swords, pistols, rifles.

4. Is there a copyright on selling models like a ford focus car or a colt m1911 sidearm?

Thank you for your time and help smile.png

Advertisement

I'll leave the first 2 questions for those with more technical knowledge with those items.

3. Using folders and general organization is vital (assuming you don't want to go completely crazy!). Build a foundation early of consistently organizing your work so it can easily be searched. You don't want to build something and have it prepped for that PERFECT Texture (or what have you) and you spend 15-30 minutes just tracking down that particular texture. Had you spent the 15-30 seconds initially to just place a copy of the Texture into a folder labeled "Textures", you could avoid that headache. I typically try to follow the following organization flow: Broad Subject > Projects > Project Name > Templates/Music/Textures/Code/etc. --- You can furthermore break those folders down into subcategories if needed. (i.e. "Vegetation Textures", "Battle Music", etc.)

4. Copyright laws are pretty simple (I'm sure that's up for debate however, haha). Avoid the possibility of profiting off of someone else's work. Most companys are VERY strict about anyone using their likeness for personal gain. If I were you I would do your best to avoid any resemblance to established brands or works that have been done before. I work in the Print Business where a TON of marketing is handled on a routine basis and we have to be extremely careful about ensuring we aren't printing anything that is copywritten as major companies are trigger-happy when it comes to legal action in that area.

Hope this helps!

1. the game designer(s) determine the distance scale the game will use. IE how many units in unity (or blender) = how many feet or meters, etc in the game world. that tells you how big to make stuff. if one unit = 1 foot, you make a person about 6 units tall. if 1 unit = 1 meter you make them about 2 units tall, and so on.

2. depends, if you never need them, then yes. the fastest triangle to draw is the one you never have to draw. in my current project, due to interchangeable clothes, overdraw is easier than separate models with and without some triangles erased when covered by clothes.

3. for development purposes, the game is in the release folder for the ms vis studio project, all blender files are in a parts folder under that folder. meshes and animations are exported as separate .x files, then concatenated together using a batch file and the copy+ command, and are then copied to the game dir for use.

4. in the US, a coyright is automatically created by the original author of an original work at the moment they strike the first keystroke. ford makes the focus and has a TM on the name, most likely - perhaps even registered TM. you hold the copyright on your original 3d model of a ford focus. since a focus is a car - a physical thing - its covered by trade marks on its name and sales slogans, and patents on its design - copyrights don't really enter the picture for them. they're not writing book, or making a movie, or recording an album, or making software- IE stuff related to copyrights.

Norm Barrows

Rockland Software Productions

"Building PC games since 1989"

rocklandsoftware.net

PLAY CAVEMAN NOW!

http://rocklandsoftware.net/beta.php

1. There is some good information on setting up scaling in Blender for different engines here:
http://www.katsbits.com/tutorials/blender/grid-settings.php
Its a little dated but still relavant

2. It depends. Some people do some people don't

3. It is all down to the workflow of either you or your team.

4. Murky water here. Yes / No / Depends / Sometimes / Maybe. Truth is you could probably sell a model of a focus that you made on Turbosquid and Ford wouldn't mind but, you would not be able to include it in a game where the user can select "Ford Focus".


1. Do you have to create models true to the real size of what your making? If yes how can you see the size of the model, so if i make for example a man how can i be sure when i put it in unity he wont look like a giant and will be an average sized man?

The major issue with size of game models is, that the perception of a model in games differs to the perception of objects in the real world. For one the brain does not measure object size by meter, but it tries to evaluate the size by comparing it to other objects. So, e.g. a giant looks like a giant if it is towering over a tree, but it looks like a normal human in a white room. This goes as far as that the relation of head and shoulders of a human gives enough information about the size of the human. The brain has learned, that a child (small) has a large head on small shoulders, a grown man has much broader shoulders (tall). E.g. a reason why many giants have over proportional shoulders compared to the tiny head, just to increase the illusion of tallness.

So, with this in mind you need to put your objects in your game world only in relation, not in absolute size. Most games start with a standard game character and measure everything else to this game character. E.g. a house should be 3-game character high etc. The next thing is, that location are often much smaller than in reality (you don't want to walk half an hour to the next save point), the are just build to give the illusion of being bigger. On the other hand, smaller objects are often larger than in real live, just to give them more importance and to identify them at larger distances.


2. Should you delete the tris that arnt seen on the model? So for example i created a man then i put a jacket and bottoms on it, should i delete the tris that the jacket and bottoms are covering on the model?

A rule of thumb is:

If the jacket is fix, that is, that most characters are not really customizable, then you should remove the tris. Not only for performance, but although to avoid other artifacts (eg. body penetration when animating the model). Most games avoid separate models, only games which have a very high level of customizable characters (e.g. RPG, Oblivion) will use it.


4. Is there a copyright on selling models like a ford focus car or a colt m1911 sidearm?

Design is copyrighted and there are most likely trademarks on the brands.


but, you would not be able to include it in a game where the user can select "Ford Focus".

correct, that would be using their trademark without permission - unless you get permission, perhaps by paying a licence fee to use the trademark in a game.

Norm Barrows

Rockland Software Productions

"Building PC games since 1989"

rocklandsoftware.net

PLAY CAVEMAN NOW!

http://rocklandsoftware.net/beta.php

Going out on a limb and saying this is an Art question, so... moving to Visual Arts.
Please ask your legal trademark/copyright questions in the Business/Law forum, in a separate thread.

-- Tom Sloper -- sloperama.com

Thanks tom, this is certainly an art question (non legal stuff)

Going out on a limb and saying this is an Art question, so... moving to Visual Arts.
Please ask your legal trademark/copyright questions in the Business/Law forum, in a separate thread.

LOL

*sighs* What was the question, again?

These are some really pre-beginner questions.

1) No & Yes

2) No & Yes

3) Nike (Just Do It)

4) Yes & Yes (Except in Fair Use.)

Bye.

Registering your mark gives you access to federal courts in the United States, which is the appropriate venue to bring an infringement action.

This topic is closed to new replies.

Advertisement