Welcome to Tactical Gamer

+ Reply to Thread
Results 1 to 3 of 3
Discussion: Red Orchestra: Ostfront / Red Orchestra - Map and Mod Development - Object Placement in Minimap - Just read up on scripting, and i found something interesting... UWindows Basically, this is possible.
  1. #1

    Kaine904's Avatar

    Join Date
    Sep 2005
    Posts
    152

    Object Placement in Minimap

    Just read up on scripting, and i found something interesting...
    UWindows

    Basically, this is possible.
    ----------------------------------------------------------------------------------------

    I believe that a squad structure like BF2s would do wonders for this game. IRL a member of a squad could accuratly gauge where his buddies are by A. listening to them and B. looking around really quick. In the game, voices are disembodied, and looking around is a whole body movement rather than a head turn, and it takes longer.
    A simple squad structure would allow the game to be tacticaly more exciting. Here is something i could see working...

    On the main map, if you see a friendly, his position will be represented by a green dot for 10 seconds. If you do not see him again after that 10 seconds, his green dot will fade to a very dim dot, representing the last position you saw him at. If that person is within 30 feet, and he uses his mic, then his position will be updated on your map. People without mics will have a command button that works as a "check in" voice. This is for individuals. For commanders, tank and infantry, if they see a friendly, then a blue dot is placed over their position, and everyone on the team will see it for 10 seconds. If anyone sees a dead friendly, a black dot is placed on the map until the body disapears. The options for the commander to place markers on the map should be expanded to include a set of arrows that can be placed to signify troop plans.

    These dont seem like they would be difficult to create, i dont code much. But, if implemented, it would simulate how real life squads work, without giving anyone a "gods eye view" of the situation. Each person would have his view, in addition to that of the squad leaders. It would also simulate the maps that every soldier carrys around, with marks from the briefing placed on it.
    This system would simulate the cohesion of squads, by simulating how a person actually sees the position of his squadmates and remembers it, and can hear and gauge distances in real life, without making a system too unrealistic, or too complex.

    ----------------------------------------------------------------------------------------------

    Or at least from what i know its possible. Right now i'm not at my computer with RO on it, but as soon as i get back home, i'll be checking this baby out.

    Before i get looking in depth into how to do this, would there be any interest?
    For now, i want to focus on how i would do:
    On the main map, if you see a friendly, his position will be represented by a green dot for 10 seconds. If you do not see him again after that 10 seconds, his green dot will fade to a very dim dot, representing the last position you saw him at.

    We could piggyback the mutator on the display name function which shows a players name over their avatar. When that function is called, have a check on if its axis or allies.

    so
    name display function called
    check axis/allie
    if same team is true
    call displaycolorgreen on UWindow (whatever minimap is)
    if time(ten seconds) true
    end diplaycolorgreen function

    Would this work? This is just a rough sketch of what it would take, but seems to make sense.

  2.  
  3. #2


    Join Date
    Feb 2006
    Location
    Oklahoma City, OK
    Age
    32
    Posts
    998

    Re: Object Placement in Minimap

    I'm going to decompile some Deathball code that features a mini-map type graphic and see what I can pull from there... My initial thoughts on a mini-map is just a black circle with friendly units as green dots. This would represent a soldiers senses and available intelligence that's not available thru a screen, keyboard, and mouse. It's not at the top of the list, need to get ServerAds up as well as create a console command to show players their hash id for reserved slots.
    It is by grace you have been saved, through faith - and this not from yourselves, it is the gift of God - not by works, so that no one can boast. Ephesians 2:8-9/NIV

  4.  
  5. #3

    Kaine904's Avatar

    Join Date
    Sep 2005
    Posts
    152

    Re: Object Placement in Minimap

    Well, as the community matures, and as i learn some more about scripting, maybe we can look into it some more.

  6.  

     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts


  
 

Back to top