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


Thread Rating:
  • 3 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[HPL3 WIKI] What kind of tutorials/pages would you like to see?
WALP Offline
Posting Freak

Posts: 1,221
Threads: 34
Joined: Aug 2012
Reputation: 45
#54
RE: [HPL3 WIKI] What kind of tutorials/pages would you like to see?

https://wiki.frictionalgames.com/hpl3/co...ng_changes

added a simple thread for reporting changes to the fundamentals of SOMA scripting. Made this thread because I needed a place to report that writing string will no longer work, you need to use tstring, since there are likely other changes it makes more sense to let them pile up in their over time.

EDIT: http://root.cern.ch/root/html/TString.html
if this information is relevant for SOMA and is correct, it sounds like tstrings offer further optimization, but are limited to only short strings.

a test of mine also revealed that with tstrings, int to string convertion is easier. before you had to do it like this:

string AsString = "" + MyIntVar;

now it's:

tstring AsString = MyIntVar;

it's a small change that matters very little mostly, but for a beginner who does not know how to convert an int to string this will be the most obvious way of doing it, avoiding them having to go through the trouble I did.
(This post was last modified: 10-09-2015, 06:33 PM by WALP.)
10-09-2015, 06:08 PM
Find


Messages In This Thread
RE: [HPL3 WIKI] What kind of tutorials/pages would you like to see? - by WALP - 10-09-2015, 06:08 PM



Users browsing this thread: 2 Guest(s)