Game Development Community

Exec and save , what gives?

by Nic Biondi · in Torque Game Builder · 12/10/2008 (12:04 am) · 2 replies

Maybe a better way to ask it is: how can I get TGB to run a dso file in my application directory using exec()? It only seems to look in my game directory. Help!

thanks gang!
-nic

#1
12/11/2008 (11:42 pm)
You will need to make some changes in core engine as it has intentionally disabled feature of creating/running DSOs from appdata.
#2
12/11/2008 (11:46 pm)
Thanks for the response. That was my assumption. I'm having a little trouble finding where that "exec" function is located. I'll figure it out after some fiddling I'm sure. I would think if they allow exec for .cs, they should allow it for dso as well. I think it's an unintentional bug actually.