Mafia Scene - Mafia I & II Game Fan Site
Modders Corner => Mafia Editing => Mafia Mod Request => Topic started by: Scaletta93 on June 26, 2012, 04:26:46 PM
there is some big statue or fountains in game if have someone tell me the model... grazie
if you tell me exactly where they are, i can tell you, maybe mark it on a mafia map
I believe is talking about the one in the park in Downtown and In the Villa Mission
I will look tonight when I get home. I will also provide you with the script to shoot the water
that is the problem i dont if exist something like this in game i wanna to finish my park
oh ive just realised, he is asking IF there are any statues/fountains
thanks matteo
Okay the name of this model is bazen.i3d
(//thestreetsoflostheaven.com/wp-content/uploads/2012/06/fountain.jpg&key=9029faa35229ab6a885061ceb6d6632757eb3a01e79ffca8882bcc512191355f)
Insert it with the same fountain as the model number then use the following script in a separate script called fountain1
commandblock 1
dim_frm 1
dim_act 1
findactor 0,"fountain"
findframe 0,"fountain"
emitparticle 0,41
emitparticle 0,42
Other codes you can try are
36
87
here is a complete particle list so you can experiment with different things
There you have:
0 - blood
1 - hit_stonewall
2 - hit_ground
3 - hit_metal
4 - hit_wood
5 - night_chimney_smoke
6 - Fire
7 - Explosion
8 - molotov_explosion
9 - fire_small
10 - explosion_big
11 - molotov_fire
12 - Thompson_muzzle_flash_day
13 - Thompson_muzzle_flash_night
14 - pistol_muzzle_flash_day
15 - pistol_muzzle_flash_night
16 - shotgun_muzzle_flash_day
17 - shotgun_muzzle_flash_night
18 - fireworks
19 - pena
20 - explosion_car
21 - fire_fading
22 - fire_small_fading
23 - pena_ve_vane
24 - smoke_cigarette
25 - smoke_cigarette_breath
26 - chcani
27 - bliti
28 - smoke_parnik
29 - hit_grass
30 - voda_prehrada
31 - voda_prehrada_dole
32 - listi_ze_stromu
33 - prach_motorest
34 - kour_restaurace
35 - dollars
36 - fontanka1
37 - zblunk
38 - smoke_saliery
39 - lighter
40 - krev_vrtule
41 - voda_vezeni 1
42 - voda vezeni 2
43 - hit_water
44 - smoke_loco1
45 - steam_loco
46 - clun
47 - steam2_loco
48 - explosion_hotel
49 - gasoline
50 - smoke_coffee
51 - Explosion_hotel1
52 - Explosion Morello
53 - Dust Morello
54 - kola_na_vode
55 - slow_smoke
56 - spark_cig
57 - Fire_no_smoke
58 - smoke_cigarette_breath1
59 - horici_benzin
60 - FMVlighter
61 - bloodSamFMV
62 - FMV Loko-2sec
63 - FMV Loko-1sec
64 - FMV Loko-03
65 - FMV Loko-low
66 - FMV chladic
67 - FMV Expl-cisterna
68 - FMV lighter
69 - FMV gasoline2
70 - doutnik
71 - kour_na_lokomotivu_NESAHAT
72 - vol_dust
73 - hovna
74 - FMV cigarette
75 - dust_fall
76 - kaluz chuze
77 - fire_cig
78 - kour_lod_doprava
79 - fireworks1
80 - fireworks2
81 - fireworks3
82 - fireworks4
83 - vlny
84 - vlny_big
85 - vlny_small
86 - FMV sirka
87 - hydrant
88 - kytka listy
89 - hadice
90 - dymovnice
91 - FMV pistol_muzzle_flash
number is the ID I founded it in tables under name EFFECTS.txt
The round fountain in the Vila mission is part of the scene4.bin file and not easily accessable
thanks