Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rssrearview (rearview)

Category:script
Author(s):Wojak
Downloads:4072
Rate:You need to be logged in to vote
Rating:3.5 (6 Votes)
Description:
Rear view mirror script for MTA 1.1

You may activate it using the /rearview command, or pressing the "vehicle_look_left" control (“q” key by default) this settings can be changed only in lua file for now

This resource started as a concept script, and it still is one, you’re welcome to use the parts of the code as long you mention me in the credits (this method can be for example used to make a security camera resource, where you can watch multiple places at once)

In order to create the illusion you’re seeing multiple compromises had to be made, so thete is a list of known problems:
- camera is in locked position, you cant manipulate it using mouse nor to change view – fixing this will require to recreating the camera movement handler from scratch, the only way I know to detect the mouse movement is to show the GUI cursor and that may lead to other problems
- fps is lowered by half, in order to have 25 FPS you need 50 fps (it don't effect the game speed though) - inpasible to fix as camera can not be at two places at the same time
- default GTA hud is disabled manually using showPlayerHodComponent as you would not be able to read it properly - inpasible to fix as far i know
- unwanted sound effects (engine sound volume changes rapidly) - inpasible to fix
- problem with nametags and other "3D" created by using dx functions - they are flickering and allocating (illusion of being in two places at the same time) - inpasible to fix (without editing nametages cod, and any other script by that matter)
- I’ve disabled the mirror in planes

Video: http://www.youtube.com/watch?v=z7LjLIll76g&feature=player_embedded
Old video: http://www.youtube.com/watch?v=TJc4Vh7Y99s&feature=wat..sponse_rev

Forum discussion: http://forum.mtasa.com/viewtopic.php?f=108&t=35931
...

(more)

Download latest version | Report

Version history

Version Publish Date Changes
0.1.0 2011-09-16 15:56:40 First public release Download