Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
- Install Notepad++ (it's free).
- Go to the AS2 skins folder and make a copy of the clean_v1 folder. Rename the copied folder to something else -- let's say "Custom".
- Go inside this "Custom" folder. Find the "clean_v1" LUA file and rename it to match your folder name (in this case, "Custom").
- Open this "Custom" LUA file in Notepad++ and scroll down to line 280.
- Delete these two lines (lines 280 and 281):
pos2={0,7.6,-4.6},
rot2={30,0,0},
- Replace the number values in pos={ } and rot={ } on lines 277 and 278 with whatever camera position coordinates you want. Hit save, open up AS2, pick your skin and play.
_____________________________________________
If you've played with my "Color Ribbon (Zoom Out)" or "Simple-Y" skins and you like how the zoomed out camera looks in those, the values I use are:
pos={0,14.375,-11.5},
rot={28,0,0},
By the way, this is for the ship modes. If you want to change the camera for Wakeboard modes, that stuff is on line 121~182.