gametechmods
Robot Arena => Modifications => Topic started by: Lupus on June 22, 2008, 04:28:02 AM
-
How do you create an ra2 arena? Ive been wondering for ages i have designed it on paper but i want to make it on the computer
-
It is pretty long to learn, i do think.. Ask Madiaba or CB if you want some help on it.
-
Long story short: It's the same as making a component, except instead of attach points you have start points, and the arena will usually be made up of multiple objects (while a component is usually just one object). The arena also has 0 mass; this prevents it from moving. You can copy the .py file from another arena to make it appear in the arenas list.
-
Long story short: It's the same as making a component, except instead of attach points you have start points, and the arena will usually be made up of multiple objects (while a component is usually just one object). The arena also has 0 mass; this prevents it from moving. You can copy the .py file from another arena to make it appear in the arenas list.
...That means the Hamster Ball DSL arena has a mass?
-
CB, Maybe there could be something written up on the 'Basics of Making Arenas'. And then 'wiki' it and also post it on your site, if you like. My schedule is not real conducive to such an endeavor, solo, but I can contribute to a collaborative effort. We cannot explain all basic details, so there would have to be prerequisites like understanding GMFs, Skinning and maybe a little Python. With those as givens, a short synopsis could be written out to guide those interested through the "Basics of Arena construction".
BTW. I'm waiting to get some notes from Trov., to add to the py reference sheet we discussed; for this would be just as useful as the above, IMHO.
Nar, Yes the ball has mass (i.e. weight) or it could/would not move at all.
-
soooooooo what do you USE to alter/change/make arenas?
-
the arena is a tug or war. a 2 boxes with a robot place in each the both pull hopefully but i don't think it will work because the AI is programed to come at you
-
Lupus: Well, AI can be specifically coded (AI.py) to back away from a certain bot (an enemy) or a certain location (the center pit). And the arena your describing (2 sides with pit in middle) sounds like a fairly easy arena to build. I don't know CB's schedule (I think he's busy too), but if I get time in the next couple weeks I'll show you some basic stuff for orientation. You should understand and practice manipulating/altering GMFs.
You might start with decompiling, altering, and compiling single object components (as CB mentioned).
Some others that also might help you are Dark Rat, Goose, [MIAs lately], Trov, 70cuda, and Sage are learning gmf stuff quickly.
It's really fun once you get oriented,... and there's not much you can't do if you really want to...