Search found 8 matches
- Sun Sep 29, 2013 12:17 pm
- Forum: Single player
- Topic: How to "create_unit"
- Replies: 10
- Views: 21158
Re: How to "create_unit"
hmm ok, start server.exe "help load", thx
- Sun Sep 29, 2013 12:14 pm
- Forum: Single player
- Topic: How to "create_unit"
- Replies: 10
- Views: 21158
Re: How to "create_unit"
thx, ny q. is:
1. I run freeciv server.exe, launch game
2. connect to this game.
3. save game
4. close client & server
5. start client
6. load game (client wrote "start server")
i see server.exe in task manager, but server console is unavailable
1. I run freeciv server.exe, launch game
2. connect to this game.
3. save game
4. close client & server
5. start client
6. load game (client wrote "start server")
i see server.exe in task manager, but server console is unavailable
- Sun Sep 29, 2013 10:53 am
- Forum: Single player
- Topic: How to "create_unit"
- Replies: 10
- Views: 21158
Re: How to "create_unit"
Is it possible to run server console when i create single player game?
- Sat Sep 28, 2013 8:07 am
- Forum: Single player
- Topic: How to "create_unit"
- Replies: 10
- Views: 21158
Re: How to "create_unit"
sorry, when i put id in utype (1)not("workers") unit created
- Sat Sep 28, 2013 7:39 am
- Forum: Single player
- Topic: How to "create_unit"
- Replies: 10
- Views: 21158
Re: How to "create_unit"
thx, but unit not created.
- Thu Sep 26, 2013 5:50 pm
- Forum: Single player
- Topic: How to "create_unit"
- Replies: 10
- Views: 21158
Re: How to "create_unit"
hmm, command like this: lua find.player(0) client lua console: lua error:
[string "cmd"]:1: '=' expected near 'find' ???? where i wrong?
[string "cmd"]:1: '=' expected near 'find' ???? where i wrong?
- Wed Sep 25, 2013 7:29 pm
- Forum: Single player
- Topic: How to "create_unit"
- Replies: 10
- Views: 21158
Re: How to "create_unit"
hmm, how i can run script file from server console?
put: find.unit 1 - unknown command
find.unit (1) - unknown command
put: find.unit 1 - unknown command
find.unit (1) - unknown command
- Tue Sep 24, 2013 3:51 pm
- Forum: Single player
- Topic: How to "create_unit"
- Replies: 10
- Views: 21158
How to "create_unit"
Hi, when i use :
player = 0
tile = 10,10
create_unit (player,tile, "Armor", 0, nil, -1)
console:
attempt to call global 'create_unit' (a nil value)?
player = 0
tile = 10,10
create_unit (player,tile, "Armor", 0, nil, -1)
console:
attempt to call global 'create_unit' (a nil value)?