Home  |   Sidemap  |   Contact

 
:Home :News :Projects :Sound :Download :Workshops :Friends :Forum  

xSQS-Edit

Since "Operation Flashpoint: Cold War Crisis" came out, everyone could create dynamic missions using the scriptlanguage named SQS. Using this language is very hard and it takes a long time to write a complete script. This would be much easyer, if you check out xSQS-Edit.

What is xSQS-Edit?


click to enlarge
xSQS-Edit is an Programming-Editor which is specialised for sqs-Scripts of the game "Operation Flashpoint: Cold War Crisis" by BIS. It would help you programming your mission-scripts in an fast and effectiv way.

Cause of the limmitations of the original SQS-Language xSQS-Edit supports some extension (called xsqs) that allows you to programm on an higher way than ever.

xSQS-Edit gives you a modern Programming editor with codecompleation and contextsensitiv help of all possible sqs-commands. Everything to allow you to programm very fast and effectiv.

To give you an imagin of what power xsqs gives you, see the example below:


if(...){ /*do something you want*/ }else{ /*do something else*/ }


which is equivalent with:


	?(...): goto "if1"
	goto "else1"
	#if1
		;do something you want
	goto "endif1"
	#else1
		;do something else
	#endif1


But, this is not all: xSQS-Edit gives you an powerfull Progrmmers-Editor do develope cool and unbelevable Missions for OFP.

Check it out, if you can!
Links: