BaW Forum
Find a ways together for modding problems - Printable Version

+- BaW Forum (http://bawsite.com/forum)
+-- Forum: Black & White Discussion (http://bawsite.com/forum/forumdisplay.php?fid=3)
+--- Forum: Modding (http://bawsite.com/forum/forumdisplay.php?fid=11)
+--- Thread: Find a ways together for modding problems (/showthread.php?tid=4)

Pages: 1 2 3 4 5


Find a ways together for modding problems - Kratzean - 01-11-2017

I think, that it's a good idea, to search together for different ways, to change some things in the game by modding.

Perhaps, someone want's to change something in the game (for example the Drawdistance for mapobjects, or only "one" computer player symbol...) and another modder have an idea to change this, whe can find a way together for a tool or something.

In this example I want to find a way th change only "one" computer player symbol or the drawdistance for a big zoom out.
Perhaps someone have an Idea^^


RE: Find a ways together for modding problems - Lant - 01-11-2017

You mean zooming out like this?
I did not understand what you meant by ""one" computer player symbol".


RE: Find a ways together for modding problems - Kratzean - 01-12-2017

There are two pictures. The first show an example, how I like to change the symbols of a player and the second picture shows the problem with the zoom out. I want, that alle objects, for example buildings are visible after a zoom out.


RE: Find a ways together for modding problems - Lant - 01-12-2017

AddNewEffect('PlayersSymbols.raw', 'MAIN', ET_MAIN, EF_SELECTTEXTURE, 0, '.\Data\Textures\OriginalChooseSymbol.raw');

You can try that. It is not perfect and requires you to restart the game after you choose a map. And it changes all of the player symbols. Can choose a different texture for symbol replacing.
In a later version it may work better.


RE: Find a ways together for modding problems - Kratzean - 01-13-2017

Yes, this is a way, but then every time, if I want changing a player symbol (include my own symbol), I have to edit te file .
I try to find a way, to change only "one" symbol (so that the game place it into the PlayersSymbols.raw file for only one player).

I know, that the game reads the player symbols from Kazarr.cps etc...


RE: Find a ways together for modding problems - Lant - 01-13-2017

Try this Smile
Check Main.txt for details.


RE: Find a ways together for modding problems - Kratzean - 01-13-2017

It's works fine, but strangely only, if I have (for me) the symbol with the eye choosen.
Do you have an idea to fix this?


RE: Find a ways together for modding problems - . - 01-13-2017

The mod manager checks only few pixels of a texture. That may be the reason, if the other Symbols don't "touch" any of those pixels, but I doubt that.
The game also needs to be restarted, like Lant mentioned, after choosing the map. Also when choosing a new Symbol, I guess. That is because this version of the mod manager checks PlayersSymbols.raw only at the beginning.


RE: Find a ways together for modding problems - Lant - 01-25-2017

And what will you say about this draw distance now?


RE: Find a ways together for modding problems - Kratzean - 01-27-2017

Wow, perfekt! How did you do this?^^
You are good^^

edit: Another Question. I want to add the Players FIVE, SIX and SEVEN as regular players, for my mod or for Skirmishes.
For example, that they statistics appears like from PLAYER_ONE - PLAYER FOUR (look at the attachment).

And if I defeat the player, that the message "%s is out of the game" appears (%s for the name/number of the computer player) and that I only can win the game, if "all" players (not only PLAYER_TWO to PLAYER_FOUR) are defeated.

I will be happy, if someone can make it possible.