Mafia Scene - Mafia I & II Game Fan Site

Modders Corner => Mafia Editing => Mafia Mod Request => Topic started by: Scaletta93 on June 21, 2012, 06:20:46 PM

Title: get drunk smoke and sit down mafia 1
Post by: Scaletta93 on June 21, 2012, 06:20:46 PM
is this possible like the lua scripts from mafia 1 to mafia 2?
Title: get drunk smoke and sit down mafia 1
Post by: thewildnath on June 21, 2012, 09:37:58 PM
i'm not a modder but the games have diferent engines(i think   <img src="/wp-content/uploads/invision_emoticons/tongue.png" alt="(//tongue.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/tongue@2x.png 2x" width="20" height="20">  ) and well...10 years one from another so i don't think that it is possible
Title: get drunk smoke and sit down mafia 1
Post by: Scaletta93 on June 21, 2012, 10:55:52 PM
if this:




<div></div>



is possible a simple animations is piece of cake
Title: get drunk smoke and sit down mafia 1
Post by: ocram on June 21, 2012, 11:41:30 PM
[align=center:224r6iq2]eXistenZ[/align:224r6iq2]




[align=center:224r6iq2][video width=425 height=344 type=youtube]7FBZJ4BG7cE [/align:224r6iq2]




[align=center:224r6iq2]Zahar[/align:224r6iq2]




[align=center:224r6iq2][video width=425 height=344 type=youtube]iO35ckAEEAA [/align:224r6iq2]


 




[align=center:224r6iq2]topicsHere (//224r6iq2)[/align]




NB: But it is not the jukebox .


 




EDITED:


Quotemafia 1 no mafia 2

 




sorry when you asked :" is this possible like the lua scripts from mafia 1 to mafia 2? " I understood the opposite.
Title: get drunk smoke and sit down mafia 1
Post by: Scaletta93 on June 22, 2012, 11:39:14 AM
mafia 1 no mafia 2
Title: get drunk smoke and sit down mafia 1
Post by: Samo on June 22, 2012, 01:18:04 PM
It is possible in a way.There are commands which detects if you pressed a random key(You can see it working in a Tutorial).This "old engine" can even make something like in mafia 2 by changing the walk animation cycle for a certain time.But there are no such when you are smoking a cig and walking in the same time for example iam afraid.




But i think you can lock player by pressing a key and start smoking animation  just like in M2.




1)detect a key for example "K"




2)jump to a new label through condition




3)label containing the animation start and end with player lock script.




4)back to normal
Title: get drunk smoke and sit down mafia 1
Post by: Scaletta93 on June 22, 2012, 02:06:03 PM
QuoteIt is possible in a way.There are commands which detects if you pressed a random key(You can see it working in a Tutorial).This "old engine" can even make something like in mafia 2 by changing the walk animation cycle for a certain time.But there are no such when you are smoking a cig and walking in the same time for example iam afraid.

But i think you can lock player by pressing a key and start smoking animation  just like in M2.




1)detect a key for example "K"




2)jump to a new label through condition




3)label containing the animation start and end with player lock script.




4)back to normal



 




and how i do that?