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
FullGameSave option not working?
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#4
RE: FullGameSave option not working?

Assuming there's something wrong with the FullGameSave feature, I'm sure we could create our own. Instead of manually saving all these properties into global vars for each entity, we could create a custom function that just takes in an entity or a light or whatever else and performs the extraction on that input object. It would reduce the amount of script, but you may still have to do something like

PHP Code: (Select All)
void OnLeave() {
    
SaveProperties("Chair");
    
SaveProperties("Table");
    
SaveProperties("Light");


It's better than manually saving and loading specific vectors every time, but the best would of course be to get an answer if FullGameSave works so we don't have to do any extra work. Plus, I think that lets you set it via a checkbox in the Level Editor, right? I find it odd why this feature wouldn't be working. It worked fine in HPL2.

(This post was last modified: 06-22-2017, 12:25 PM by Mudbill.)
06-22-2017, 12:24 PM
Find


Messages In This Thread
FullGameSave option not working? - by Draugemalf - 06-20-2017, 03:41 PM
RE: FullGameSave option not working? - by Mudbill - 06-21-2017, 08:13 AM
RE: FullGameSave option not working? - by Mudbill - 06-22-2017, 12:24 PM



Users browsing this thread: 1 Guest(s)