IMG

 
IMG
IMG   IMG
  Welcome to GTAForums! Be sure to check out the GTA IV Forum.

You are not registered! (If you are, click here to login) Registering is fast, free and easy and allows you to instantly reply to any topic on GTAForums.
Why wait? Click here to register your own unique username and become part of the ever-growing community!


( Log In | Register | Revalidate Validation E-mail )
Quick Log-In:
  IMG
       
>
Forum Rules Attention:

The Mod Showroom is only for posting previews/downloads of completed or near finished mods.
All help topics should be posted in the Editing Discussion forums. Help topics and mod requests posted here will be locked or binned. Thank you.
GTAGarage.com : Free mod hosting, attach your files and screenshots to your topics
GTAModding.com : A wiki for everything related to GTA modding, including documentation and tutorials

  Reply to this topicStart new topicStart Poll

> Barton's GTA2 Camera, Me = SUCCESS!
 
spaceeinstein  
Posted: Aug 3 2005, 23:21
Quote Post


Chocolate
Group Icon
Group: Members
Joined: Jul 17, 2003

cn.gif

Member Award




CONVERTED FOR SAN ANDREAS!

Created by Barton Waterduck for Vice City. Conveted by me for San Andreas. This mod lets you play the game using a simulated version of GTA3's top-down view camera. If you have a joystick, use it. The on-foot camera is similar to GTA3's top-down view.

Installation for intermediate scripters only. Please download Barton's mission builder using Craig's link.

CODE
004F: create_thread ££MOD_CAMERA

:MOD_CAMERA
03A4: name_thread 'GTA2C'

:MOD_CAMERA1
0001: wait  10 ms
00D6: if  0
0256:   player $PLAYER_CHAR defined
004D: jump_if_false ££MOD_CAMERA1
00D6: if  0
8965:   NOT actor $PLAYER_ACTOR swimming_in_water
004D: jump_if_false ££MOD_CAMERA3
00D6: if  0
80DF:   NOT   actor $PLAYER_ACTOR driving
004D: jump_if_false ££MOD_CAMERA2
00A0: store_actor $PLAYER_ACTOR position_to @1 @2 @3
00A0: store_actor $PLAYER_ACTOR position_to @4 @5 @6
000B: @6 +=  15.0;; floating-point values
000B: @2 +=  2.0;; floating-point values
015F: set_camera_position @4 @5 @6  0.0  0.0  0.0
0160: point_camera @1 @2 @3  2
0002: jump ££MOD_CAMERA1

:MOD_CAMERA2
0001: wait  10 ms
00D6: if  0
0256:   player $PLAYER_CHAR defined
004D: jump_if_false ££MOD_CAMERA1
03C0: @0 = actor $PLAYER_ACTOR car
00D6: if  0
00DB:   actor $PLAYER_ACTOR in_car @0
004D: jump_if_false ££MOD_CAMERA1
02E3: @7 = car @0 speed
0087: @8 = @7;; floating-point values only
0017: @8 /=  2.0;; floating-point values
0407: create_coordinate @1 @2 @3 from_car @0 offset  0.0 @8  0.0
0407: create_coordinate @4 @5 @6 from_car @0 offset  0.0 @8  0.0
000B: @6 +=  15.0;; floating-point values
005B: @6 += @7;; floating-point values
000B: @2 +=  2.0;; floating-point values
015F: set_camera_position @4 @5 @6  0.0  0.0  0.0
0160: point_camera @1 @2 @3  2
0002: jump ££MOD_CAMERA2

:MOD_CAMERA3
02EB: restore camera with jumpcut
0002: jump ££MOD_CAMERA1


This post has been edited by spaceeinstein on Sep 5 2005, 03:44
Users WebsitePM
  Top
 

 
josh_5  
Posted: Aug 4 2005, 15:55
Quote Post


It's me !!!!!!!!!!&#
Group Icon
Group: BUSTED!
Joined: Jul 30, 2005

uk.gif

XXXXX



im sure i used this for vc and it was very glitchy and screens plz!
PM
  Top
 

 
Premium  
Posted: Aug 5 2005, 03:07
Quote Post


The Pref.
Group Icon
Group: Members
Joined: Mar 29, 2002

XXXXX



user posted image

user posted image

user posted image

The camera is glitchy if you tap accelerate/reverse when driving, It zoom's in/out in large jumps depending on which button you're tapping. The camera seems to work alot better if you keep your accelerator held down and avoid hard breaking. It's also slightly jumpy when driving at high speeds as the camera tries to catch up to the car.
On foot seems to work fine as long as you set the controller config to joypad, so that you can have ps2 style aiming.
I havent tried flying anything yet but im off to try that now. I also noticed when driving off the edge of liberty that the camera zoomed pretty damn far away from the car, creating a pretty cool effect. I assume it'll do the same when driving off chilliad and such, so i'll go give that a go aswell. It's pretty sweet to have a gta 2/3 style camera to play around with.
Nice work on the conversion, but yeah, a little work is needed.
Users WebsitePMAOL
  Top
 

 
josh_5  
Posted: Aug 5 2005, 11:33
Quote Post


It's me !!!!!!!!!!&#
Group Icon
Group: BUSTED!
Joined: Jul 30, 2005

uk.gif

XXXXX



thnx fo the shots also may i ask how you got ur health bar that big and how u got a car into libert city
PM
  Top
 

 
dertyjerzian  
Posted: Aug 5 2005, 13:13
Quote Post


I have a custom member title. I call it "Solid Snake"
Group Icon
Group: BUSTED!
Joined: Jun 8, 2005

us.gif

XXXXX



deleted

This post has been edited by dertyjerzian on Nov 29 2006, 04:47
PMMSNAOL
  Top
 

 
demonj0e  
Posted: Aug 5 2005, 13:31
Quote Post


Sa Coder In Training
Group Icon
Group: Members
Joined: Apr 5, 2005

uk.gif

XXXXX



sweet but until its not buggy i may not use it
and how did u get ure health bar so big?
and dertyjerzian how the hell did u get 700+posts in about 2 months???
Users WebsitePMMSNAOL
  Top
 

 
Opiteilsm  
Posted: Aug 5 2005, 13:44
Quote Post


Jinx Removing
Group Icon
Group: Members
Joined: Jul 16, 2005

en.gif

XXXXX



Looks good, but i don't think i'll use it as i hated that camera view.
Users WebsitePMMSNPlayStation Network
  Top
 

 
spaceeinstein  
Posted: Sep 5 2005, 03:43
Quote Post


Chocolate
Group Icon
Group: Members
Joined: Jul 17, 2003

cn.gif

Member Award




Late reply: Thanks for the comments biggrin.gif

I updated the code. I changed the global vars to local vars, partly restored the camera if CJ is swimming, and with some other minor fixes.


This post has been edited by spaceeinstein on Sep 5 2005, 03:47
Users WebsitePM
  Top
 

 
scalliano  
Posted: Sep 7 2005, 17:00
Quote Post


Ice Cold Killa
Group Icon
Group: Members
Joined: Jul 31, 2004

il.gif

XXXXX



Link is broken.

Plus can anyone direct me to the VC one? I can't find it anywhere.

This post has been edited by scalliano on Sep 7 2005, 17:10
Users WebsitePM
  Top
 

 
michael-z  
Posted: Sep 8 2005, 01:18
Quote Post


Im dislex. FYI i spell bad
Group Icon
Group: Members
Joined: Jul 26, 2005

pride.gif

XXXXX



lol classic i gota get this one cookie.gif
Users WebsitePMAOL
  Top
 

 
wahgah  
Posted: May 29 2006, 03:44
Quote Post


Lost In Postion
Group Icon
Group: Members
Joined: Jan 14, 2006

cd.gif

XXXXX



could anybody tell me what to put the :mod lines after?

EDIT:: Or could you give a download of the main.scm so I can use it or add it into mine where it is suppoed to do.

This post has been edited by wahgah on Jun 2 2006, 19:24
PMXbox LivePlayStation Network
  Top
 

 
dodgeme  
Posted: Jun 22 2006, 20:26
Quote Post


Vendetta
Group Icon
Group: BUSTED!
Joined: Dec 30, 2004

yu.gif

XXXXX



can someone tell me how to instal this
PM
  Top
 

 
wahgah  
Posted: Aug 8 2006, 02:53
Quote Post


Lost In Postion
Group Icon
Group: Members
Joined: Jan 14, 2006

cd.gif

XXXXX



is there anyone nice enough to give me a pictures showing me
where to put the second bit after the
CODE
004F: create_thread ££MOD_CAMERA
part?
PMXbox LivePlayStation Network
  Top
 

 
tony-resta  
Posted: Nov 12 2006, 13:35
Quote Post


T to the ONY - R to the ESTA
Group Icon
Group: Members
Joined: Mar 1, 2006

it.gif

XXXXX



would somebody be kind enough to host a main.scm for me or send it to me over email, thanks
PM
  Top
 

 
tony-resta  
Posted: Nov 25 2006, 09:59
Quote Post


T to the ONY - R to the ESTA
Group Icon
Group: Members
Joined: Mar 1, 2006

it.gif

XXXXX



ok, ive added the code using a tutorial, now, when i start a new game i get the camera in gta2 style with cj in a grey background, the voices of the intro cutscene are still going and then after the voices go i cant do anything, the game has not frozen but i just cant move or skip the cutscene, can someone help me out please?
PM
  Top
 

 
dertyjerzian  
Posted: Nov 29 2006, 04:50
Quote Post


I have a custom member title. I call it "Solid Snake"
Group Icon
Group: BUSTED!
Joined: Jun 8, 2005

us.gif

XXXXX



QUOTE (demonj0e @ Aug 5 2005, 08:31)
sweet but until its not buggy i may not use it
and how did u get ure health bar so big?
and dertyjerzian how the hell did u get 700+posts in about 2 months???

since it's been bumped... And in case you are still wondering... I jsut lived this place last august. I f*cking love it.
PMMSNAOL
  Top
 

 
DK22Pac  
Posted: Jun 4 2009, 17:23
Quote Post


SALC player
Group Icon
Group: Members
Joined: Apr 12, 2009

un.gif

XXXXX



Now it is in .cs
<<<Link Removed>>>
I love this mod smile.gif

This post has been edited by PatrickW on Jun 5 2009, 07:11
PMMSNYahooICQ
  Top
 

 
gtasearcher  
Posted: Jun 5 2009, 04:42
Quote Post



Group Icon
Group: Members
Joined: Aug 26, 2008

ro.gif

XXXXX



Why such a bump? And first, do you have permission to make it a cleo and release it?!?
Users WebsitePMMSNYahoo
  Top
 

 
PatrickW  
Posted: Jun 5 2009, 07:12
Quote Post


GTA Juggernaut
Group Icon
Group: Moderators
Joined: Jan 7, 2004

nl.gif

Member Award




You're not allowed to release conversions without permission of the original author, link removed.
Users WebsitePM
  Top
 

 
bender-40  
Posted: Sep 22 2009, 23:56
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Sep 22, 2009

XXXXX



Hi;I'm french and my English is not good.So I will want to know how install this mod and that will be really cool that one explains to me how to make. colgate.gif
I hope that what I have say is understandable and I thank you for your comprehension.Thanks
PM
  Top
 

 
0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
0 Members:

Topic Options Reply to this topicStart new topicStart Poll
Search topic for posted by (exact match)



 
IMG IMG
     

 
     
Message Boards and Forums Directory