Search found 226 matches
- Thu May 24, 2018 3:57 pm
- Forum: Custom Dungeons
- Topic: Exiles' Quest - mod RELEASED!
- Replies: 17
- Views: 28060
Re: Exiles' Quest - my first mod needs YOU!
Wow you insult other peoples mods. I don't thinks that nice so wont play yours wow.
- Thu May 10, 2018 8:13 pm
- Forum: Mod Creation
- Topic: Project Default Town Map
- Replies: 34
- Views: 45863
Re: Project Default Town Map
My skills atm: 1- Can code dialog for Main quests and Side quest using grimtk and more 2 - Can code forge crafting systems using ArdTru system + have all the the 3d and 2d objects 3 - Can code a good story line with huge dialog boxes or small. (love it) 4 - I wanna do this story and non-linar path 5...
- Thu May 10, 2018 7:59 pm
- Forum: Mod Creation
- Topic: Project Default Town Map
- Replies: 34
- Views: 45863
Re: Project Default Town Map
To Curunir your 2 cents sucks man where did you come from? This person has a great idea and you just it. Dude go back to Skyrim.
Pompidom Im in If you want help just pm me
Pompidom Im in If you want help just pm me
- Thu May 10, 2018 5:45 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3955
- Views: 3189495
Re: Ask a simple question, get a simple answer
Hi all. Ok I know that Champion:trainSkill(name, times) adds a Skill and Points to the Skill but, how do I remove a Skill from a champ EG: air_magic or any other Skill they have..? I am using this script to change my Champs: local c = party.party:getChampion(1) --- Champ 1 --- c:setName('Tifa Lockha...
- Mon May 07, 2018 3:54 am
- Forum: Mod Creation
- Topic: What is this ERROR.
- Replies: 10
- Views: 15453
Re: What is this ERROR.
So your saying Minmay that my Mod is useless then because the player will have to use the Patch Program? EDIT: Its ok now I sent my Mod to a mate of mine and his g2 file is original with no patch. I just sent him the (dat file) nothing else and my Mod is running without any problems. So now I can co...
- Sun May 06, 2018 8:07 am
- Forum: Mod Creation
- Topic: What is this ERROR.
- Replies: 10
- Views: 15453
Re: What is this ERROR.
I think it may have something to do with the (4gb_patch) I used on the grimrock2.exe file. What I did was went back to the Original grimrock2.exe without the patch and exported my mod for testing. That's when the error occurred. So I used the patched file again and now I can export my mod. So now if...
- Sun May 06, 2018 4:26 am
- Forum: Mod Creation
- Topic: What is this ERROR.
- Replies: 10
- Views: 15453
What is this ERROR.
Hi all. I loaded up G2 today and got this error: warning! [string "ModSystem.lua"]:0: File not found: mod_assest/dungeon_manifest.bin What does it mean and how do I fix it? EDIT: I re-installed G2 in Steam and I get the same Error again. I really have a bad feeling about this and I cannot ...
- Mon Apr 30, 2018 3:51 am
- Forum: Mod Creation
- Topic: To Isaac
- Replies: 1
- Views: 4757
To Isaac
Hi. I was trying to work this script out that you wrote and well im stumped eg: (14,17,0,2,1). What I need the script to do is when the boss gets to < 150 it positions the monster to another level. I understand that 14, 17 is the monster position currently. the 0,2,1 I don't understand what these nu...
- Thu Apr 19, 2018 2:01 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3955
- Views: 3189495
Re: Ask a simple question, get a simple answer
Hi all. There is a problem with: GameMode.setEnableControls(false) . If you activate this function while sleeping eg: pressing the movement keys it stops the rest cycle but you still cannot move or use the mouse until you do this: GameMode.setEnableControls(true). When the rest cycle is stopped you ...
- Fri Apr 06, 2018 3:19 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3955
- Views: 3189495
Re: Ask a simple question, get a simple answer
Hi all :) Ok im trying to create and candle that acts like a torch. With the below script I have the candle model thxs (THOM) and the 2d icon. The problem im having is when you pick up the candle it goes invisible there is no candle 2d icon on the mouse. If I place the candle on the handle icon ther...