Jump to content

ramon_dexter

Member
  • Content Count

    81
  • Joined

  • Last visited

  • Medals

Community Reputation

14 Good

2 Followers

About ramon_dexter

  • Rank
    Corporal

core_pfieldgroups_3

  • Occupation
    IT

Profile Information

  • Gender
    Male
  • Location
    CZE
  • Interests
    IT, smartphones, art, literature (mostly sci-fi), music, game design

Contact Methods

  • Google+
    https://plus.google.com/+OtoBrachtel/posts

Recent Profile Visitors

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

  1. ramon_dexter

    F3llout

    Oh boy, this is just sweet 🙂 Can't wait to test this, sign me up as a tester! 😄
  2. Hello George, thanks for the quick reply. Will definitely check that! edit: Yeah, you mod works exactly like the mine. I know how to draw graphics with cutRsc. But I need to know if it's even possible to draw UNDER game UI. Not over it.
  3. OK, the title says it all. How do I make the cutRsc draw under the game UI (like status display, GPS display, actionWheel menu, etc.)? I have made graphics to be used as helmer see-through visor or thing like that. I'm able to cast it with cutRsc, but it covers the ingame UI, which is inconvenient. My main question is how do I draw this graphics UNDER the game UI. Is this even possible? The code to show the helmer visor: while{ alive player } do { waitUntil { headGear player == "dx_H_powerHelmet" }; if( headGear player == "dx_H_powerHelmet" ) then { //show visor ("visorPowerHelm" call BIS_fnc_rscLayer) cutRsc ["visorPowerHelmet","PLAIN"]; waitUntil { !(headGear player == "dx_H_powerHelmet") }; //hide visor ("visorPowerHelm" call BIS_fnc_rscLayer) cutText["", "PLAIN", 0, false]; }; }; And definition of the graphics: class RscPicture { access = 0; idc = -1; type = 0; style = 48; colorBackground[] = {0,0,0,0}; colorText[] = {1,1,1,1}; font = "PuristaLight"; sizeEx = 1; lineSpacing = 0; text = ""; fixedWidth = 0; shadow = 0; }; class visorPowerHelmet { idd = -1; movingEnable = 0; duration = 10000; fadein = 0; fadeout = 0; name = "visorPowerHelmet"; controls[] = {"Picture"}; class Picture: RscPicture { x=safeZoneX; y=safeZoneY; w=safeZoneW; h=safeZoneH; idc = 1600; text = "textures\helm\dx_visor2.paa"; }; };
  4. ramon_dexter

    Disabling Freefall animation

    Well, line before setting players new position, enableSimulation false and line after the "teleportation", enableSimulation true should do the trick.
  5. I have a inventory item, box of matches. It inherits CA_magazine. It has count=20;. How do i remove let's say 2 of the content?
  6. Hello everybody, I'm requesting or asking for help. Since my modelling knowledge is nearing zero, I really dont know how to set-up Blender so the exported model will work in arma 3. So, I'm asking for help with converting model to p3d. The model is free, downloaded from Free3D. Here is link to the model. Any help would be really appreciated. https://drive.google.com/file/d/1cTexsHJ3WTUFDo3HyI-RecCijEQzXndg/view?usp=sharing
  7. Well, after lots of experimenting I could say it is not possible. The subItems[] models are not rendered/shown and as I found out, the only way is to make scripted handler to cover adding and removing the 'subitem'. For a Blackfoot, even the scripted approach would me much more complicated or even impossible at all.
  8. ramon_dexter

    The all new: Ask a moderator about the forum & rules

    Am I allowed to send messages to other users with this status?
  9. ramon_dexter

    The all new: Ask a moderator about the forum & rules

    Ok, at least somebody replies to me. Thank you. So, is there any way what I should do to justify/vindicate myself? Sorry if I sound offensive or use incorrect words, but english is not my native language.
  10. ramon_dexter

    The all new: Ask a moderator about the forum & rules

    Sometimes it takes more than 24 hours. Yeah, that's really just and rightful. Cool. I don't even mention that my threads are lost in the feed because mods forget to approve it...
  11. ramon_dexter

    The all new: Ask a moderator about the forum & rules

    Perpetual punishment for a mistake? Cool, really cool. Warning would be more effective.
  12. ramon_dexter

    The all new: Ask a moderator about the forum & rules

    Do I really have to post multiple posts just to have this approved? This is ridiculous.
  13. ramon_dexter

    looting trash piles & bins

    Hello Larrow, this script works as expected. But there is one thing I would like to modify - instead of addAction make it use BIS_fnc_HoldActionAdd (the ravage approach). How do I do that? Basically omit teh searching bar and replace it with the holdAction wheel. Would you show me how to do that?
  14. ramon_dexter

    The all new: Ask a moderator about the forum & rules

    OK, did a mistake and received the "Your content will need to be approved by a moderator". I wanted to ask if this status will ever be removed, because it severly limits me. Am I allowed to send messages to other users with this status?
×