Jump to content

Search the Community

Showing results for tags 'procedural'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • BOHEMIA INTERACTIVE
    • BOHEMIA INTERACTIVE - NEWS
    • BOHEMIA INTERACTIVE - JOBS
    • BOHEMIA INTERACTIVE - GENERAL
  • FEATURED GAMES
    • Arma Reforger
    • Vigor
    • DAYZ
    • ARMA 3
    • ARMA 2
    • YLANDS
  • MOBILE GAMES
    • ARMA MOBILE OPS
    • MINIDAYZ
    • ARMA TACTICS
    • ARMA 2 FIRING RANGE
  • BI MILITARY GAMES FORUMS
  • BOHEMIA INCUBATOR
    • PROJECT LUCIE
  • OTHER BOHEMIA GAMES
    • ARGO
    • TAKE ON MARS
    • TAKE ON HELICOPTERS
    • CARRIER COMMAND: GAEA MISSION
    • ARMA: ARMED ASSAULT / COMBAT OPERATIONS
    • ARMA: COLD WAR ASSAULT / OPERATION FLASHPOINT
    • IRON FRONT: LIBERATION 1944
    • BACK CATALOGUE
  • OFFTOPIC
    • OFFTOPIC
  • Die Hard OFP Lovers' Club's Topics
  • ArmA Toolmakers's Releases
  • ArmA Toolmakers's General
  • Japan in Arma's Topics
  • Arma 3 Photography Club's Discussions
  • The Order Of the Wolfs- Unit's Topics
  • 4th Infantry Brigade's Recruitment
  • 11th Marine Expeditionary Unit OFFICIAL | 11th MEU(SOC)'s 11th MEU(SOC) Recruitment Status - OPEN
  • Legion latina semper fi's New Server Legion latina next wick
  • Legion latina semper fi's https://www.facebook.com/groups/legionlatinasemperfidelis/
  • Legion latina semper fi's Server VPN LEGION LATINA SEMPER FI
  • Team Nederland's Welkom bij ons club
  • Team Nederland's Facebook
  • [H.S.O.] Hellenic Special Operations's Infos
  • BI Forum Ravage Club's Forum Topics
  • Exilemod (Unofficial)'s General Discussion
  • Exilemod (Unofficial)'s Scripts
  • Exilemod (Unofficial)'s Addons
  • Exilemod (Unofficial)'s Problems & Bugs
  • Exilemod (Unofficial)'s Exilemod Tweaks
  • Exilemod (Unofficial)'s Promotion
  • Exilemod (Unofficial)'s Maps - Mission Files
  • TKO's Weferlingen
  • TKO's Green Sea
  • TKO's Rules
  • TKO's Changelog
  • TKO's Help
  • TKO's What we Need
  • TKO's Cam Lao Nam
  • MSOF A3 Wasteland's Server Game Play Features
  • MSOF A3 Wasteland's Problems & Bugs
  • MSOF A3 Wasteland's Maps in Rotation
  • SOS GAMING's Server
  • SOS GAMING's News on Server
  • SOS GAMING's Regeln / Rules
  • SOS GAMING's Ghost-Town-Team
  • SOS GAMING's Steuerung / Keys
  • SOS GAMING's Div. Infos
  • SOS GAMING's Small Talk
  • NAMC's Topics
  • NTC's New Members
  • NTC's Enlisted Members
  • The STATE's Topics
  • CREATEANDGENERATION's Intoduction
  • CREATEANDGENERATION's HAVEN EMPIRE (NEW CREATORS COMMUNITY)
  • HavenEmpire Gaming community's HavenEmpire Gaming community
  • Polska_Rodzina's Polska_Rodzina-ARGO
  • Carrier command tips and tricks's Tips and tricks
  • Carrier command tips and tricks's Talk about carrier command
  • ItzChaos's Community's Socials
  • Photography club of Arma 3's Epic photos
  • Photography club of Arma 3's Team pics
  • Photography club of Arma 3's Vehicle pics
  • Photography club of Arma 3's Other
  • Spartan Gamers DayZ's Baneados del Servidor
  • Warriors Waging War's Vigor
  • Tales of the Republic's Republic News
  • Operazioni Arma Italia's CHI SIAMO
  • [GER] HUSKY-GAMING.CC / Roleplay at its best!'s Starte deine Reise noch heute!
  • empire brotherhood occult +2349082603448's empire money +2349082603448
  • NET88's Twitter

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber (xmpp)


Skype


Biography


Twitter


Google+


Youtube


Vimeo


Xfire


Steam url id


Raptr


MySpace


Linkedin


Tumblr


Flickr


XBOX Live


PlayStation PSN


Origin


PlayFire


SoundCloud


Pinterest


Reddit


Twitch.Tv


Ustream.Tv


Duxter


Instagram


Location


Interests


Interests


Occupation

Found 5 results

  1. FILE PLS 1.01 (Dropbox, APL-SA license) INTRODUCTION Lately had fun with some procedural maze/labyrinth algorithms, let others have fun too! PLS script takes as input a position, dimensions, wall segment class and used algorithm. Four algorithms implemented: Randomized Kruskal's: fast, somewhat biased towards short dead ends ("kruskal"). Randomized Prim's: also fast and biased towards short dead ends ("prim"). Wilson's: slow, but unbiased/uniform results ("wilson"). Randomized Pseudo Prim's: Prim's with distinctive bias towards long open diagnonals due to additional condition not present in the original algorithm ("pseudoprim"). WIKI article CODE Initialization: [(player modelToWorld [0,10,0]),120,120,"Land_PillboxWall_01_6m_round_F","kruskal"] call RYD_LAB_ConfusedMinotaur; //[Bottom left corner position, x dimension (final dimension will be matched up to wall segment's bounding box real dimension), y dimension (ditto), wall segment class, used algorithm ("kruskal", "prim", "pseudoprim" or "wilson")] Source:
  2. We are releasing some information related to materials basics, texture maps etc. You may find them useful for Your projects. 1. RVMAT Basics (SuperShader, MultiMaterial, SkinShader, Procedural/Glass/Water/Detail/Normal/Specular/Tree etc. maps) URL: http://community.bistudio.com/wiki/RVMAT_basics Done: SuperShader for MAX and MAYA (no .fx files yet) http://community.bistudio.com/wiki/Super_shader Done: MultiMaterial for MAX (no sample .mcr script yet) http://community.bistudio.com/wiki/Multimaterial Done: SkinShader (no sample MAYA cgfx (screenshot) yet) http://community.bistudio.com/wiki/Skin_shader Done: Face wound textures http://community.bistudio.com/wiki/Face_Wound_Textures Done: Static Environmental Reflections (published mainly for compatibility reason as SuperShader (includes environmental map/fresnel) replacing this functionality) http://community.bistudio.com/wiki/Static_Environmental_Reflections * - some hints about physical properties at bottom http://community.bistudio.com/wiki/RVMAT_basics#Physical_properties (including Bullet Penetrability ) 2. Texture Map Types (includes HQ NM) URL: http://community.bistudio.com/wiki/Texture_Map_Types 3. Post Process effects URL: http://community.bistudio.com/wiki/Post_process_effects 4. Unit ergonomics (Soldier model proportions) URL: http://community.bistudio.com/wiki/Soldier_model_proportions 5. Weapons settings (some informations about weapon configs) http://community.bistudio.com/wiki/Weapons_settings 6. Damage: http://community.bistudio.com/wiki/Damage updated in BIKI: http://community.bistudio.com/wiki?title=Weapons_settings&diff=57833&oldid=56416 http://community.bistudio.com/wiki?title=Bullet_penetrability&diff=57836&oldid=52134 http://community.bistudio.com/wiki?title=RVMAT_basics&diff=57820&oldid=52837 while it's minor i hope it helps bit :) 7. other documentation per demand and as needed @TBD NOTE: Please don't edit these wiki pages w/o some prior discussion with BI staff as we will add more info into these in future ... Per demand => if it's possible i will see what can be done about such requests ... if you not post here just bug me on ARMA2 irc channel
  3. I'm trying to take an in-game camera, and render it's output to the screen of a "Land_MobilePhone_smart_F". Using the code explained on the Procedural Textures page, that code looks something like this: _screen = createVehicle ["Land_MobilePhone_smart_F", [0,0,9999], [], 0, "CAN_COLLIDE"]; _screen attachTo [player, [-0.08,1,-0], "head"]; _screen setDir 90; _screen setObjectTexture [0, "#(argb,512,512,1)r2t(cam_r2t,1)"]; _cam = "camera" camCreate [0,0,0]; _cam cameraEffect ["Internal", "Back", "cam_r2t"]; This works, but the image that is displayed on the smart phone is horribly stretched, because the hidden texture on the smart phone is twice as high as it is wide. So I tried playing with the width and height properties in the setObjectTexture (in the format where the texture is "#(argb,width,height,mipmaps)r2t(cam_r2t,aspect)"), by setting it to "#(argb,256,512,1)r2t(cam_r2t,1)", but that had no effect on the stretching, just the "quality" of the image in one direction or the other. So I tried changing the "aspect ratio" value by setting it as "#(argb,512,512,1)r2t(cam_r2t,0.5)", no luck. So I tried the other way, ""#(argb,512,512,1)r2t(cam_r2t,2)", still no luck. And I've tried every combination I can think of with width/height/aspectRatio combinations, nothing seems to prevent the image from being extremely stretched. As far as I can tell, the "aspect ratio" value in r2t has no effect whatsoever. Does anyone have any ideas how to get this camera to render properly, without have a 2:1 stretching effect? Thanks!
  4. ColorPalette As part of a Eden's tools package I have been slowly putting together and as part of a mission workflow, I had the need for a colour palette. As this is something that works pretty well on its own I thought I would release it as a stand alone display for people to use. It can be used as a display as is, or will work quite happily buried in a ctrlsGroup. You can save up to 12 colours. Will output to RGBA 0-1 RGBA 0-255 RGBA Html RGB Html Procedural Texture Can be called with only a certain format pre defined ( demonstrated via player actions in the demo - cp_out ) Can be setup to return the chosen colour via a call back ( demonstrated via player actions in the demo - cp_out ) Can be given a call back for when the ui is exited ( demonstrated via player actions in the demo - cp_exit ) DOWNLOAD
  5. In Porto, everything seemed normal, same for the soldiers there. Just another routine patrol. But this time, it goes horribly wrong and the soldiers find themselves fighting for their lifes. Can you survive? http://www.youtube.com/watch?v=lKVrRQQNDBs Rate, Comment and Subscribe! The mission is avalible on www.armaholic.com and is currently on the front page.
×