Search found 12 matches
- Sat Aug 24, 2013 8:27 am
- Forum: Modding
- Topic: A picture won't show in my intro. [SOLVED]
- Replies: 7
- Views: 5974
Re: A picture won't show in my intro.
OH!! I just read that last post again.Don't just move it back one folder.As soon as you click mod_assets,there should be a folder called cinematics right there.Its the same spot where you put your intro.lua file.Thats where I put my pictures.I just wanted to clear that up,I know how frustrating it c...
- Sat Aug 24, 2013 8:15 am
- Forum: Modding
- Topic: A picture won't show in my intro. [SOLVED]
- Replies: 7
- Views: 5974
Re: A picture won't show in my intro.
I recently had this problem,and I did like you said.I changed my image.dds file path to mod_assets/cinematics/image.tga instead of mod_assets/textures/cinematic/intro/image.tga .I'm not sure why but just moving the pics there and changing the intro.lua to match made it work for me.I hope you get it ...
- Fri Aug 23, 2013 4:19 am
- Forum: Modding
- Topic: Treasure Chest problems
- Replies: 8
- Views: 7473
Re: Treasure Chest problems
HAHAHA IM AN IDIOT.LOL I didnt see there was a spot for script on the actual treasure chest.
I assumed he meant a script entity.I got it now,and that is why Im a blacksmith not a programmer.
Thanks everyone!!!!
I assumed he meant a script entity.I got it now,and that is why Im a blacksmith not a programmer.
Thanks everyone!!!!
- Fri Aug 23, 2013 4:07 am
- Forum: Modding
- Topic: Treasure Chest problems
- Replies: 8
- Views: 7473
Re: Treasure Chest problems
That is the readme that came with the chests mod. FIRST TIME SETUP I got step 1-4 done. Licensing in the desciption,check. Copy chest folder to mod_assets,check. Copy/paste the import line to my init.lua,check. Create script entity named chestmanager,and copy/paste the chestmanager.txt contents to i...
- Fri Aug 23, 2013 3:49 am
- Forum: Modding
- Topic: Treasure Chest problems
- Replies: 8
- Views: 7473
Re: Treasure Chest problems
Instructions: == FIRST TIME SETUP == 1) follow the license procedure below - give credit where credit is due! 2) copy the folder "chest" under your dungeon mod_assets directory 3) add the following to your init.lua file: import "mod_assets/chest/chest.lua" 4) open the file "...
- Thu Aug 22, 2013 1:16 am
- Forum: Modding
- Topic: Treasure Chest problems
- Replies: 8
- Views: 7473
Re: Treasure Chest problems
That is the chest template I changed nothing just copy/paste it I figured the items already listed would be the default.
- Thu Aug 22, 2013 1:14 am
- Forum: Modding
- Topic: Treasure Chest problems
- Replies: 8
- Views: 7473
Re: Treasure Chest problems
-- Put the list of items contained in the chest, see also "onItemSpawn" items = { "torch", "pitroot_bread", "tar_bead" } -- Put the name of the opening item for locked chests, or nil for unlocked chests lock_key = nil -- Put name of monster to spawn inside che...
- Thu Aug 22, 2013 12:57 am
- Forum: Modding
- Topic: why will my intro cinematic not work
- Replies: 4
- Views: 3848
Re: why will my intro cinematic not work
Hello again just wanted to let you know I got it!!Thanks again for checking my thread for me.I changed my image.dds file path to mod_assets/cinematics/image.tga instead of mod_assets/textures/cinematic/intro/image.tga and followed suit on my music.It worked instantly.Apparently I followed the exampl...
- Thu Aug 22, 2013 12:50 am
- Forum: Modding
- Topic: Treasure Chest problems
- Replies: 8
- Views: 7473
Treasure Chest problems
Hello I gots me a problem.I downloaded the treasure chests by Xanathar.I follow the readme and copy the script exactly,no changes.Then I place a treasure chest with all the other bits that are required.When I open the chest,it opens fine,but when I click on it to get the items then the preview crash...
- Mon Aug 19, 2013 2:00 am
- Forum: Modding
- Topic: why will my intro cinematic not work
- Replies: 4
- Views: 3848
Re: why will my intro cinematic not work
Thanks yea I noticed I put it in the wrong category.I put it up in modding too just forgot to delete this one.I am exporting it and playing it from the main menu custom dungeons option,but it just starts the dungeon.I just tried the script entity thing because I was out of ideas.I have no experience...