Jump to content

bracer

Member
  • Content Count

    296
  • Joined

  • Last visited

  • Medals

Posts posted by bracer


  1. Thanks again for the input everyone!

    @Metalcraze;

    Yeah, I understand, the image looked quite obscure from that view.

    It's a good thing you told me, cause I want everything on the map to be

    thought through more than once.

    I will look into the different options regarding the soccer goals,

    but first I'll have to create a grand soccer field to fit the grand stadium!

    In the meanwhile, here's my stress reliever whenever Visitor starts to drive me nuts:

    8sliRdzQqR0

    Sorry all german guys, you need to find a way around youtubes annoying rules...


  2. Thanks Bushlurker!

    Hopefully we'll find a solution to hide those small pieces of road, quite anoying.

    @Ryguy:

    Thanks, that's a good thougt! I will mess around a bit with the hotels and see what I can come up with.

    The best would be to group them as you said and use another tall building similar to the hotel at the other spots.

    They way I've arranged them is based on a good tip I got from Raserisk 10 pages earlier, placeing them like they are with a courtyard in the middle.

    I'll keep on tweaking!

    Cheer guys!

    Edit; forgot your question about the soccer field; I'm not sure yet, might add the lines atleast, but the goals might just be in the way for those Black Hawk Down type of bases.

    I guess space is more worth than the goals inside the stadium. Will test some different options...

    What do you guys think?


  3. Hey guys!

    Thanks for the feedback!

    @Pathetic_Berserker

    Oh yeah, that's a good idea! Will try to rearrange it!

    Do you have a screen on how you use to set it up?

    Would be cool to have it the way it's intended!

    Edit: I renewed my Urban Warfare mission after adding your stadium and put one of the captureable depo's inside the stadium,

    I think it gave me the best fight I've had on Emita still! AI seem to use it well. Great job!

    @Metalcraze

    I'm not really sure what you meen? Could you elaborate?

    But as Lightspeed says, this image shows parking spaces.

    Might be easier to see in this old screen: http://img819.imageshack.us/i/25258552.jpg/

    Regarding the overlapping roads; yeah that's a problem.

    At some spots I haven't managed to make the few road parts I have fit together. Will try to fix most of them.

    But without custom roads, it's probably not possible to make it perfect when the roads are complex.

    And of course it's ALLWAYS the connecting roads that lies on top and not the main road. :rolleyes:

    You can find this even on Chernarus.

    @Lightspeed_aust

    :bounce3: It would really make me happy to see your campaign on Emita!!

    I'm honoured!

    All the best! /Bracer


  4. The only problem is when the model is put in Visitor and binarized with the map.

    It shows up where I put it but doesn't rotate.

    I've done like this in my Armawork folder:

    \Bra_obj2\bra_test1.p3d + model.cfg and config.cpp

    \Bracer\testmap\my map stuff

    I binarize both folders to one addon folder called @Bracer.

    Result is that the bra_test1 model can be placed in the editor and works perfectly thanks to your config.

    But the one that is built into my map doesn't rotate yet.

    Not sure why...

    Will do some more tests,

    like adding a useraction to the config and see if that only shows up on one of the objects aswell.

    Will also test to put the bra_obj2 folder inside my nametag.


  5. Oh, yeah! It's magic!

    The object can now be placed through the editor, and after a few tries with binarizing the pbo,

    it finally rotated.

    I used your config.cpp (added a # in line 1 though), and the model.cfg I posted earlier!

    I'm currently binarizing my map, and I'll try to get my preplaced object to rotate aswell!

    I'm very thankfull Konyo, will study this piece of config carefully!!

    I might have some further questions/issues, will report here in that case!

    Cheers mate!


  6. Hey again and thanks!

    Here's the code I tried, seemed closest to what I needed:

    http://forums.bistudio.com/showpost.php?p=1264996&postcount=9

    Here's my model.cfg:

    class CfgSkeletons {

    class House;

    class BRA_tst_skeleton : House {

    isDiscrete=1;

    skeletonInherit="";

    skeletonBones[]= {"bra_Trup",""};

    };

    };

    class CfgModels {

    class rotation {};

    class House;

    class bra_test1: House {

    sectionsInherit="";

    skeletonName="bra_tst_skeleton";

    sections[]={};

    skeleton="";

    class Animations {

    class thingy_anim: Rotation {

    type="rotationY";

    source="time";

    sourceaddress="loop";

    selection="bra_trup";

    axis="bra_test1_axis";

    memory=1;

    minvalue=0;

    maxvalue=15;

    angle0="rad -360";

    angle1="rad +360";

    };

    };

    };

    };

    and config.cpp:

    class CfgPatches {

    class Bra_my_object {

    units[]={"bra_test1"};

    weapons[]={};

    requiredVersion=0.1;

    requiredAddons[]={"CAData"};

    };

    };

    class CfgVehicles {

    class House;

    class Bra_my_object: House {

    scope = public;

    access=ReadOnly;

    model = "\bra_battleship\bra_test1.p3d";

    //icon = "\Ca\buildings\Icons\i_camosmall_CA.paa";

    displayName = "Thingy";

    animated = true;

    //vehicleClass = "RKSL_Objects";

    //nameSound = "bunker";

    accuracy = 0.2; // accuracy needed to recognize type of this target

    //typicalCargo[] = {};

    //destrType = "DestructBuilding";

    //transportAmmo = 0;

    //transportRepair = 0;

    //transportFuel = 0;

    mapSize = 10;

    cost = 0;

    armor = 8000;

    class AnimationSources {

    class thingy_anim {source="time";sourceAddress="loop";};

    };

    };

    /* What's this?? /Bracer

    class Land_rksl_radar_tower1: rksl_radar_tower1 {

    scope=protected;

    access=ReadOnly;

    model = "\RKSL\rksl-ti40-obj\airport\rksl_radar_tower1.p3d";

    };

    */

    };

    It rotates in bulldozer even without a config.cpp, should it be able to rotate ingame without a config?

    Cheers!


  7. Great, thanks for the reply! I'll have a look!

    Well, it's not a plane, just tried with plane instead of "default" to see if that fixed anything.

    It's hopefully gonna be a stationary object that's gonna rotate,

    that I'm gonna put in my map.

    I've tried some of the tut configs, also a config from a stationary radar.

    But it's often far too advanced for me... Can't figure out what's needed and what's not.

    I just need to learn the simplest possible way to make an object stand still and rotate.

    Then we'll see what it can become!

    Btw, if it rotates in Oxygen/bulldozer, should it then work ingame aswell? Might it be a problem when adding it to my map?


  8. Hey!

    I'm trying to learn some baseic modelling.

    And now I have created a simple model that I want to rotate when a game starts.

    I've succesfully got it to rotate in Oxygen/Bulldozer when previewing it.

    But when I start Arma2 it doesn't work.

    I guess this is where the config.cpp comes in?

    Anyway all I have is a model.cfg:

    class CfgSkeletons {

    class plane;

    class BRA_tst_skeleton : Plane {

    isDiscrete=1;

    skeletonInherit="";

    skeletonBones[]= {"bra_Trup",""};

    };

    };

    class CfgModels {

    class rotation {};

    class Plane;

    class bra_test1: Plane {

    sectionsInherit="";

    skeletonName="bra_tst_skeleton";

    sections[]={};

    skeleton="";

    class Animations {

    class thingy: Rotation {

    type="rotationY";

    source="time";

    sourceaddress="loop";

    selection="bra_trup";

    axis="bra_test1_axis";

    memory=1;

    minvalue=0;

    maxvalue=15;

    angle0="rad -360";

    angle1="rad +360";

    };

    };

    };

    };

    This seems to be enough to rotate it in bulldozer.

    How do I as simply as possible make it rotate ingame?

    Write a config.cpp? How?

    Thanks for any help!

    Cheers


  9. Hi!

    I'm trying to make the OA light vehicles buyable in the USMC lighfactory in warfare.

    I'm using the A2 warfare module, and not the WarfareOA one.

    Mission template is BIS Urban Warfare.

    What I've done is to simply copy/paste from the OA warfare config_lightfactory.sqf, and put into my config_lightfactory.sqf.

    But the units don't show up as buyable.

    I'd did like that with weapons without any problem.

    But what more needs to be done to get both A2 and OA vehicles buyable from one lightfactory?

    Cheers!

×