Jump to content

TekaTeka

Members
  • Posts

    629
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by TekaTeka

  1. Thanks for the info, Wags. I have a question. Does 're-register' include very first registration ? Or we have 4 chances of registration including the first one ?
  2. NASA World Wind 1.3 http://worldwind.arc.nasa.gov/ This is so amazing, so educational and so much fun! :supz: I took some screenshots of our familiar place. [/b]
  3. There is new KeyCommands.doc in 1.1 Demo. And I think the readme tells us only MAJOR changes. [edit] Oops! I didn't notice this is a kind of old topic. :oops:
  4. Re: Patch for 1.1 Demo released! Looks like NO STARFORCE any more. I did apply patch + execute StarForce remover + start demo + reboot. Then there is no starforce driver in the device manager's list. [edit] The patch does not remove StarForce driver. You have to execute StarForce remover.
  5. http://www.lockon.ru/index.php?end_pos=135&scr=products&lang=en
  6. Rampstrike, you are not alone. I am sure someone asked it in UBI forum before. I am bothered. And a lot of Japanese are, too. We have Eagles in our country. It is very odd that the player's ramp position and the AI's ramp positon are different in same formation. I hope it will be fixed in future version.
  7. Did you make sure no input axis is assigned to 'zoom view'? And, if you have TrackIR Vector, you can see if the zoom function is disabled properly.
  8. You can export the manual as a plain text. Open the manual with Adobe Reader and Choose 'File>Save as Text'. No picture will be exported. I am translating some portion to Japanese right now.
  9. Re: HOW ARE WE GOING TO BE ABLE TO OBTAIN THE GAME? We don't know about the CD situation yet. http://forum.lockon.ru/viewtopic.php?t=2982 No, it has not been removed yet. http://forum.lockon.ru/viewtopic.php?t=3443 But I don't think you will have any immediate danger if you install the current demo. And you can remove the starforce drivers completely using the tool you can get from here. http://www.onlinesecurity-on.com/protect.phtml?c=55 (Uninstall the demo first.)
  10. http://www.simhq.com/simhq3/sims/boards/bbs/ultimatebb.php?ubb=get_topic;f=37;t=006602 Check above link. A person from ED stated Very good news! :lol:
  11. Re: 1.1 track IR question 6DoF It's there. And replacing DxRenderer causes crush. Sad. :cry:
  12. gustav, I found the answer. :D Actually it is better than before. You can set default zoom angles for each aircraft separately in V1.1. The default zoom values are built into snap view setting now. Follow the steps shown below. Open \Lock On 1.1 Demo\Config\View\SnapViews.lua with Notepad. There are lines start with characters like this. Snap[1][2]..... The first index (number in bracket) represents the aircraft type. See this table. 1=Su-27 2=Su-33 3=Su-25 4=Su-39,Su-25T 5=MiG-29 6=MiG-29K 7=A-10 8=F-15 The second index represents the key on numpad. Index 13 defines default cockpit view. And Snap[#][13]["viewAngle"] is the default zoom angle for each aircraft. If you want to change Su-25's default zoom angle, find this line. Snap[3][13]["viewAngle"] = 69.302101135254 To change it to, say, 90 degree, replace the value like this. Snap[3][13]["viewAngle"] = 90 Save the file and fly! Original values are kept in the file SnapViewDefault.lua . When you like to go back to the original setting, find the corresponding line in SnapViewDefault.lua and copy back onto SnapViews.lua. And that's it. Enjoy! 8)
  13. I checked config files carefully, but I could not find the parameter for that. (There was one in 'Config\cockpit.cfg' in V1.02.) Maybe they removed it. I assume you are talking abaut new Vector function. I can't confirm this because I don't have Vector, but this could be the solution. (It works for analog axis zoom control.) Open \Lock On 1.1 Demo\Config\View\View.lua with Notepad. Find these lines. -- Camera view angle limits {view angle min, view angle max}. CameraViewAngleLimits = {} CameraViewAngleLimits[PlaneIndex.iSu_27] = {20.0, 120.0} CameraViewAngleLimits[PlaneIndex.iSu_33] = {20.0, 120.0} CameraViewAngleLimits[PlaneIndex.iSu_25] = {20.0, 120.0} CameraViewAngleLimits[PlaneIndex.iSu_39] = {20.0, 120.0} CameraViewAngleLimits[PlaneIndex.iMiG_29] = {20.0, 120.0} CameraViewAngleLimits[PlaneIndex.iMiG_29K] = {20.0, 120.0} CameraViewAngleLimits[PlaneIndex.iA_10] = {20.0, 120.0} CameraViewAngleLimits[PlaneIndex.iF_15] = {20.0, 120.0} The average value of 'view angle min' and 'view angle max' is the center value for analog axis cotrol. In this case the center is 70 degree. Change values in the line of the aircraft you like. If you want to make Su-25's center value 90 degree, you can try this. CameraViewAngleLimits[PlaneIndex.iSu_25] = {20.0, 160.0} or CameraViewAngleLimits[PlaneIndex.iSu_25] = {40.0, 140.0} etc. Save the file and fly to see what happens. I hope this works.
  14. Official information: http://www.lockon.ru/?end_pos=9&lang=en&scr=list&page=1#405 It saids "the download will be approximately 250 MB."
  15. What is your COLOR setup in graphics option? LOMAC crushes in 16bit mode in some systems. Try 32bit. For wide screen monitor, you have to set resolution and aspect in graphics.cfg manually. In your case, it should be like below. Simulation { resolution = {1280, 720}; bpp = 32; fullscreen = 1; aspect = 1.777777778; } I use 1280x768 screen and it works fine.
×
×
  • Create New...