Ask a simple question, get a simple answer

Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
kelly1111
Posts: 349
Joined: Sun Jan 20, 2013 6:28 pm

Re: Ask a simple question, get a simple answer

Post by kelly1111 »

I use level maps of a size 50x 50
But it breaks the ingame map.
There isnt a fix for this other then to tell people to use old skool mode ...
kelly1111
Posts: 349
Joined: Sun Jan 20, 2013 6:28 pm

Re: Ask a simple question, get a simple answer

Post by kelly1111 »

Pompidom wrote: Sun Nov 04, 2018 8:08 pm G1 asset pack contains mine materials like for example a minecart.
I have activated the entire G1 pack in my mod.
I can't find the minecart in my editor

Do I need to create a defineobject with the material or something?

Edit: in the g1.lua file the connection is made to the folder Mine_weapons?

https://ibb.co/e20dQ0

please tell me how to proceed :)
I can help you out with a minecart object tommorow. Not at my pc right now.
Just define an object anb materials.
Ill post mine later
User avatar
Isaac
Posts: 3179
Joined: Fri Mar 02, 2012 10:02 pm

Re: Ask a simple question, get a simple answer

Post by Isaac »

Pompidom wrote: Mon Nov 05, 2018 10:30 pm When you create a map that's bigger than 32x32

https://ibb.co/m0QoA0

Is it compatible with the ingame map in the .dat file?
You have to reimplement the automap [meaning to script it from scratch ;) ] to handle larger than 32. IRRC (not checked), additionally, the click detection assumes 32, and won't allow you to easily select user notes either.
Pompidom
Posts: 497
Joined: Sun May 06, 2018 9:42 pm

Re: Ask a simple question, get a simple answer

Post by Pompidom »

kelly1111 wrote: Mon Nov 05, 2018 10:53 pm
Pompidom wrote: Sun Nov 04, 2018 8:08 pm G1 asset pack contains mine materials like for example a minecart.
I have activated the entire G1 pack in my mod.
I can't find the minecart in my editor

Do I need to create a defineobject with the material or something?

Edit: in the g1.lua file the connection is made to the folder Mine_weapons?

https://ibb.co/e20dQ0

please tell me how to proceed :)
I can help you out with a minecart object tommorow. Not at my pc right now.
Just define an object anb materials.
Ill post mine later
Sweet :) I plan to make a minecart ride with it :)
kelly1111
Posts: 349
Joined: Sun Jan 20, 2013 6:28 pm

Re: Ask a simple question, get a simple answer

Post by kelly1111 »

I never shared files before: How can I do that with a link to the forum?
User avatar
Isaac
Posts: 3179
Joined: Fri Mar 02, 2012 10:02 pm

Re: Ask a simple question, get a simple answer

Post by Isaac »

kelly1111 wrote: Tue Nov 06, 2018 6:23 pm I never shared files before: How can I do that with a link to the forum?
If you have a Google account, then you can host the file on Google-Drive, and post a public link to it.
Pompidom
Posts: 497
Joined: Sun May 06, 2018 9:42 pm

Re: Ask a simple question, get a simple answer

Post by Pompidom »

https://wetransfer.com/

Fast and convenient transfers of files up to 2 GB

No need to own / setup / register anything.

Just send to your own email and then you can post the link anywhere.
User avatar
KhrougH
Posts: 68
Joined: Tue Sep 04, 2018 11:45 pm
Location: Roma

Re: Ask a simple question, get a simple answer

Post by KhrougH »

kelly1111 wrote: Tue Nov 06, 2018 6:23 pm I never shared files before: How can I do that with a link to the forum?
i use Google-Drive and also MEGA that gives you 50Gb of free space and a code for sharing files that can be hidden with e key. if you share a link and someone doesn't have the key can't open it.
https://mega.nz/
[...]
All those moments will be lost in time, like tears in rain.
Time to die.
Pompidom
Posts: 497
Joined: Sun May 06, 2018 9:42 pm

Re: Ask a simple question, get a simple answer

Post by Pompidom »

KhrougH wrote: Tue Nov 06, 2018 7:46 pm
kelly1111 wrote: Tue Nov 06, 2018 6:23 pm I never shared files before: How can I do that with a link to the forum?
i use Google-Drive and also MEGA that gives you 50Gb of free space and a code for sharing files that can be hidden with e key. if you share a link and someone doesn't have the key can't open it.
https://mega.nz/
That Mega drive is horrible. The link you sent me back then averaged at 3 mbps. While I can get a full 200 mbps from WeTransfer.com
Pompidom
Posts: 497
Joined: Sun May 06, 2018 9:42 pm

Re: Ask a simple question, get a simple answer

Post by Pompidom »

Isaac wrote: Tue Nov 06, 2018 12:11 am
Pompidom wrote: Mon Nov 05, 2018 10:30 pm When you create a map that's bigger than 32x32

https://ibb.co/m0QoA0

Is it compatible with the ingame map in the .dat file?
You have to reimplement the automap [meaning to script it from scratch ;) ] to handle larger than 32. IRRC (not checked), additionally, the click detection assumes 32, and won't allow you to easily select user notes either.
I needed a larger map for my boat ride :)
It's good to know that you can make larger maps. just create your map in the confined 32x32 area while the extra rows and colums on the right and bottom that are offgrid can be used for scenery.
Post Reply