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.

Messages - eXistenZ34

256
General, Off Topic / A little drag race maybe?
June 08, 2012, 01:42:51 PM
There is no photo, it's the Delizia.


 




Only a car made by Dgumba could fighting the Delizia.


 









<div></div>

 









<div></div>
257
General, Off Topic / Beautiful screenshots
June 07, 2012, 03:31:11 PM
2044x771


 







 







 




258
debaas




in the title of the topic there has "Soon
", so.


 


 




ocram




Today, D-Day - 1
, So that's for Friday night, Paris time.


 




[hr:2t1m8hhy][/hr:2t1m8hhy]


 




of multi 6, it becomes multi 7





The only thing missing it's the Italian translation.
259
Mafia II mods / Mafia II - Taxi Ride
June 06, 2012, 06:07:45 PM
Tu as r̮̩ussi a utiliser les coordonn̮̩es du rep̮̬re sur la carte.


 


 




At all





When you find how to use a new command LUA that is not in my list.






thank you for leaving the info here






http]
260
General, Off Topic / Beautiful screenshots
June 06, 2012, 05:45:55 PM
oui, dans le meme style a toi devoir.


 




sinon pour ce d̮̩placer n'importe ou avec l'injecteur







QuotebindKey ("I","v = game.game:GetActivePlayer():GetPos() v.y = v.y + 5 game.game:GetActivePlayer():SetPos(v)")

bindKey ("J","v = game.game:GetActivePlayer():GetPos() v.x = v.x - 5 game.game:GetActivePlayer():SetPos(v)")




bindKey ("K","v = game.game:GetActivePlayer():GetPos() v.y = v.y - 5 game.game:GetActivePlayer():SetPos(v)")




bindKey ("L","v = game.game:GetActivePlayer():GetPos() v.x = v.x + 5 game.game:GetActivePlayer():SetPos(v)")




bindKey ("U","v = game.game:GetActivePlayer():GetPos() v.z = v.z + 5 game.game:GetActivePlayer():SetPos(v)")




bindKey ("O","v = game.game:GetActivePlayer():GetPos() v.z = v.z - 5 game.game:GetActivePlayer():SetPos(v)")


261
General, Off Topic / Beautiful screenshots
June 06, 2012, 05:35:31 PM
ocram




in 1024x288 it's already better that pictures I posted 800x~200




you can repeat the same view but without vito and HUD.


 







Quotegame.game:GetActivePlayer():ShowModel(xx) xx = truefalse

game.hud:Show(xx) xx = truefalse



 




PS: me i juste a 8600 GTS  I shall change my video card with the output of Tomb Raider Reboot.
262
Mod Help / how install injector v 6
June 05, 2012, 10:41:43 PM
Hi




copy & paste




- MafiaInjector.exe




- MafiaDll.dll




- userscript


 




in game directory, where is mafia2.exe.


 




Write your script in F1 to F12 inside "userscript" folder


 




Start the game with MafiaInjector.exe




after use, F1 through F12 to launch your script.


 




Important:




Microsoft Visual C++ & Microsoft .Net Framework must be instaled on your computer
263
open your eyes, man   :s illy:  :whistle:
264
Plutot par sztupy (http://winmo.sztupy.hu).




http://winmo.sztupy.hu/luadec.html


 




Voir aussi peut etre




http://www.lua.org/versions.html#5.2


 




Mais la moi je n'y connais rien, je ne suis n'y informaticien n'y programmeur.




juste bidouilleur


 




̮̤a aussi comme info qui peut servir




http://www.luteus.biz/Download/LoriotPr ... ction.html




http://lua-users.org/wiki/TutorialDirectory
265
salut, si on savait faire il y a longtemp qu'on aurait d̮̩compil̮̩ tous les scripts.
266
Mafia II mods / I would like a Mod
June 03, 2012, 07:59:38 PM
Salut crazypreacher.


 







Quotegame.hud:RadarShow(xx) xx = truefalse

game.hud:ScoreShow(xx) xx = truefalse




game.hud:SubtitlesShow(xx) xx = truefalse




game.hud:SpeedometerShow(xx) xx = truefalse




game.hud:ActionButtonsShow(xx) xx = truefalse




game.hud:MessageAreaShow(xx) xx = truefalse




game.hud:InfoAreaShow(xx) xx = truefalse








 




Exemple avec l'injecteur




1ers clic cacher, 2eme cllic montrer







Quoteif
i
==nil
then
i
=1
game.hud:RadarShow(false
) else
i
=nil
game.hud:RadarShow(true
) end


267
Mafia Mod Request / [MAFIA II] Entities ?
June 03, 2012, 07:52:59 PM
It's "E" Key entity, and is the brainchild of Costa in her FR v2.




he did not create in fact it is the script "m04sqhotwheels.sds".


 




there are also wp0202


 




Where I can find the others? --> will be treated in a future Topic, Called : Multi script for FR M2
.


 




but you can find them in every file Actor.bin in .sds File.
268
General, Off Topic / Beautiful screenshots
June 03, 2012, 07:18:26 PM
in 16/9 will be even prettier.  :eek:


 


 




Edit:




nobody has 2 monitor to realize this kind of image.


 















































 




but with a resolution of 3960x1080
269
there is no SDK to change the 3D file of Mafia 2.


 




And Delizia already exists in M2, more precisely it is in the DLC joe.
270
another thing:


 




ply=game.game:GetActivePlayer()  is useless in your script.


 




in my topic on animation it's useful because :




Example.







Quoteply
=game.game:GetActivePlayer()

DelayBuffer:Insert(function(l_1_0)CommandBuffer:Insert(l_6_0,{




function(l_1_0)return ply
:SetControlStyle(enums.ControlStyle.LOCKED)end,




function(l_2_0)return ply
:AnimPlay("sc_man_smoke_in", false)end,




function(l_3_0)return ply
:AnimPlay("sc_man_smoke_out", false)end,




function(l_4_0)return ply
:SetControlStyle(enums.ControlStyle.FREE)end})




end,{l_1_0},500,1,false)





This is the same thing







QuoteDelayBuffer:Insert(function(l_1_0)CommandBuffer:Insert(l_6_0,{

function(l_1_0)return game.game:GetActivePlayer():SetControlStyle(enums.ControlStyle.LOCKED)end,




function(l_2_0)return game.game:GetActivePlayer():AnimPlay("sc_man_smoke_in", false)end,




function(l_3_0)return game.game:GetActivePlayer():AnimPlay("sc_man_smoke_out", false)end,




function(l_4_0)return game.game:GetActivePlayer():SetControlStyle(enums.ControlStyle.FREE)end})




end,{l_1_0},500,1,false)