The irritating question
#1
Posted 21 January 2008 - 05:15 AM
im a designer, for a newspaper, been writing pen and paper game systems for a few years now (ok, i dont have time anymore) and i have also modeled for a few games... which never were completed
well, now i want to start prototyping my ideas (so far i have just modeled for the head programmer ideas), play a little with them, see for myself if something is feasible before wasting someone else's time (as some people wasted mine, right?).
the problem is... im not a programmer, actually im quite frightened by any code beyond simple html, and to add to the confusion, there are too many "easy" engines... easy if you actually can write a couple of languages and are willing to learn their script... not to mention their documentation is vague in most cases, aimed at people in the know and with little patience for n00bs (which i understand)
i have already tried some engines and demos, starting from the basic editors on unreal (ut2k4, ut3) and far cry, ston3d shiva, reality factory, blender, beyond virtual gamecore, 3d gamemaker (what a BAD joke), dx studio, 3d game studio, c4 engine (and, i think, half a dozen more)... in fact all of them are sitting now in my hard drive, staring at me, mocking me...
i dont have the time to learn something as big as C++, i just have a too much work, but i guess a script language wont kill me, but i want to know its going to be useful in the short-middle term...
so, which engine? which script?
oh, by the way, im not aiming to make the next FF7, or a MMORPG, good grief!, worked for people like that too many times!, all i want is to test my ideas (in 3d) so i can show them to the programmers when the time comes, if ever comes at all... or to quit without wasting anyone's time.
#2
Posted 21 January 2008 - 07:36 AM
#3
Posted 21 January 2008 - 09:07 AM
#4
Posted 21 January 2008 - 09:27 AM
already considered flash, but not many of them can work in 2d, besides, learning actionsctipt would take the "learning" slot of time i have (just have one, for one script or languaje...)
now, the investment on flash would be enough to make a full flash game, thats a big plus
#5
Posted 21 January 2008 - 10:54 AM
#6
Posted 21 January 2008 - 04:57 PM
-edit-
Sorry, didn't read about the part about wanting to use a scripting language. Although a Python binding of either might not be too bad.
#7
Posted 22 January 2008 - 01:18 AM
SamuraiCrow: i started with irrlicht, but it requires a certain mastery of C++ to begin with. for me that means over a year and half... i know its the best language for games, but i want to know if there are some other ways to test my ideas before taking that big step (and expensive).
#8
Posted 22 January 2008 - 02:39 AM
#9
Posted 22 January 2008 - 02:52 AM
#10
Posted 22 January 2008 - 02:35 PM
jaytraveller said:
Interesting... like what? :confused:
- www.mattiasgustavsson.com - My blog and current projects
- www.rivtind.com - My Fantasy world and isometric RPG engine
- www.pixieuniversity.com - My Software 2D Game Engine
#12
Posted 23 January 2008 - 08:22 AM
while it has been done before i have tought some features i want to test.
besides, many make simulators, but not campy shooter games, with little regard to real world physics. lets say i like campyness, but also the feeling of freedom 3d can give.
the second set of ideas can be built on top of a fps, to try a first person melee system, but one less repetitive than some i have played.
also want to play with the atmosphere of the game, how creepy can something be without the use of guts, blood or any other commonplace stuff, rather making creepy a regular existing place.
actually is a long list, but mostly i want to make things "feel" the way i want before asking someone to help me.
since for one or another set i will need to learn a languaje or script, i think i'll look for an engine capable of handling both sets.
monjardin: i have been stumbling into lua quite a few times while searching for an engine, i think even shiva uses it.
yeah, it looks like an option, but it still too soon to chose one.
#13
Posted 25 January 2008 - 05:06 AM
#14
Posted 27 January 2008 - 02:12 AM
the 3d is not close to what i want, but i have the feeling i can translate some of my old pen and paper games to something playable.
""I advise learning a real programming language such as C++ as well""
my feelings exactly (leaving aside the question of the expenses, in time and money, which i dont have now, nor will have in the foreseeable future).
summarizing, every game engine i have tried, with a couple of exceptions, are (duh, of course!) aimed at programmers, but i think there is a niche for a product for people like me (uh... lets say... dense...) who have been for too long in a very different career path and want to get to try their ideas, if somewhat limited, in an interactive environment... something like a "game engine for dummies" :P
my conclusions, so far:
1.- i will use game maker, lets see if i can make something little to show here.
2.- im going to learn lua... though i'd rather learn chinese... its far more easier for my mindframe =/ (no, really!)
3.- im going to appoint myself as a resident dummy in case someone wants to make an engine (or whatever) for non-coders.
#15
Posted 27 January 2008 - 05:16 AM
If you feel you have to do 3d get 3d game studio, go very slowly through the tutorials and ask questions on the forum until you know the language. It really doesn't matter which engine you use but that ones pretty cheap and has a huge number of people to answer questions and a lot of tutorials.
#16
Posted 27 January 2008 - 06:51 AM
think about it, for me its a huge (cant stress this enough) change of paradigms, its going to be long and expensive and was searching for something friendly to begin with, like i said, for dummies, while i learn a real languaje.
realityfactory: cant believe i forgot that one, yeah, is one of the few i havent checked off.
fps creator: since its vista only (the lastest version, thus the one that its likely to get more updates in the long run) i ruled it out.
""You sensibly started with pen and paper, the next step is either 2d images or text. ""
i do comics, or, rather, have done, professionally, plus quite a few character designs. what i wanted is the bridge between media without bothering/hiring a coder (until i have actually something).
#17
Posted 27 January 2008 - 07:08 AM
#18
Posted 05 February 2008 - 12:21 AM
#19
Posted 05 February 2008 - 05:41 PM
I myself am mostly game artist and leveldesigner with only little programming skills and I am working on my small 3d game project at the moment, to test some design concept I have.
Got 2 things for you:
1st:
I don't know most of 3d engines that been noted here and can't say which is good or bad. Overaly I think most of free or cheap ("indie") engines have some flaws, are badly documented, semi-functional or some other way unusable but thats not my point.
My advice is - if you really only want to test some of your gameplay or visual ideas, don't look for your own game engine at all. Instead MOD some existing game. Use its commercial well working engine and leveldesign tools.
I can recommend few obvious choices like Source engine (HL2), CryEngine1 (Farcry) etc., but theres a lot of choices and Im sure you can choose for yourself.
I have used HL1 and Source engine successfuly myself for some design "tests" in the past.
2nd:
From what I understood, you are looking for design tool, but at the same time saying you don't want to learn any (real) scripting language.
Well, bad news for you - every game engine uses scripting language and if you woun't learn it you simply can't create anything functional in any engine or editor.
Also afaik most scriting languages (in 3d game engines) use syntax close C or C++, so theres not really much difference.
And the point is (as was already sayd here): if you can't find time learn to work with some level crafting tools and learn some scripting language, you simply can't do what you want.
#20
Posted 12 February 2008 - 07:00 AM
i can say its not hell, but is hard, very. its a whole different... universe, and i reckon i will be months before things start making sense.
but what the heck! like im going to shy at this! you all be hearing (uh, reading) about me... its just going to take a while, even before i start to make questions. :P
and thanks everyone for the advice!
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












