Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do "you" organize your .hps files?
Rapture Offline
Posting Freak

Posts: 1,078
Threads: 79
Joined: May 2011
Reputation: 30
#4
RE: How do "you" organize your .hps files?

(1) When you are assigning names us a naming convention that is easily recognizable and re-usable.

(2) I prefer to order my .hps in the way the player might interact with them. So top is things they might hit into early on, bottom for later stuff.

(3) Line things up, if you have a bunch of...
AddPlayerBodyForce(   2,    2,    2, true);
AddPlayerBodyForce(   4,    4,    4, true);
AddPlayerBodyForce(   8,    8,    8, true);
AddPlayerBodyForce(  16,   16,   16, true);
AddPlayerBodyForce(  32,   32,   32, true);
AddPlayerBodyForce(  64,   64,   64, true);
AddPlayerBodyForce( 128,  128,  128, true);
AddPlayerBodyForce(2048, 2048, 2048, true);
line them up, it makes reading and figuring out minor errors so much easier!
08-08-2013, 04:45 AM
Find


Messages In This Thread
RE: How do "you" organize your .hps files? - by Rapture - 08-08-2013, 04:45 AM



Users browsing this thread: 1 Guest(s)