Forum

> > Stranded II > General > Alternative to mouse clicking when building?
ForenübersichtStranded II-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch Alternative to mouse clicking when building?

8 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: Alternative to mouse clicking when building?

Lion_Hearted
User Off Offline

Zitieren
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.

alt Re: Alternative to mouse clicking when building?

Mc Leaf
Super User Off Offline

Zitieren
user Lion_Hearted hat geschrieben
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!

alt Re: Alternative to mouse clicking when building?

Jovara
User Off Offline

Zitieren
user Seekay hat geschrieben
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!
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtStranded II-ÜbersichtForenübersicht