| Blockland Forums > Suggestions & Requests |
| Give us an easier time. |
| << < (2/3) > >> |
| Bushido:
it's so loving simple to make it any easier would be to hold your hand and make a comprehensive editor that turns stupid into code |
| Regulith:
--- Quote from: Bushido on March 08, 2010, 07:58:17 PM ---it's so loving simple to make it any easier would be to hold your hand and make a comprehensive editor that turns stupid into code --- End quote --- --- Code: ---{ makegunplz }; --- End code --- Processing... --- Code: ---//gun.cs //audio datablock AudioProfile(gunShot1Sound) { filename = "./gunShot1.wav"; description = AudioClose3d; preload = true; }; datablock AudioProfile(bulletHitSound) { filename = "./bulletHit.wav"; description = AudioClose3d; preload = true; }; //shell datablock DebrisData(gunShellDebris) { shapeFile = "./gunShell.dts"; lifetime = 2.0; minSpinSpeed = -400.0; maxSpinSpeed = 200.0; elasticity = 0.5; friction = 0.2; numBounces = 3; staticOnMaxBounce = true; snapOnMaxBounce = false; fade = true; gravModifier = 2; }; ... --- End code --- |
| Bushido:
now make it look safe and nonthreatening, add a switchboard that lets you tell it what to make out of about 6 possible combinations, make it generate stuff models with a click of a button and sell it for 500$ we'll call it "my first blockland editor" |
| Regulith:
GENIUS. |
| Megaguy:
--- Quote from: Regulith on March 08, 2010, 08:10:00 PM ---GENIUS. --- End quote --- |
| Navigation |
| Message Index |
| Next page |
| Previous page |