Jump to content

running syncker demos


photo

Recommended Posts

can you please indicate with a photo or something where the Syncker slave demo button is? cause i can t seem to find it.....

 

"You can try out Syncker samples in Unigine SDK that run Syncker directly from world scripts.

  1. On each slave computer, open Unigine SDK Browser and press the Syncker slave demo button, which is located on the Samples & Demos tab under the High-Level Systems section."

Thank you....

 

 

Link to comment

Hi Marions,

 

We are deeply sorry, but the new SDK Browser is not capable of running Syncker slaves. You can use following .bat file (assuming that you are using windows):

@echo off
setlocal EnableDelayedExpansion
if %processor_architecture% == AMD64 (
	set arch=x64
	if not exist bin\main_x64.exe (
		set arch=x86
	) else (
		set PATH=!PATH!;%~dp0lib\x64
	)
) else (
	set arch=x86
)

set PATH=%PATH%;%~dp0lib;

start bin\main_%arch%.exe -data_path ../ -editor_script core/systems/syncker/syncker_slave.cpp -slave_name "test" -console_command "editor_reload"

Just create *.bat file and copy it into <SDK> root directory (for example, D:\SDK_Browser\sdks\sim_windows_2.2.1-2_src).

 

Sorry for the inconvenience caused.

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...