News:

Simutrans.com Portal
Our Simutrans site. You can find everything about Simutrans from here.

Scenarios for online games

Started by Yona-TYT, May 08, 2016, 02:02:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Yona-TYT

@Dwachs
Something is restricting the tool "found a new city" for the players but I can not find the cause ... maybe an error ?.
regions2-pak64-1024x1024v3.0_.zip

Dwachs

#36
Quote from: Yona-TYT on August 23, 2016, 02:53:50 PM
@Dwachs
is there a way to get size of the map? ???
yes, from r7863 on: world.get_size()




Quote from: Yona-TYT on September 11, 2016, 04:11:02 PM
@Dwachs
Something is restricting the tool "found a new city" for the players but I can not find the cause ... maybe an error ?.
regions2-pak64-1024x1024v3.0_.zip
Please report each new issue in its own thread from now on. It is really hard to follow all that different bug reports and extension requests.
Parsley, sage, rosemary, and maggikraut.

Yona-TYT

Quote from: Dwachs on September 11, 2016, 04:13:40 PM
yes, from r7863 on: world.get_size()
Thank you !.


Quote from: Dwachs on September 11, 2016, 04:15:25 PM
Please report each new issue in its own thread from now on. It is really hard to follow all that different bug reports and extension requests.
OK I understand .




Dwachs

Quote from: Yona-TYT on September 11, 2016, 04:11:02 PM
@Dwachs
Something is restricting the tool "found a new city" for the players but I can not find the cause ... maybe an error ?.
regions2-pak64-1024x1024v3.0_.zip
This is the default implementation of is_tool_allowed in script/scenario_base.nut. You have to implement this function yourself to overwrite the default behavior.
Parsley, sage, rosemary, and maggikraut.


Yona-TYT

#40
Upedate:

Scenario: regions-v4.0.zip



The changes are:

- You can configure regions using the public service
- Delete stations is now easier to use, only you need remover tool.
- It's not possible to remove oil platforms. XD


Test In: Rive's Server http://forum.simutrans.com/index.php?topic=14806.msg146173#msg146173



Yona-TYT

#41
Upedate:
Scenario: regions-v4.3.zip (Using r7880.)
It is recommended to use r7880 for this: http://forum.simutrans.com/index.php?topic=15748.msg154484#msg154484 ;)

The changes are:
- Shared regions is now easier, you only need to place a label text to share region, the coordinates are obtained using remover tool.
- Now the region is shared in the info is displayed.

Test In: Rive's Server http://forum.simutrans.com/index.php?topic=14806.msg146173#msg146173



Yona-TYT

@River, I will add connections rails and powerlines (it works now), what do you think this ?.






River

all it does is remove the requirement to share the end of your lines. its a nice added thing but not very important if you ask me.

Yona-TYT


It would be nice explains this with pictures, but the patch still not incorporated...http://forum.simutrans.com/index.php?topic=15049.0
Though not if work in online mode. ???

Yona-TYT


@Dwachs
River encountered an error from your server: http://forum.simutrans.com/index.php?topic=14806.msg155358#msg155358
Scenario: regions-4.7-test.zip
It seems that something broke in one of the last nights, now this error:

It does not seem to be a problem with the script. ???


Dwachs

I fixed it in  my script:

https://github.com/Dwachs/simutrans-scenarios/blob/master/pak/scenario/achieve/scenario.nut

It was there from the beginning. There were no recent changes that could have triggered the error. Just bad luck :)
Parsley, sage, rosemary, and maggikraut.

Yona-TYT

#47

It is strange that this has never been seen. :o 
Thank you so much. :thumbsup: