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?
GoreGrinder99 Offline
Member

Posts: 166
Threads: 47
Joined: Feb 2013
Reputation: 1
#3
RE: How do "you" organize your .hps files?

(08-08-2013, 03:06 AM)Kreekakon Wrote: Besides the basics of not typing your code all over the place, most of the time I personally just find using the stuff you mentioned like \\\\\Note\\\\\, \\\\\Voice\\\\\ to be enough to keep myself organized. .hps files can get quite large, but very rarely do I ever run into a situation where such a way of organizing is unfeasible.


If your .hps does get ridiculous for whatever reason though, I guess you could add a table of contents at the start, and ctrl+f to where you want easier. Like this:


/////////////////
1a Hit
2a Scary
3a OogyBoogy
////////////////////////

//////////////1a Hit
void blahblah
{
}

//////////////2a Scary
void blahblah2
{
}

///////////////////3a OogyBoogy
void blahblah3
{
}

Ahh, a table, good idea. I was thinking maybe one for every category in the Engine scripts wiki page or something.

-Grind to the Gore-
08-08-2013, 03:20 AM
Find


Messages In This Thread
RE: How do "you" organize your .hps files? - by GoreGrinder99 - 08-08-2013, 03:20 AM



Users browsing this thread: 1 Guest(s)