![]() ![]() |
![]() ![]() Post #1 | |
![]() GTA United Lead Developer Posts: 52 From: Germany Joined: 23-April 11 ![]() | Hey, in SA main we can find the "PHOTO" external script, als known as suicide photographer script. (Video) My question is, how this script gets started? I looked through the whole main, but there is no starter or something for this script. This is very mysterious to me... -------------------- |
![]() Post #2 | |
![]() Coding like a Rockstar! ![]() Posts: 1,468 From: ??? Joined: 28-May 09 ![]() | ... there is no script for the suicide photographer. It is simply a phenomenon. The PHOTO script controls the system where you can ask a gang member to take your photo. -------------------- | CLEO 4.3.22 | A?i?a?o?3D | UI SDK | Black Market Mod 1.0.1 | GInput 0.3 | Cheat Keyboard | Tactile Cheat Activation | Stream Ini Extender 0.7 | SuperVars | ScrDebug | Vigilante Justice: San Andreas | |
![]() Post #3 | |
![]() In motus... ![]() Posts: 361 From: Portugal Joined: 28-May 09 ![]() | It's a phenomenon but was it purposely coded or it's actually a glitch? |
![]() Post #4 | |
![]() Coding like a Rockstar! ![]() Posts: 1,468 From: ??? Joined: 28-May 09 ![]() | Simply a ped taking pictures of a good view (there are a few other points where peds take photos of stuff) and then just aimlessly walking forward. Rockstar were too lazy to assume someone would actually watch them and wait for them to stop taking photos to bother ending the task properly. There is nothing in the main.scm to control this behaviour either. It's a hardcoded thing, just like when peds hold hands. -------------------- | CLEO 4.3.22 | A?i?a?o?3D | UI SDK | Black Market Mod 1.0.1 | GInput 0.3 | Cheat Keyboard | Tactile Cheat Activation | Stream Ini Extender 0.7 | SuperVars | ScrDebug | Vigilante Justice: San Andreas | |
![]() Post #5 | |
![]() GTA United Lead Developer Posts: 52 From: Germany Joined: 23-April 11 ![]() | ... there is no script for the suicide photographer. It is simply a phenomenon. The script you are talking about is the CAMERA Script. Modding wiki says also that the "suicide photographer " is a script.The PHOTO script controls the system where you can ask a gang member to take your photo. http://www.gtamodding.com/index.php?title=Script.img -------------------- |
![]() Post #6 | |
![]() Devil's Advocate ![]() Posts: 413 From: CA US Joined: 26-July 09 ![]() | It could be that all the external scripts in script.img are loaded on startup. It doesn't look like there's anything that starts the PHOTO script or other externals in the main.scm. I've tested a stripped SCM at the location of the suicidal photographer and some other peds spawn and just walk into the water with no photo-taking involved or even having a camera. This might just be the game streaming peds at the path though. -------------------- ![]() |
![]() Post #7 | |
![]() Coding like a Rockstar! ![]() Posts: 1,468 From: ??? Joined: 28-May 09 ![]() | Alright.. I stand corrected. PHOTO does control peds taking pictures. The launch of this script IS hardcoded, however. Many scripts (like some interior scripts) are launched by the EXE internally. I think a few ambient cop scripts are launched this way. -------------------- | CLEO 4.3.22 | A?i?a?o?3D | UI SDK | Black Market Mod 1.0.1 | GInput 0.3 | Cheat Keyboard | Tactile Cheat Activation | Stream Ini Extender 0.7 | SuperVars | ScrDebug | Vigilante Justice: San Andreas | |
![]() Post #8 | |
![]() GTA United Lead Developer Posts: 52 From: Germany Joined: 23-April 11 ![]() | Alright.. I stand corrected. PHOTO does control peds taking pictures. You have any idea where in the exe this happens? I took a look at the memory, but I found nothing usable. I want to move the start position, but without changing anything in the script.The launch of this script IS hardcoded, however. Many scripts (like some interior scripts) are launched by the EXE internally. I think a few ambient cop scripts are launched this way. -------------------- |
![]() ![]() |