Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
money in LF2
#31
I think lf2 is good without money(to my),is it not good that milk and beer falling from a sky?how all of you think?
Sorry for strange sentence structure
Troll mode activated TwistedDemonEvil
Reply
Thanks given by:
#32
(04-24-2011, 08:12 PM)Monolith Wrote:  I think lf2 is good without money(to my),is it not good that milk and beer falling from a sky?how all of you think?
Sorry for strange sentence structure

That Kinda Problem I think can be replaced by carrying them in your inventory.
Reply
Thanks given by:
#33
(04-25-2011, 02:41 PM)Sonic Boom Wrote:  
(04-24-2011, 08:12 PM)Monolith Wrote:  I think lf2 is good without money(to my),is it not good that milk and beer falling from a sky?how all of you think?
Sorry for strange sentence structure

That Kinda Problem I think can be replaced by carrying them in your inventory.

There is no inventory in LF2.
and what you said doesn't even relate to what sonic boom said.
Please read carefully next time.
(he said that money isn't needed to buy new weapons and upgrades because the milk and beer that falls from the sky is enough)
Reply
Thanks given by:
#34
(04-25-2011, 09:28 PM)bashscrazy Wrote:  
(04-25-2011, 02:41 PM)Sonic Boom Wrote:  
(04-24-2011, 08:12 PM)Monolith Wrote:  I think lf2 is good without money(to my),is it not good that milk and beer falling from a sky?how all of you think?
Sorry for strange sentence structure

That Kinda Problem I think can be replaced by carrying them in your inventory.

There is no inventory in LF2.
and what you said doesn't even relate to what sonic boom said.
Please read carefully next time.
(he said that money isn't needed to buy new weapons and upgrades because the milk and beer that falls from the sky is enough)

i didn't wrote about inventory,sonic boom replyed my with his inventory.I think you need to read more carefuly.If you don't believe my,then look at older my and sonic boom post.
Troll mode activated TwistedDemonEvil
Reply
Thanks given by:
#35
(04-25-2011, 09:46 PM)Monolith Wrote:  i didn't wrote about inventory,sonic boom replyed my with his inventory.I think you need to read more carefuly.If you don't believe my,then look at older my and sonic boom post.

See it was me who said this inventory thing my problem.
and plz i don't know much about Dc and I thought we could make some inventory menu in the game just like other menus.
Can't It be done?

Silverthorn edited this post 04-26-2011 01:25 PM because:
What is so hard about abbreveating quotes if you absolutely HAVE TO use them?
Reply
Thanks given by:
#36
[] 
About 2 weeks ago i had an idea about this.Using a shield, (http://www.lf-empire.de/en/lf2-empire/ad...ld).Shield is disappeared when character is falling,so i later i switched it in t0 object.

Here i will not explain noobish things,this explanation is only for good DCers.
Then idea how to count money is this: we have shield frames with all numbers that will can be used,in fact not that much,just as much tags that can be in one frame.

We will have: frame billfold(0 money) frames of1 money,frames of 2,frames of 3 etc. When you get a +1 money,with an ik8 billfold/shield will go to f1.then if you get another +1,with billfold/pocked/shield will go to f2,if you get a +2 pocked will go to f4.(+1 money has an special bdy and +2 has another special bdy which interact only with one of ik8 which are in a frame)
I hope that you got my point here.
in all frames,there are special bdys which delete moneys.

But the problem is that this billfold/pocked will stay with char and will not go to use other ik8,so i add in one frame the ik8 which make it to stay with char and the other frame with all other ik8.

    DC-Code:
<frame> 20 shield-abort!!!!
   pic: 11  state: 3005  wait: 1  next: 100  centerx: 25  centery: 40 dvy: 550
<frame_end>
 
<frame> 100 shield-abort #0 money
   pic: 0  state: 3005  wait: 0  next: 101  centerx: 25  centery: 40 dvy: 550
<frame_end>
<frame> 101 shield #0 money
   pic: 0  state: 3005  wait: 1  next: 103  centerx: 25  centery: 40 dvy:  550
  itr:  #place-correction
   kind: 8  x: 0  y: 1390  w: 30  h: 500  zwidth: 20
   dvx: 102  injury: 0
  itr_end:
<frame_end>
<frame> 102 shield  # 0 money
   pic: 0  state: 3005  wait: 2  next: 103  centerx: 25  centery: 40  dvy: 550
   bdy:  delete+2
      kind: 0  x: 0  y: 5000  w: 30  h: 500
   bdy_end:
   bdy:    delete+1
      kind: 0  x: 0  y: 4000  w: 30  h: 500
   bdy_end:
  itr:  #place-correction +1
   kind: 8  x: 0  y: 11000  w: 30  h: 500  zwidth: 20
   dvx: 110  injury: 0
  itr_end:
  itr:  #place-correction +2
   kind: 8  x: 0  y: 12000  w: 30  h: 500  zwidth: 20
   dvx: 120  injury: 0
  itr_end:
<frame_end>
<frame> 103 shield-abort #0 money
   pic: 0  state: 3005  wait: 0  next: 101  centerx: 25  centery: 40 dvy: 550
<frame_end>
 
 
<frame> 113 shield-abort #1 money
   pic: 1  state: 3005  wait: 2  next: 110  centerx: 25  centery: 40 dvy: 550
<frame_end>
<frame> 110 shield #1 money
   pic: 1  state: 3005  wait: 1  next: 112  centerx: 25  centery: 40 dvy:  550
   bdy:  delete+2
      kind: 0  x: 0  y: 5000  w: 30  h: 500
   bdy_end:
   bdy:    delete+1
      kind: 0  x: 0  y: 4000  w: 30  h: 500
   bdy_end:
  itr:  #place-correction
   kind: 8  x: 0  y: 1390  w: 30  h: 500  zwidth: 20
   dvx: 111  injury: 0
  itr_end:
  itr:  #place-correction +1
   kind: 8  x: 0  y: 11000  w: 30  h: 500  zwidth: 20
   dvx: 120  injury: 0
  itr_end:
  itr:  #place-correction +2
   kind: 8  x: 0  y: 12000  w: 30  h: 500  zwidth: 20
   dvx: 130  injury: 0
  itr_end:
<frame_end>
<frame> 111 shield  # 1 money
   pic: 1  state: 3005  wait: 1  next: 112  centerx: 25  centery: 40  dvy: 550
   bdy:  delete+2
      kind: 0  x: 0  y: 5000  w: 30  h: 500
   bdy_end:
   bdy:    delete+1
      kind: 0  x: 0  y: 4000  w: 30  h: 500
   bdy_end:
  itr:  #place-correction
   kind: 8  x: 0  y: 1390  w: 30  h: 500  zwidth: 20
   dvx: 110  injury: 0
  itr_end:
  itr:  #place-correction +1
   kind: 8  x: 0  y: 11000  w: 30  h: 500  zwidth: 20
   dvx: 120  injury: 0
  itr_end:
  itr:  #place-correction +2
   kind: 8  x: 0  y: 12000  w: 30  h: 500  zwidth: 20
   dvx: 130  injury: 0
  itr_end:
<frame_end>
<frame> 112 shield-abort #1 money
   pic: 1  state: 3005  wait: 2  next: 113  centerx: 25  centery: 40 dvy: 550
<frame_end>
 
 
<frame> 123 shield-abort #2 money
   pic: 2  state: 3005  wait: 2  next: 120  centerx: 25  centery: 40 dvy: 550
<frame_end>
<frame> 120 shield #2 money
   pic: 2  state: 3005  wait: 1  next: 122  centerx: 25  centery: 40 dvy:  550
   bdy:  delete+2
      kind: 0  x: 0  y: 5000  w: 30  h: 500
   bdy_end:
   bdy:    delete+1
      kind: 0  x: 0  y: 4000  w: 30  h: 500
   bdy_end:
  itr:  #place-correction
   kind: 8  x: 0  y: 1390  w: 30  h: 500  zwidth: 20
   dvx: 121  injury: 0
  itr_end:
  itr:  #place-correction +1
   kind: 8  x: 0  y: 11000  w: 30  h: 500  zwidth: 20
   dvx: 130  injury: 0
  itr_end:
  itr:  #place-correction +2
   kind: 8  x: 0  y: 12000  w: 30  h: 500  zwidth: 20
   dvx: 140  injury: 0
  itr_end:
  itr:  #place-correction -2
   kind: 8  x: 0  y: 20000  w: 30  h: 500  zwidth: 20
   dvx: 100  injury: 0
  itr_end:
<frame_end>
<frame> 121 shield  # 2 money
   pic: 2  state: 3005  wait: 1  next: 122  centerx: 25  centery: 40  dvy: 550
   bdy:  delete+2
      kind: 0  x: 0  y: 5000  w: 30  h: 500
   bdy_end:
   bdy:    delete+1
      kind: 0  x: 0  y: 4000  w: 30  h: 500
   bdy_end:
  itr:  #place-correction
   kind: 8  x: 0  y: 1390  w: 30  h: 500  zwidth: 20
   dvx: 120  injury: 0
  itr_end:
  itr:  #place-correction +1
   kind: 8  x: 0  y: 11000  w: 30  h: 500  zwidth: 20
   dvx: 130  injury: 0
  itr_end:
  itr:  #place-correction +2
   kind: 8  x: 0  y: 12000  w: 30  h: 500  zwidth: 20
   dvx: 140  injury: 0
  itr_end:
  itr:  #place-correction -2
   kind: 8  x: 0  y: 20000  w: 30  h: 500  zwidth: 20
   dvx: 100  injury: 0
  itr_end:
<frame_end>
<frame> 122 shield-abort #2 money
   pic: 2  state: 3005  wait: 2  next: 123  centerx: 25  centery: 40 dvy: 550
<frame_end>
 
 
<frame> 133 shield-abort #3 money
   pic: 3  state: 3005  wait: 2  next: 130  centerx: 25  centery: 40 dvy: 550
<frame_end>
<frame> 130 shield #3 money
   pic: 3  state: 3005  wait: 1  next: 132  centerx: 25  centery: 40 dvy:  550
   bdy:  delete+2
      kind: 0  x: 0  y: 5000  w: 30  h: 500
   bdy_end:
   bdy:    delete+1
      kind: 0  x: 0  y: 4000  w: 30  h: 500
   bdy_end:
  itr:  #place-correction
   kind: 8  x: 0  y: 1390  w: 30  h: 500  zwidth: 20
   dvx: 131  injury: 0
  itr_end:
  itr:  #place-correction +1
   kind: 8  x: 0  y: 11000  w: 30  h: 500  zwidth: 20
   dvx: 140  injury: 0
  itr_end:
  itr:  #place-correction +2
   kind: 8  x: 0  y: 12000  w: 30  h: 500  zwidth: 20
   dvx: 150  injury: 0
  itr_end:
  itr:  #place-correction -2
   kind: 8  x: 0  y: 20000  w: 30  h: 500  zwidth: 20
   dvx: 110  injury: 0
  itr_end:
  itr:  #place-correction -3
   kind: 8  x: 0  y: 30000  w: 30  h: 500  zwidth: 20
   dvx: 100  injury: 0
  itr_end:
<frame_end>
<frame> 131 shield  # 3 money
   pic: 3  state: 3005  wait: 1  next: 132  centerx: 25  centery: 40  dvy: 550
   bdy:  delete+2
      kind: 0  x: 0  y: 5000  w: 30  h: 500
   bdy_end:
   bdy:    delete+1
      kind: 0  x: 0  y: 4000  w: 30  h: 500
   bdy_end:
  itr:  #place-correction
   kind: 8  x: 0  y: 1390  w: 30  h: 500  zwidth: 20
   dvx: 130  injury: 0
  itr_end:
  itr:  #place-correction +1
   kind: 8  x: 0  y: 11000  w: 30  h: 500  zwidth: 20
   dvx: 140  injury: 0
  itr_end:
  itr:  #place-correction +2
   kind: 8  x: 0  y: 12000  w: 30  h: 500  zwidth: 20
   dvx: 150  injury: 0
  itr_end:
  itr:  #place-correction -2
   kind: 8  x: 0  y: 20000  w: 30  h: 500  zwidth: 20
   dvx: 110  injury: 0
  itr_end:
  itr:  #place-correction -3
   kind: 8  x: 0  y: 30000  w: 30  h: 500  zwidth: 20
   dvx: 100  injury: 0
  itr_end:
<frame_end>
<frame> 132 shield-abort #3 money
   pic: 3  state: 3005  wait: 2  next: 133  centerx: 25  centery: 40 dvy: 550
<frame_end>
 
 
<frame> 143 shield-abort #4 money
   pic: 4  state: 3005  wait: 2  next: 140  centerx: 25  centery: 40 dvy: 550
<frame_end>
<frame> 140 shield #4 money
   pic: 4  state: 3005  wait: 1  next: 142  centerx: 25  centery: 40 dvy:  550
   bdy:    delete+1
      kind: 0  x: 0  y: 4000  w: 30  h: 500
   bdy_end:
  itr:  #place-correction
   kind: 8  x: 0  y: 1390  w: 30  h: 500  zwidth: 20
   dvx: 141  injury: 0
  itr_end:
  itr:  #place-correction +1
   kind: 8  x: 0  y: 11000  w: 30  h: 500  zwidth: 20
   dvx: 150  injury: 0
  itr_end:
  itr:  #place-correction -2
   kind: 8  x: 0  y: 20000  w: 30  h: 500  zwidth: 20
   dvx: 120  injury: 0
  itr_end:
  itr:  #place-correction -3
   kind: 8  x: 0  y: 30000  w: 30  h: 500  zwidth: 20
   dvx: 110  injury: 0
  itr_end:
<frame_end>
<frame> 141 shield  # 4 money
   pic: 4  state: 3005  wait: 1  next: 142  centerx: 25  centery: 40  dvy: 550
   bdy:
      kind: 0  x: 0  y: 4000  w: 30  h: 500
   bdy_end:
  itr:  #place-correction
   kind: 8  x: 0  y: 1390  w: 30  h: 500  zwidth: 20
   dvx: 140  injury: 0
  itr_end:
  itr:  #place-correction +1
   kind: 8  x: 0  y: 11000  w: 30  h: 500  zwidth: 20
   dvx: 150  injury: 0
  itr_end:
  itr:  #place-correction -2
   kind: 8  x: 0  y: 20000  w: 30  h: 500  zwidth: 20
   dvx: 120  injury: 0
  itr_end:
  itr:  #place-correction -3
   kind: 8  x: 0  y: 30000  w: 30  h: 500  zwidth: 20
   dvx: 110  injury: 0
  itr_end:
<frame_end>
<frame> 142 shield-abort #4 money
   pic: 4  state: 3005  wait: 2  next: 143  centerx: 25  centery: 40 dvy: 550
<frame_end>
 
 
<frame> 153 shield-abort #5 money
   pic: 5  state: 3005  wait: 2  next: 150  centerx: 25  centery: 40 dvy: 550
<frame_end>
<frame> 150 shield #5 money
   pic: 5  state: 3005  wait: 1  next: 152  centerx: 25  centery: 40 dvy:  550
  itr:  #place-correction
   kind: 8  x: 0  y: 1390  w: 30  h: 500  zwidth: 20
   dvx: 151  injury: 0
  itr_end:
  itr:  #place-correction -2
   kind: 8  x: 0  y: 20000  w: 30  h: 500  zwidth: 20
   dvx: 130  injury: 0
  itr_end:
  itr:  #place-correction -3
   kind: 8  x: 0  y: 30000  w: 30  h: 500  zwidth: 20
   dvx: 120  injury: 0
  itr_end:
<frame_end>
<frame> 151 shield  # 5 money
   pic: 5  state: 3005  wait: 1  next: 152  centerx: 25  centery: 40  dvy: 550
  itr:  #place-correction
   kind: 8  x: 0  y: 1390  w: 30  h: 500  zwidth: 20
   dvx: 150  injury: 0
  itr_end:
  itr:  #place-correction -2
   kind: 8  x: 0  y: 20000  w: 30  h: 500  zwidth: 20
   dvx: 130  injury: 0
  itr_end:
  itr:  #place-correction -3
   kind: 8  x: 0  y: 30000  w: 30  h: 500  zwidth: 20
   dvx: 120  injury: 0
  itr_end:
<frame_end>
<frame> 152 shield-abort #5 money
   pic: 5  state: 3005  wait: 2  next: 153  centerx: 25  centery: 40 dvy: 550
<frame_end>
 
 
 
<frame> 107 shield-img
   pic: 1  state: 3005  wait: 2  next: 1000 centerx: 25  centery: 40 dvy: 550
  itr:  #reflect-ball
   kind: 0  x: 11  y: 260  w: 155  h: 115  zwidth: 25  
   dvx: -10  dvy: -15  fall: 70  vrest: 100  bdefend: 100  injury: 50  effect: 4  
  itr_end:
<frame_end>
 
 
 
 
<frame> 301 +1money
   pic: 1  state: 3005  wait: 0  next: 301  centerx: 25  centery: 40 dvy: 550
  itr:  delete itself
   kind: 8  x: 0  y: 4000  w: 30  h: 500  zwidth: 20
   dvx: 305  injury: 0
  itr_end:
   bdy:   
      kind: 0  x: 0  y: 11000  w: 30  h: 500
   bdy_end:
<frame_end>
<frame> 302 +2money
   pic: 2  state: 3005  wait: 0  next: 302  centerx: 25  centery: 40 dvy: 550
  itr:  delete itself
   kind: 8  x: 0  y: 5000  w: 30  h: 500  zwidth: 20
   dvx: 305  injury: 0
  itr_end:
   bdy:
      kind: 0  x: 0  y: 12000  w: 30  h: 500
   bdy_end:
<frame_end>
 
<frame> 305 deletemoney
   pic: 11  state: 3005  wait: 60  next: 1000  centerx: 25  centery: 40 dvy: 550
<frame_end>


I hope you can understand what i have written in this dat file.
So as you see moneys are in the same dat file and they are t0. Shop with weapons needs to be t0 too.And they counting system of buying is the same with increasing system.But to make it better (not just receive them by touching),it can be like this: when char press DJ,char go to a frame with special bdy,which is detected by the part of shop which has the weapon that we want to buy.Then that part of shop use a frame to opoint the weapon and have a special bdy which ork in the same way with collecting money.Example: we have 4 money,so pocked/shield/billfold is in frames 4 money,when we buy a stone that cost 3money,4 money frames has a ik8 which dedect -3 money and send it to 1 money frames.So frames need to have an ik8 for each weapon.But we can use different shields/billfolds for different stages,for different weapons.

Chars needs to do a special move to bring out the shield/pocked/billfold.
The big bug is that when stage is start,after some seconds,LF2 get crashed :mad::mad::mad2::mad::mad2:.As you see my dat file is uncompleted because,i have not finished:'( it,because LF2 is crashed.:mad::mad2::mad:
:(:'(:(
And if you want to see that bmp file http://www.mediafire.com/?nuclhp27gz576q4

And this:
<bmp_begin>
name: Justin
head: sprite\sys\justin_f.bmp
small: sprite\sys\justin_s.bmp
file(0-11): sprite\sys\john_shield.bmp w: 50 h: 40 row: 12 col: 1
<bmp_end>

Justin is just random,as it is a t0.
Reply
Thanks given by:
#37
This is a good idea by the way but we need something that will REALLY make the money useful in the game i mean not just Shops but more
On-going Projects:
The Symbol - Break Down!(LF1 Sprite Style)

Free Color Pallete & Character Outline With Eye Pack!
Reply
Thanks given by:
#38
(07-31-2011, 12:21 AM)gamefreak11221 Wrote:  This is a good idea by the way but we need something that will REALLY make the money useful in the game i mean not just Shops but more

And what can be more than shops?

Also,it's important to find the technique which don't crash LF2.exe,then we may think about different things.
Reply
Thanks given by:




Users browsing this thread: 2 Guest(s)