Jump to content

richard

Member
  • Content Count

    47
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

1 Follower

About richard

  • Rank
    Lance Corporal

core_pfieldgroups_3

  • Interests
    3d Modelling, programming
  • Occupation
    Ripthrough Studios - CEO

Contact Methods

  • Skype
    ryttzz
  • Biography
    Work smart - not hard!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Teaser for upcoming release: wGkQOrOzr00
  2. @Krycek As far as I saw that, I think it's not texture bug, but rather a proxy or LOD bug. @HoodRussian13 That's just a few filters and proper layer blend modes.
  3. Finally, congratulations! I raise a beer Pepsi. Also, a post card:
  4. richard

    Soviet Map Markers

    Thanks for the good comments. Yes, I used that large pdf manual.
  5. Today I was sitting, making random missions for Taviana, when suddenly, great idea struck my mind. ArmA last of realistic map markers, so after a bit of googling I found an Army Technical manual from the year 1958. And here it is, after a few hours, I present you, Soviet Map markers. Download (Mediafire) Download (arma.at.ua) Thanks to Martin, who translated the stringtable. -R
  6. We expect mission makers to understand what we need and to be able to read the scenario provided. Also knowledge of triggers. Scripting is good though not required. For Taviana army, we are open for any proposals. PM me with your IM details.
  7. Now, I'm insulted... 3 pages of comments and none referring to me (except, of course, the original post).
  8. We're really sorry to report a delay on Taviana's public beta. We've been very busy making and tweaking some stuff, but believe me, it is worth waiting. We will report if anything. Beta is hopefully coming this month and if not I can promise it will come this year Now let me get a little bit off topic, if you don't mind, and wish you happy spring time :biggrin_o:
  9. Fixed the problem by using ridiculously high radius...
  10. Yes, of course it is defined. Can't seem to find the problem :/
  11. Thanks, I know that radius must be a raw number, but both works - string and number. Also don't mind the logic of the condition, because this was copied pasted just to add those actions and will be fixed later.
  12. Everything was ok, until recently. I pbo'ed the model and saw that my UserActions don't work inside of the car... What I mean is that actions doesn't show up, but when I get outside everything is fine. I don't remember changing anything to the class. And yes, I checked for quote pairs and things like that. Also if it helps, a bit of my code { ... class WipersOn { displayName = "Turn On Wipers"; position = "starter_axis"; radius = "3"; onlyForPlayer = "false"; condition = "(PLAYER == driver this) && (this animationPhase ""dash_wipers"" == 0)"; statement ="this animate [""dash_wipers"", 1]; this animate [""light_wipers"", 0]"; }; class WipersOff { displayName = "Turn Off Wipers"; position = "starter_axis"; radius = "3"; onlyForPlayer = "false"; condition = "(PLAYER == driver this) && (this animationPhase ""dash_wipers"" == 1)"; statement ="this animate [""dash_wipers"", 0]; this animate [""light_wipers"", 1]"; }; class dveri1open { displayName = "Open Driver Door"; position = "dveri1_axis"; radius = "2"; onlyForPlayer = "false"; condition = "this animationPhase ""dveri1"" == 0"; statement ="this animate [""dveri1"", 1]"; }; class dveri1close { displayName = "Close Driver Door"; position = "dveri1_axis"; radius = "2"; onlyForPlayer = "false"; condition = "this animationPhase ""dveri1"" == 1"; statement ="this animate [""dveri1"", 0]"; }; ... };
  13. So, I need to find out how change the depth of car floating in water. Is there any way to do with config or do I have to decrease the weight of entire model? ---------- Post added at 12:08 AM ---------- Previous post was Yesterday at 11:15 PM ---------- Also, not making a new thread for that, is it possible to check whenever the headlights of the car is on/off?
  14. Hey, guys, just a quick note: me and Martin are raising the curtain behind making of Taviana, what that basically means is that we are writing a blog. Blog which will allow us to get that extra energy drink we sometimes really need. So, the first post is published and ready for you to read. Please notice that there are two pages :smile:
  15. We can always make ours :smile:
×