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
Will there be a database for all functions in the game (Like Amnesia)
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#11
RE: Will there be a database for all functions in the game (Like Amnesia)

Woo!

[Image: ?u=http%3A%2F%2Fmedia2.giphy.com%2Fmedia...00.gif&f=1]

And, yes I'm sure I'll stumble upon some things I would've fixed myself if I could. I suppose I could just gather a list . Most are probably just going to be typos or oddly structured sentences, something I normally wouldn't bother with if it's just a single case, but perhaps if I find 103 of them I could give a note.

09-24-2015, 12:36 PM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#12
RE: Will there be a database for all functions in the game (Like Amnesia)

I opened hps.xml in the root folder of SOMA and I believe I have found all of the premade functions that we can use. I still don't know how to lay it out, because I don't want to look at scripts till I have finished the game, but that area is a good place to start to get an idea of the new structures and conventions the functions follow.

Discord: Romulator#0001
[Image: 3f6f01a904.png]
09-24-2015, 05:27 PM
Find
jens Offline
Frictional Games

Posts: 4,093
Threads: 199
Joined: Apr 2006
Reputation: 202
#13
RE: Will there be a database for all functions in the game (Like Amnesia)

hps.xml is if you use notepad++ I belive, but better is to use codelite or another ide and use the hps.api instead + the script folder in your project. check the wiki on how to setup codelite
09-24-2015, 05:38 PM
Website Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#14
RE: Will there be a database for all functions in the game (Like Amnesia)

(09-24-2015, 05:38 PM)jens Wrote: hps.xml is if you use notepad++ I belive, but better is to use codelite or another ide and use the hps.api instead + the script folder in your project. check the wiki on how to setup codelite

I have grabbed CodeLite and will definitely try it out. I merely came across the hps.xml file by accident and actually is laid out pretty nicely to see how certain naming conventions are used and what not. Smile

Discord: Romulator#0001
[Image: 3f6f01a904.png]
09-24-2015, 05:43 PM
Find
Javist Offline
Junior Member

Posts: 46
Threads: 3
Joined: Sep 2010
Reputation: 0
#15
RE: Will there be a database for all functions in the game (Like Amnesia)

I'd very like to ask what is "User Classes" ?
Are we able to write something in C++ or did i got it wrong?

unzip, strip, touch, finger, grep, mount, fsck, more, yes, fsck, fsck, fsck, umount, sleep.
09-26-2015, 12:40 AM
Find
DamnNoHtml Offline
Senior Member

Posts: 469
Threads: 34
Joined: Sep 2010
Reputation: 16
#16
RE: Will there be a database for all functions in the game (Like Amnesia)

For the record, the Codelite tutorial on the Wiki seems to be outdated. The very first step can't actually be accomplished because they changed stuff around, making the rest of the process impossible.

Creator of Wake, Through the Portal, Insomnia, and Cycles What to do with HPL3....
09-29-2015, 05:00 PM
Find
Elven Offline
Posting Freak

Posts: 862
Threads: 37
Joined: Aug 2011
Reputation: 26
#17
RE: Will there be a database for all functions in the game (Like Amnesia)

(09-29-2015, 05:00 PM)DamnNoHtml Wrote: For the record, the Codelite tutorial on the Wiki seems to be outdated. The very first step can't actually be accomplished because they changed stuff around, making the rest of the process impossible.

For moment I thought I was crazy Big Grin.

The Interrogation
Chapter 1

My tutorials
09-29-2015, 06:45 PM
Find
jens Offline
Frictional Games

Posts: 4,093
Threads: 199
Joined: Apr 2006
Reputation: 202
#18
RE: Will there be a database for all functions in the game (Like Amnesia)

Updated it to be correct, only the option in the settings that had changed name.
09-29-2015, 09:55 PM
Website Find
Javist Offline
Junior Member

Posts: 46
Threads: 3
Joined: Sep 2010
Reputation: 0
#19
RE: Will there be a database for all functions in the game (Like Amnesia)

(09-29-2015, 09:55 PM)jens Wrote: Updated it to be correct, only the option in the settings that had changed name.

Not this only has changed Smile
1. This suggestion "If no color coding, it can be forced in View→View As: C++" is not valid anymore, as there's no such element in View.
2. "ctrl-left-click on #include, variables, functions etc will open/move cursor to their location." seems, doesn't match reality, by default this action will taken by clicking alt+left mb. This can be changed under Global Editor Preferences -> Tweaks -> Code navigation key.

Got it work finally somehow.
Code completion is working, but the code coloring is partial/tearing. Well, glad it at least working :3

unzip, strip, touch, finger, grep, mount, fsck, more, yes, fsck, fsck, fsck, umount, sleep.
(This post was last modified: 09-29-2015, 10:52 PM by Javist.)
09-29-2015, 10:46 PM
Find




Users browsing this thread: 1 Guest(s)