Jump to content

DancZer

Member
  • Content Count

    574
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by DancZer

  1. Where did you find this report?
  2. Script source and demo mission download url updated: dev-heaven.net
  3. The arma 2 camera scripted movements are quite basic (point to point), and the movement is choppy, I came to create a better controller for it. What i did lets the camera move along a spline path, what can be created with help of beziers. How to install: You have to copy the scripts folder to the mission root directory, and you have to call this command in the init.sqf: [] call compile preprocessFile "spline_cam_scripts\spline_cam_script_init.sqf"; How to use: The spline format is a 4 part array. Single spline array:[pos1,c1pos,c2pos,pos2] The animation functions uses splines array. Example spline: http://en.wikipedia.org/wiki/File:Bezier_curve.svg P0 = pos1 P1 = c1pos P2 = c2pos P3 = pos2 The second methot with 2 degree: http://upload.wikimedia.org/wikipedia/commons/f/f2/Spline01.gif (169 kB) Example script: How to join 2 splines? spline1 = [pos1,c1pos,c2pos,pos2]; spline2 = [pos2,c1pos1,c2pos1,pos3]; splines = [spline1 ,spline2]]; [splines ] call SPLINE_DZ_CALIBRATESPLINESPOS; handle = [splines, 100,30,0.01] spawn SPLINE_DZ_ANIMATE_SPLINE_FOLLOW_CAM; WaitUntil{ScriptDone handle}; This function moves the cam on a spline path pointed on a stationary target. [splines array, target pos, play duration, update interval] spawn SPLINE_DZ_ANIMATE_SPLINE_FIXPOS_CAM; This function moves the cam on a spline path pointed on a object(can be moving target too). [splines array, target object, play duration, update interval] spawn SPLINE_DZ_ANIMATE_SPLINE_FIXPOS_CAM; This function moves the cam on a spline path pointed on the direction of the movement. [splines array, target distance, play duration, update interval] spawn SPLINE_DZ_ANIMATE_SPLINE_FOLLOW_CAM This function moves the cam on a spline path pointed on another spline. [splines array, splines array, play duration, update interval] spawn SPLINE_DZ_ANIMATE_SPLINE_SPLINE_CAM This function smoothes two connected spilnes (with the adjustment of the position of connection point) [splines array] call SPLINE_DZ_CALIBRATESPLINESPOS; These are the cam movements in the demo mission: Download: Script source and demo mission: dev-heaven.net If you use it, please give my name in credits. DancZer
  4. According to latest changelog: "Tweaked ammo penetration values for small caliber weapons. This follows the previous update of larger calibers. All changes are based upon real ammunition characteristics and are calculated according our analysis equations." Somebody noticed any changes? The 9x21(P07 pistol) still do not penetrate the corrugated steel sheet. :( Only the wood doors, walls.
  5. Are you guys interested in a windows 8 version with metro UI?
  6. Hi All! I created a simple application to follow new beta patches release. General info Created in C# .NET 4 No RSS it is decode the official beta patch page. Features: Refresh beta list from http://www.arma2.com/beta-patch.php Download link for zip file Possible to view lastest changelog with single click Popup ballon when new beta released No taskbar icon visible only in notification area "Jump" to screen border Option for autostart with OS Option for always on top Clickable links in changelog to dev-heaven (1.05) Option for taskbar icon (1.05) Divide the beta changelog over the beta builds (1.10) Refresh button (1.10) About menu(change log + version) (1.10) Changeable refresh time in settings menu. (1.12) Application icon change when new beta arrive. User need to change beta selection to change back the icon. (1.12) Changes for selected build has orange color in change log. (1.12) Check for new version of the application(1.15) Application and the source code on dev-heaven: http://dev-heaven.net/projects/a2-beta-list/files Latest version: 1.15 DancZer
  7. As i see the links are dead. I will fix the links as soon as possible.
  8. Some more fixes and features! - 1.15 - Fixed: Autostart with OS not work. New: Check for new version of the application. New: Wait cursor over beta list while checking for update. New: New application label + link to download page. Fixed: Double click on the list item not start downloading. Download from: https://dev-heaven.net/projects/a2-beta-list/files
  9. Hi community. Thank you for the 500+ downloads, and sorry for the late fix. But here comes! :) - 1.14 - Fixed: Builds with build number above 99999 was not detected. Download from: https://dev-heaven.net/projects/a2-beta-list/files
  10. Is any confirmation about the correct holo optic sight? I hope it wont be the same like in A2(static crosshair).
  11. EDIT! OnlyRazor was faster! :D
  12. Then the feature name "Smoke will be dynamic" is not very precisse. It can be a global thing(i hope) or simple just for missle smoke trails. Event to it can be animation or Physx stuff too.
  13. What this confirmed feature exactly mean: "Smoke will be dynamic"? Is it , like in this video or sth else?
  14. DancZer

    Thanks for the Patch guys

    I had this error before when i used beta patch for Arma 2. I'm not sure but the problem was with sortcut's "Start in" path. You get same message when you start the game with exe directly?
  15. Hi community! I want to announce a project which I'm currently working on. The basic idea is to make available some ingame features out of the game. Component diagram: Currently on my to do list are: - Compass (only this will be available in public alpha) - ingame Watch - Map - chat log - support available Mods! Programing language is JAVA.
  16. Hogthar posted the first release on the Armaholic so I think you can try it soon. :)
  17. I unable to view the change log on beta page. Ask for user name and password and because of this even the beta list application not working properly. :)
  18. Is any information about the A3 penetration system? Will be the bullet go through the human body?
  19. DancZer

    Training from Amerca's Army Games in ArmA3

    I totally agree with you!! It is important, because even the current Arma players need to learn how to use new features of the game. Good campaigns are demonstrate the game features too.
  20. DancZer

    Development Blog & Reveals

    What about this, on the top right corner?
  21. I think this little app no need more features. So this is the last release until A3. - 1.13 - New: Single click on the task icon will bring the form to the top. Download from: https://dev-heaven.net/projects/a2-beta-list/files
  22. DancZer

    Controls improvment

    I totally agree with you. The most terrible thing in action menu is, you need to find the point where action is available an then find and select from the list. In summary the whole action menu should -as you said- clean as possibel. I thing the AI commanding is good enougth, because 90 of the commands are static. And if you learn it, it can be use fast and simple. like 3-2-1 combo.
  23. DancZer

    Controls improvment

    I like the TOH's visual action control. I mean the get in vehicle, change seat. This would be great to see in A3 too. Ladder, get in to vehicles, to static weapons, etc..
  24. DancZer

    Arma 3 with 1,000 players online .. possible?

    MMO games has separated world parts. They have desync and lagg too, when lot of player are in tha same world part(city, war).
×