If using OW 2.0+, try changing your renderer to OGL instead ( guide )
On Windows 8, the game runs very slow for some people, and for others it just crashes with CreatePrimSurface failed error. Yes, I know it says Windows 8 not supported on the store page, but this is not an excuse for me :)
§1. First steps
Before you ask a question, use the Search option and check the FAQ article on the website.
Describe the topic of your thread well, topics such as ... , error , read this , problem , etc. will be renamed or removed.
If you...
________
See this snowy Alien Base in game! author: Morgan
________
________
________
________
Ever felt like creating your own GBI for Original War in LESS THAN TEN MINUTES?
All the previews above, including the entire snowy Alien Base, were made in less than ten minutes.
Ebsynth is a program developed by Jamriska Ondrej (Jamriska2018) and is described to be a “Fast Example-based Image Synthesis and Style Transfer” software, released in 2018. This tool can be a true revolution for Original War modders.
Although I'm not the most active modder on Original War, it happens that I create new textures on Bryce.
The idea is to train myself more and more in order to be able to send a set of new tiles to Stucuk that could be used in a new feature of the game's editor.
I'd like to provide you some my maps - old maps or unused maps from my mod. You can use it as you wish :?
So, good luck with creating of your missions :P
There's the first map that I can give you :)
Map size: 100 x 70
Info: There's no water, appropriate for one of the first...
If you want to change the background image in your mod menu, you must use the correct TGA format.
You could use the free app IrfanView, which has the option to export your image as a TGA file - it doesn't have a lot of options (it's the easy way). Of course, you can do that same in GIMP, but you...
if you are using the LoadCharacter function (Which was designed by Radzio) then it does the following (Below is the sail version, you do not need to have the SAIL version in your code as LoadCharacter was made into an actual command).
export function LoadCharacter(ident,klasa,number);
begin
if...
Hi, I have prepared a SAIL function to find a unit who is nearest to the area.
Using: NearestUnitToArea(units:plist, area:integer)
export function NearestUnitToArea(list, area);
var i, n;
begin
n:=[];
for i:=1 to list do
begin
if not (n = 0) then
begin
if n > GetDistUnitArea(list , area)...
It's worth of describing:
Files:
- code.bin - A file containing compiled SAIL code.
- crc.bin - A CRC file (compatibility file), you may delete it.
- main.src - A file, which contains scripts from Main SAIL module.
- map.txt - A file, which contains map's text description (interesting).
-...
every 0$1+0$0.5 do
begin
display_strings= ;
enable;
end;
Adding the above code into a multiplayer map's SAIL will add the time. Note, it needs to be placed below an end; or above the begin. It can't go between them.
Note: Interface\UdlgAlien.txt is the file discussed below
Making a window not centered. With most windows you can just use NoCenter Added to the end of the windows decleration bit. For others you need to change its size.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum