Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - A maid

Pages: 1 ... 13 14 [15] 16 17
211
Video Editing/Compression / Are these CCs nice?
« on: February 25, 2010, 04:22:49 PM »
I experimented a bit with Vegas and made some CCs.

This CC is made specially for Inferisk :wub: :a-cheer:



This CC won in a quicky match against Cocaine:



Here are the other two:




212
GTA Modding / Mistake in script [SA]
« on: February 25, 2010, 08:13:34 AM »
I tried making an example script for a video intro but it's been a while so I forgot a lot.. everything.

I followed stuff of Aschratt's and Labi's tutorials but I have a mistake in the script and don't know how to fix it. Here's the script:

Code: [Select]
DEFINE OBJECTS 3
DEFINE OBJECT SANNY BUILDER 3.03
DEFINE OBJECT NULL2 // Object number -1
DEFINE OBJECT DYN_ROADBARRIER_6 // Object number -2
DEFINE MISSIONS 0
DEFINE EXTERNAL_SCRIPTS 0 // Use -1 in order not to compile AAA script
DEFINE UNKNOWN_EMPTY_SEGMENT 0
DEFINE UNKNOWN_THREADS_MEMORY 0
{$VERSION 3.1.0027}
//-------------MAIN---------------
thread 'MAIN'
042C: set_total_missions_to 0
030D: set_max_progress 187
0997: set_total_respect_points_to 1339
01F0: set_max_wanted_level_to 0
set_wb_check_to 0
00C0: set_current_time_hours_to 8 minutes_to 30
fade 0 10
set_weather 1
select_interior 0
04E4: unknown_refresh_game_renderer_at 0.0 0.0
Camera.SetAtPos(0.0, 0.0, 800.0)
$PLAYER_CHAR = Player.Create(#NULL, 1565.3661 -1359.1052 330.0569)
07AF: $PLAYER_GROUP = player $PLAYER_CHAR group
$PLAYER_ACTOR = Actor.EmulateFromPlayer($PLAYER_CHAR)
Camera.SetBehindPlayer
Actor.Angle($PLAYER_ACTOR) = 261.2598
wait 10
Player.SetClothes($PLAYER_CHAR, "SUIT1GREY", "SUIT1", Torso)
Player.SetClothes($PLAYER_CHAR, "JEANSDENIM", "JEANS", Legs)
Player.SetClothes($PLAYER_CHAR, "SNEAKERBINCBLK", "SNEAKER", Shoes)
Player.SetClothes($PLAYER_CHAR, "PLAYER_FACE", "HEAD", Head)
Player.SetClothes($PLAYER_CHAR, "CAPREDSIDE", "CAPSIDE", 16)
Player.Build($PLAYER_CHAR)
//-------------Second CJ-----------------
0053: $PLAYER_CHAR = Player.Create(#NULL, 1558.3207 -1370.3805 330.0573)
Actor.Angle($PLAYER_ACTOR) = 219.7347
wait 10
Player.SetClothes($PLAYER_CHAR, "SUIT1GREY", "SUIT1", Torso)
Player.SetClothes($PLAYER_CHAR, "JEANSDENIM", "JEANS", Legs)
Player.SetClothes($PLAYER_CHAR, "SNEAKERBINCBLK", "SNEAKER", Shoes)
Player.SetClothes($PLAYER_CHAR, "PLAYER_FACE", "HEAD", Head)
Player.SetClothes($PLAYER_CHAR, "CAPREDSIDE", "CAPSIDE", 16)
Player.Build($PLAYER_CHAR)
//-------------Third CJ-----------------
0053: $PLAYER_CHAR = Player.Create(#NULL, 1562.7572 -1346.4413 330.0495)
Actor.Angle($PLAYER_ACTOR) = 292.5747
wait 10
Player.SetClothes($PLAYER_CHAR, "SUIT1GREY", "SUIT1", Torso)
Player.SetClothes($PLAYER_CHAR, "JEANSDENIM", "JEANS", Legs)
Player.SetClothes($PLAYER_CHAR, "SNEAKERBINCBLK", "SNEAKER", Shoes)
Player.SetClothes($PLAYER_CHAR, "PLAYER_FACE", "HEAD", Head)
Player.SetClothes($PLAYER_CHAR, "CAPREDSIDE", "CAPSIDE", 16)
Player.Build($PLAYER_CHAR)
016C: restart_if_wasted_at 2027.77 -1420.52 15.99 angle 137.0 town_number 0
016D: restart_if_busted_at 1550.68 -1675.49 14.51 angle 90.0 town_number 0
wait 500
fade 1 1000
wait 1000
016A: fade  1 ()  1000 ms
0001: wait  100 ms
03E6: remove_text_box
00D7: create_thread @CAM_001

:MAIN_3
0001: wait 2500 ms
0002: jump @MAIN_3

:CAM_001
03A4: name_thread 'CAMERA'
01B4: toggle_player $PLAYER_CHAR can_move 0
02A3: toggle_widescreen 1 //Widescreen on  (1 = on | 0 = off) | If on, Radar + HUD = off!
0826: toggle_hud 0 //HUD off (0 = off | 1 = on)
0581: toggle_radar 0 //Radar off (0 = off | 1 = on)

:CAM_002
015F: set_camera_position 1576.3165 -1360.0569 324.0495 rotation 0.0 0.0 0.0
0160: set_camera_point_at 1576.317000 -1360.057000 324.049500 mode 2   
0460: set_camera_transverse_delay 0.0 time 10000
0001: wait 10000 ms

:CAM_003
015F: set_camera_position 1564.849000 -1377.977000 324.058900 rotation 0.0 0.0 0.0
0160: set_camera_point_at 1564.849000 -1377.977000 324.058900 mode 1
0001: wait 10000 ms

:CAM_004
015F: set_camera_position 1571.706000 -1341.279000 324.058900 rotation 0.0 0.0 0.0
0160: set_camera_point_at 1571.706000 -1341.279000 324.058900 mode 1
0001: wait 10000 ms

:CAM_100
0001: wait 10000 ms
02A3: toggle_widescreen 0 //Widescreen off
0826: toggle_hud 1 //HUD on
0581: toggle_radar 1 //Radar on
004E: end_thread

213
VC Stunting Challenges / CSM, possible?
« on: February 21, 2010, 09:19:54 AM »


I was just playing GTA United and flying at some places when I suddenly came across this spot. The pic was taken in United because I'm not gonna open LC for a pic I saw in a game with the same map.

Possible?

214
SA Chat & Support / Who's your favorite grinder/P2Ber?
« on: January 15, 2010, 07:22:00 AM »
I bored so I make topic yes.

My favorite grinder is Eddeman and P2Ber.. well you guys know..

215
GTA Modding / [REQ] In-game CC mod
« on: January 03, 2010, 05:08:28 AM »
Is it possible to make a mod allowing you to make your own color corrections in-game? For example just like ENB with a readme file but then with colors and stuff.

And I don't want to hear anything about the word 'timecyc' :euro:.

216
VC Un-Modded Stunting Video Releases / XSC - Lowering Acceleration
« on: December 24, 2009, 01:53:14 AM »
[SIZE=9]LOWERING ACCELERATION[/SIZE][/font]
The Latest VC/LC/SAiVC Project By Xtreme Stunting Crew

After a few dull, inactive months, XSC have come back out of the shadows. This was a great video to edit, and I had a blast watching the crew be at their best to date. However, I would like to apologize to some crew members who sent a vast selection of stunts, as only some of them could appear in the video, but the stunts that are not featured could be saved and used in other collaborations and even solos. So, that is kind of an advantage, right?

I would like to deeply thank Krypton for giving me his previous bike skin, and supporting this crew throughout. I would also like to thank Edddie, SuspiciousOne and everyone else on this site for the huge amount of support and help.

So, without further delay (I am sure we all feel that there has been enough delay on this project). Me and the rest of XSC are proud to present "Lowering Acceleration".

- Enjoy.


Stunters: AroX, LuLi, SuspiciousOne, Willzyyy & Zayu

Editor: Willzyyy

Links

FXQ - COMING VERY SOON! - I'll update you all when it comes out!

XTREME QUALITY / HIGH QUALITY (1280x720 - 6mbps)
Megaupload

STREAMING
My Youtube Channel
XSC - Lowering Acceleration UNMUTED

NOTE: AroX' stunts were modded but he quit gravmodding now, please don't move to the modded section. :)

217
GTA Modding / New Infernus
« on: December 23, 2009, 01:15:54 PM »
Tell me what you guys think, I made it in a few minutes, BIG thanks to Milo34 for the TXD and DFF :wub:






:D?

218
SA Chat & Support / Need editor for solo
« on: November 30, 2009, 10:09:33 AM »
I need a person willing to edit Alone 2.

He's got to:

Have spare time
Be able to record in max resolution;
Be able to record without lag with ENB enabled;
Have a nice editing style (unlike Petar and Beat, sorry guys D:);
Be able to render/encode in nice quality;
Be able to finish in 1 (max 2) weeks.

219
SA Chat & Support / Out of spots?
« on: November 18, 2009, 05:45:13 AM »
Do you guys think that spots will run out sometime? I mean, there's still a lot to do but in any of the GTA games except IV the spots have to run out eventually.. :P

Discaws plz :euro:

220
Computer Talk / Insufficient RAM space
« on: November 01, 2009, 06:17:52 AM »
This problem happened after installing the Windows 7 theme.. whenever I play a game (GTA SA, IV, whatever) an error comes up saying something about insufficient space on my drive and then I get a choice of closing the game or not.

I tried going back to the Vista theme but didn't help.. I've tried System Restore but it didn't go far back enough..

(I also added a new value in Regedit 'MinWidth' of 0x56 to make the taskbar programs look like W7's, deleting that didn't help at all either)

221
VC Chat & Support / vc downgrade patch 1.1 or 1.0?
« on: November 20, 2008, 12:33:33 PM »
1.im a pain in the ass
2.ive got another problem:

i cant find on google or gtas ANYWHERE the download link to download GTA Vice City Downgrade Patch 1.1/1.0. Can anyone post it for me? I've found one before but it had a shittin' error..

and I wanna use it to let camhack work... so I can show off my skins better and stuff.

222
SA Un-Modded Video Releases / Autism
« on: November 17, 2008, 11:02:25 AM »
Yes, I finally made an other San Andreas solo, I'm sorry for posting it so late, I every forget it when I think of it on school.

well, here it is:
Streaming.
Filefag---NEEDS TO BE UPLOADED.

Enjoy, oh and, it's also a dedication to my dad.

EDIT: can any mod/admin move this to the timelimited videos? I forgot there was a section for timelim. videos

223
The Marketplace / [SA] Infernus REQUEST
« on: November 15, 2008, 03:35:01 PM »
I want an infernus (for SA) with:
main colour: black.
Wheels: gradient, any colours are fine.
on Body: something that fits with hard rock/metal, something like lightning or colour splats

and to the maker of the skin (whoever it is ): please tell me where the body map is.. i dont have it

224
GTA Modding / Alien City?
« on: November 09, 2008, 11:12:10 AM »
my alien city mod everytime crashes when i try to open it! without running it as admin it says it doesnt work anymore, on normal compatibility + admin it gets stuck on the 'new game' 'load game' 'delete game' screen. and if I do any other compatibility + admin it gets stuck on the beginning of the loading!  anyone help PLEASE?

oh and CLEO mods dont work either!

EDIT: Thanks to Killerstunter for helping me getting a -working- download link!
but I've got a new problem now! when I press the commands for 'Remember car' it says in the corner the good thing, but when I drive away and come back the vehicle is gone!

225
VC Chat & Support / how to?
« on: November 01, 2008, 06:47:02 AM »
in the games with Vice City engine, I always bail off the bike when falling from great heights, does anybody have a tip or a trick or advice or whatever to help me? please?

Pages: 1 ... 13 14 [15] 16 17
SimplePortal 2.3.7 © 2008-2024, SimplePortal