Forum

> > Stranded II > General > Alternative to mouse clicking when building?
Forums overviewStranded II overviewGeneral overviewLog in to reply

English Alternative to mouse clicking when building?

8 replies
To the start Previous 1 Next To the start

old Re: Alternative to mouse clicking when building?

Lion_Hearted
User Off Offline

Quote
You could go to your sys folder, file name "objects_buildings.inf" and the first object called "Building Site" ID number 150.

Go to where it starts and stops the script.

And replace the script with

1
2
3
4
5
6
7
8
9
10
11
12
13
script=start
     on:use {
          exchange "self";
     }
     on:hit {
          if (getplayerweapon()==30){
               msg "Press the right mousebutton",3;
               msg "to build here!",3;
          }

     }
script=end
maxweight=1000000000

Then just "use" the building site, transfer the necessary materials. And your done.


Do that to both building site ID numbers, as one of them is the sea, and the other is land.

old Re: Alternative to mouse clicking when building?

Mc Leaf
Super User Off Offline

Quote
user Lion_Hearted has written
You could go to your sys folder, file name "objects_buildings.inf" and the first object called "Building Site" ID number 150.

Go to where it starts and stops the script.

And replace the script with [...]

This is in fact a horrible genius idea!

old Re: Alternative to mouse clicking when building?

Jovara
User Off Offline

Quote
user Seekay has written
Or you can just use cheats to finish the building with 1 click, and delete the materials which were needed.


Don't want to take it that far, just wanted little relief when having to hammer in a few hundred nails on one item!
To the start Previous 1 Next To the start
Log in to replyGeneral overviewStranded II overviewForums overview