Hi,
will it be possible, in the editor, to:
create local variables ?
attach script to activable objects ?
Are there functions for random resuslts (like when I activate an object (say, an "Iron Vein") , I can randomize the number of Ore I can mine from whatever skills or tools I have equipped ) ?
I am looking forward creating a gathering system and a crafting system (with skills and random results), obviously from LUA .
Tx in advance
Some script questions
- cromcrom
- Posts: 549
- Joined: Tue Sep 11, 2012 7:16 am
- Location: Chateauroux in a socialist s#!$*&% formerly known as "France"
Some script questions
A trip of a thousand leagues starts with a step.
Re: Some script questions
Yeah, you can create local variables and put custom script on usable objects. You cannot create new skills as such since they are hardcoded into the game but the rest of the things should be no problem.
Steven Seagal of gaming industry
- cromcrom
- Posts: 549
- Joined: Tue Sep 11, 2012 7:16 am
- Location: Chateauroux in a socialist s#!$*&% formerly known as "France"
Re: Some script questions
Thanks for the fast answer.
It sounds great. Maybe I will find a way, through the use of inventory items or whatever, to show the stored variables, either local or global.
I wasn't really expecting to add some native-like skills, but some others skill like features. I already created quite a lot of mods, for NWN2, Mount and Blade ("Rigale") and a few others, I love world and environment interactions, and I am really really looking forward your tool.
Btw, will there be a place on the forum to present/discuss our projects/mods ?
It sounds great. Maybe I will find a way, through the use of inventory items or whatever, to show the stored variables, either local or global.
I wasn't really expecting to add some native-like skills, but some others skill like features. I already created quite a lot of mods, for NWN2, Mount and Blade ("Rigale") and a few others, I love world and environment interactions, and I am really really looking forward your tool.
Btw, will there be a place on the forum to present/discuss our projects/mods ?
A trip of a thousand leagues starts with a step.
Re: Some script questions
Yeah, I suspect there are ways for creating your own rudimentary skill systems but it would not mesh in very well with the original system of course. But it should be workable: you can store skill points into variables and display them using items that print text to HUD or maybe with scroll-like items that display text. I'm not 100% sure of the details of the execution but I'm sure you guys can figure something out. After all, that's part of the fun in modding!
Steven Seagal of gaming industry
Re: Some script questions
Wow, that gives some clues and ideas as to what is possible, very interesting.
Finished Dungeons - complete mods to play
Re: Some script questions
Speaking of which, any chance of being able to make new classes?