Page 8 of 13
Re: Extracting and enabling the console
Posted: Mon May 28, 2012 3:04 am
by seebs
The reason there's no "list of commands" is that there's no such thing conceptually. The console is just a live code execution environment in the game's engine. You can do anything you want in Lua in there, and I have no idea what all the options are; the code as provided has about all I know about the game's mechanics in it.
Re: Extracting and enabling the console
Posted: Mon May 28, 2012 11:51 pm
by OlegDX
Config.lua
mod edit: Lua file removed from post
Re: Extracting and enabling the console
Posted: Wed May 30, 2012 8:09 pm
by antti
OlegDX wrote:Config.lua
As per our
asset usage terms, you shouldn't distribute our Lua files. I edited your post, sorry.
Re: Extracting and enabling the console
Posted: Thu May 31, 2012 8:14 am
by OlegDX
Sorry, but your "LUA" file in the archive.
Forum stated that the source files not in the archive, so that can not read or modify them.
File posted on the forum, written by me.
If it is the same or similar to the original, just a coincidence.
Re: Extracting and enabling the console
Posted: Thu Jun 07, 2012 8:40 am
by KonttuFIN
Devs should add official "console" in game:) Would be 'lot easier. I am quite afraid of enabling console unofficial way, I can expect some crash/ errors with Steam too?
![Confused :?](./images/smilies/icon_e_confused.gif)
Re: Extracting and enabling the console
Posted: Thu Jun 07, 2012 11:21 am
by Darklord
KonttuFIN wrote:Devs should add official "console" in game:) Would be 'lot easier. I am quite afraid of enabling console unofficial way, I can expect some crash/ errors with Steam too?
![Confused :?](./images/smilies/icon_e_confused.gif)
I don't think so, only if you start messing with all of your files, and doing to much "weird stuff" I've had 0 problems. Of course I don't use the Steam version, maybe someone else who does can confirm.
Daniel.
Re: Extracting and enabling the console
Posted: Thu Jun 07, 2012 12:03 pm
by KonttuFIN
Darklord wrote:KonttuFIN wrote:Devs should add official "console" in game:) Would be 'lot easier. I am quite afraid of enabling console unofficial way, I can expect some crash/ errors with Steam too?
![Confused :?](./images/smilies/icon_e_confused.gif)
I don't think so, only if you start messing with all of your files, and doing to much "weird stuff" I've had 0 problems. Of course I don't use the Steam version, maybe someone else who does can confirm.
Daniel.
After done this, it enables only "console" in game. So it doesn't affect game itself?
P.S. Sorry for bad english.
Re: Extracting and enabling the console
Posted: Thu Jun 07, 2012 12:23 pm
by montagneyaya
Darklord wrote:KonttuFIN wrote:Devs should add official "console" in game:) Would be 'lot easier. I am quite afraid of enabling console unofficial way, I can expect some crash/ errors with Steam too?
![Confused :?](./images/smilies/icon_e_confused.gif)
I don't think so, only if you start messing with all of your files, and doing to much "weird stuff" I've had 0 problems. Of course I don't use the Steam version, maybe someone else who does can confirm.
Daniel.
I use the steam version and I have no problem with the consol.
Re: Extracting and enabling the console
Posted: Thu Jun 07, 2012 12:28 pm
by montagneyaya
KonttuFIN wrote:
After done this, it enables only "console" in game. So it doesn't affect game itself?
P.S. Sorry for bad english.
If you activate and use the console for gain XP, add Item or monster, teleport your party, past through the wall, ... yes it affect the game with your consol command, else there is no other affect.
Re: Extracting and enabling the console
Posted: Thu Jun 07, 2012 12:45 pm
by KonttuFIN
montagneyaya wrote:KonttuFIN wrote:
After done this, it enables only "console" in game. So it doesn't affect game itself?
P.S. Sorry for bad english.
If you activate and use the console for gain XP, add Item or monster, teleport your party, past through the wall, ... yes it affect the game with your consol command, else there is no other affect.
Now I can enable console by ~ so commands works just like "spawn tome_wisdom"?