How-To: Creating new theme [updated, still old illustrations]

47 replies [Last post]
unC0Rr
unC0Rr's picture
User offline. Last seen 1 year 1 week ago. Offline
Joined: 2006-11-27
Posts: 576
We receive many requests on theme creating topic. So, I'll try to describe this process. Land generator theme in Hedgewars consists of many files: [i]LandTex.png[/i], [i]Sky.png[/i], [i]horizont.png[/i], [i]Border.png[/i], [i]Flake.png[/i] and [i]theme.cfg[/i]. Let's have a look at [b]'nature'[/b] theme:[list][*][i]LandTex.png[/i] is an image of 640x480 size. Actually, you may choose any dimensions you like when creating your own theme. The LandTex picture is tiled over generated landscape, so it should have no visible joints when being tiled for better looking.[*][i]Sky.png[/i] is the picture of the sky, it should be 1024 px high, any width. The color of the sky above clouds is described in [i]theme.cfg[/i]. 'avematan' theme has 64x1024 [i]Sky.png[/i], which is actually a gradient from dark-blue bottom to blue top. [i]Sky.png[/i] is tiled horizontally.[*][i]horizont.png[/i] is an image, drawn behind the landscape in front of the sky. It could be of any size. [i]horizont.png[/i] is tiled horizontally, just under the water line.[*][i]Border.png[/i] is the image of the border of landscape. It could be of any width, 32 px height. Top half of the picture is the border of the top lanscape edges, and the bottom half is the border of bottom edges.[*][i]Flake.png[/i] is the image of those objects flying behind map.[/list] Let's look at the screenshot: [img]http://hedgewars.org/images/avematantheme/hw-avematan.png[/img] '1' points to [i]horizont.png[/i] '2' shows where the [i]Border.png[/i] is drawn '3' is over [i]Sky.png[/i] '4' is painted on [i]LandTex.png[/i] '5' shows so-called 'map objects'. What are 'map objects'? To understand well, we should look into theme.cfg and see, what's there. [list][*]The first line of theme.cfg is the color value of landscape hole border color after explosion. It has format "[b]R G B[/b]", where R, G and B are red, green and blue color components, each has value from 0 to 255;[*]The next line describes sky color in the same format;[*]Third line is soundtrack name, you may leave this line empty;[*]Fourth line is the number of clouds to fly in the sky;[*]5th line is the number of map objects included in this theme[/list] There could be no map objects, but theme is quite sad without them. [b]'nature'[/b] theme has 4 map objects. Next lines describe map objects, two lines per object. So, let's look at these lines: [code]plant2 0 85 25 25 2 0 0 170 70 50 70 120 40[/code] The first line is the name of the map object picture. The second describes the object: '0 85 25 25' is the rectangle of picture that should be behind the landscape, hidden from view (it has "[b]left top width heigth[/b]" format). '2' is the number of rectangles that should be visible, '0 0 170 70' and '50 70 120 40' are visible rectangles described for this object. Let's see: [img]http://hedgewars.org/images/avematantheme/hw-avematan.rects.png[/img] Green rectangles are rectangles described for 'inf' map object. Left rectangle is guaranteed to be visible, and the right - to be invisible when the land is generated. The next line contains '0' - the number of special objects - that are painted on top of landscape. [s]The example could be found in theme 'wood' (line '5' there means the maximum number of objects placed on the land). [/s] Last two lines are: number of flakes and their properties in format '[b]number_of_frames frame_duration rotation_velocity falling_speed[/b]' So, that's all! Enjoy creating new themes!
Displacer
User offline. Last seen 14 years 8 weeks ago. Offline
Joined: 2006-11-27
Posts: 29
If you have created a new nice looking theme or map and wish to share it to community - you are welcome to tell us about that. We will be pleased to include your artwork in the next release of hedgewars.
omen
User offline. Last seen 16 years 21 weeks ago. Offline
Joined: 2007-10-11
Posts: 5
Here ya go i just made this map in about 5 mins and thought id share it i have also made a new theme to go with it the download link is at the bottom of the page. image: [img]http://img255.imageshack.us/img255/9950/mapub5.png[/img] [quote]map link: [url]http://www.mediafire.com/download.php?7dvztxdbco3[/url] to use this unzip this to your map folder you will also have to download my theme pack[/quote] [quote]theme pack: [url]http://www.mediafire.com/?djbipvd2g9m[/url] to use this unzip it into you theme folder then edit you theme.cfg with notepad and add volcano to the end of the list[/quote] then just run the game [b]HAVE FUN!![/b]:P PS if you make me a sub-forum/thread i will make lots more stuff PSS this project rulez!!
unC0Rr
unC0Rr's picture
User offline. Last seen 1 year 1 week ago. Offline
Joined: 2006-11-27
Posts: 576
Good job, thank you! Smile We plan to include this theme and map into the next release. What is the licence you are willing to choose? Does GPL satisfy you? Feel free to create your own thread in this forum!
omen
User offline. Last seen 16 years 21 weeks ago. Offline
Joined: 2007-10-11
Posts: 5
[quote=unC0Rr]Good job, thank you! Smile We plan to include this theme and map into the next release. What is the licence you are willing to choose? Does GPL satisfy you? Feel free to create your own thread in this forum![/quote] Yeah GPL licence is good il make more soon!!
robdun
User offline. Last seen 13 years 15 weeks ago. Offline
Joined: 2008-08-22
Posts: 7
thanks for this awesome topic now Im working on my own super mario theme.
DrDickens
DrDickens's picture
User offline. Last seen 12 years 2 weeks ago. Offline
Joined: 2008-08-28
Posts: 316
[quote=robdun]working on my own super mario theme[/quote] Dammit. I was just thinking about the same!
БЫСТРО БЛДЖАД! Полицейский, что это необходимо для Вас, блджа, падает отсюда блджад!
rbaleksandar
rbaleksandar's picture
User offline. Last seen 9 years 29 weeks ago. Offline
Joined: 2009-01-09
Posts: 685
Hi Smile A question: we create a map (nice big image of some sort Smile). When we want to assign a theme to it and write "nature" in the cfg-file for example, what do we take from this theme? oundtrack - obviously.Skyline, flying things in the background - that too. But do we take the border properties and coordinates and if yes - how does this adjustment work? The walkable areas are obviously not in the cfg-file in the map's folder (along with 2 more images). How do we make all these walkable areas fit on our map? Thanks in advance! Best regards, rbaleksandar
[b][color=#FF0000]HTML[/color][/b] = [color=#FF0000][b]H[/b][/color]ow [color=#FF0000][b]T[/b][/color]o [color=#FF0000][b]M[/b][/color]eet the [color=#FF0000][b]L[/b][/color]adies Here is my [url=http://www.hedgewars.org/node/1691]Unofficial Manual[/url] for HW. Hope you like it. Wink Smiley Still working on it. Don't worry. Will get it finished...Sometime in the future. Big Grin
DrDickens
DrDickens's picture
User offline. Last seen 12 years 2 weeks ago. Offline
Joined: 2008-08-28
Posts: 316
What walkable areas do you speak about? Every pixel that has alpha other than 0 is a solid shit. I wonder why no one created a semitransparent map yet. I was going to but ima lazy arse. Border properties sound like fun. There's destruction border color. It's described in theme.cfg. Border.png doesn't apply to a map anyhow since it's drawn, not generated. Still thinking about coordinates. Sholda smoke my guru-ganesh-beedies for this one.
БЫСТРО БЛДЖАД! Полицейский, что это необходимо для Вас, блджа, падает отсюда блджад!
Josh
Josh's picture
User offline. Last seen 14 years 35 weeks ago. Offline
Joined: 2008-11-09
Posts: 430
[quote=DrDickens]I wonder why no one created a semitransparent map yet.[/quote] My UFO fort takes advantage of semi-transparency. Not too much, but it does.
[img]http://i38.tinypic.com/29wu49d.jpg[/img]
rbaleksandar
rbaleksandar's picture
User offline. Last seen 9 years 29 weeks ago. Offline
Joined: 2009-01-09
Posts: 685
[quote=DrDickens]What walkable areas do you speak about? Every pixel that has alpha other than 0 is a solid shit. I wonder why no one created a semitransparent map yet. I was going to but i'm a lazy arse. Border properties sound like fun. There's destruction border color. It's described in theme.cfg. Border.png doesn't apply to a map anyhow since it's drawn, not generated. Still thinking about coordinates. Should smoke my guru-ganesh-beedies for this one.[/quote] Thanks. Well, actually there are non-walkable areas. For example a slope with an angle more than 60 degree. A hedgehog can't walk there. There should be some kind of coordinates for the borders in a team. The border is an image (e.g little grass with small amount of dirt underneath) and when you generated a random map and change themes, this borders are placed on slopes, valleys etc.
[b][color=#FF0000]HTML[/color][/b] = [color=#FF0000][b]H[/b][/color]ow [color=#FF0000][b]T[/b][/color]o [color=#FF0000][b]M[/b][/color]eet the [color=#FF0000][b]L[/b][/color]adies Here is my [url=http://www.hedgewars.org/node/1691]Unofficial Manual[/url] for HW. Hope you like it. Wink Smiley Still working on it. Don't worry. Will get it finished...Sometime in the future. Big Grin
DrDickens
DrDickens's picture
User offline. Last seen 12 years 2 weeks ago. Offline
Joined: 2008-08-28
Posts: 316
In fact borders are placed over the terrain, like a landtex patch. I feel dumb. Looks like i am, cause i can't understand you. I got whut a non walkable means (60 deg is walkable i think but 90 is surely not). But the rest... Can you try and explain exatly what you mean? I guess you are talking about some shit that is coded and not written in any cfg.
БЫСТРО БЛДЖАД! Полицейский, что это необходимо для Вас, блджа, падает отсюда блджад!
rbaleksandar
rbaleksandar's picture
User offline. Last seen 9 years 29 weeks ago. Offline
Joined: 2009-01-09
Posts: 685
Okay, let me try Smile You have an image of a border. Like this one: ..\Hedgewars 0.9.9\share\hedgewars\Data\Themes\nature\Border.png You can apply this theme (Nature I mean) on a map, right? So now you have chosen your theme and you map. How does the game adjust this border to the given map? Look at all red circled areas. This is this Border.png. But how? The image itself is a rectangle. On the terrain it isn't at all. There are small circles, triangles, curves etc. http://img218.imageshack.us/my.php?image=hwbordercs9.png Hope this time I made myself clear enough Smile Best regards, rbaleksandar PS: Sorry, can't make the darn think to resize. When I put img=640x480 it just shows...nothing. Only the label "Click to view full image" (or something like that). Same with other resolutions Sad Smiley
[b][color=#FF0000]HTML[/color][/b] = [color=#FF0000][b]H[/b][/color]ow [color=#FF0000][b]T[/b][/color]o [color=#FF0000][b]M[/b][/color]eet the [color=#FF0000][b]L[/b][/color]adies Here is my [url=http://www.hedgewars.org/node/1691]Unofficial Manual[/url] for HW. Hope you like it. Wink Smiley Still working on it. Don't worry. Will get it finished...Sometime in the future. Big Grin
Josh
Josh's picture
User offline. Last seen 14 years 35 weeks ago. Offline
Joined: 2008-11-09
Posts: 430
The border.png is split into 2 parts, top border and the undershadow. The engine automatically places it WITH the theme, it isn't separately chosen... The game engine warps the image about to fit the top of the texture, probably with some mathematical algorithm based on the terrains angle etc. and tiles the image across.
[img]http://i38.tinypic.com/29wu49d.jpg[/img]
DrDickens
DrDickens's picture
User offline. Last seen 12 years 2 weeks ago. Offline
Joined: 2008-08-28
Posts: 316
[quote]You can apply this theme (Nature I mean) on a map, right? So now you have chosen your theme and you map. How does the game adjust this border to the given map? Look at all red circled areas. This is this Border.png. But how? The image itself is a rectangle. On the terrain it isn't at all. There are small circles, triangles, curves etc.[/quote] Why would you care about this one? In fact the engine takes that rectangle splits it rorizontaly in 2 and verticaly in 128 or whatever images width is. Then engine aplies it to the terrain, rescaling those tiny stripes. You can do nothing about that. Oh and once again, when you speak about maps, point out what exactly do you mean (predrawn maps or generated). I hope that helped a little bit.
БЫСТРО БЛДЖАД! Полицейский, что это необходимо для Вас, блджа, падает отсюда блджад!
rbaleksandar
rbaleksandar's picture
User offline. Last seen 9 years 29 weeks ago. Offline
Joined: 2009-01-09
Posts: 685
I was just very curious that's all Smile And wanted to know if I had to do something too complicated for my tiny brain Wink Smiley Obviously - don't have to Smile Thanks for the replies guys.
[b][color=#FF0000]HTML[/color][/b] = [color=#FF0000][b]H[/b][/color]ow [color=#FF0000][b]T[/b][/color]o [color=#FF0000][b]M[/b][/color]eet the [color=#FF0000][b]L[/b][/color]adies Here is my [url=http://www.hedgewars.org/node/1691]Unofficial Manual[/url] for HW. Hope you like it. Wink Smiley Still working on it. Don't worry. Will get it finished...Sometime in the future. Big Grin
Josh
Josh's picture
User offline. Last seen 14 years 35 weeks ago. Offline
Joined: 2008-11-09
Posts: 430
No problem rbaleksandar. The best way to learn is to try yourself first, remember that. Smile
[img]http://i38.tinypic.com/29wu49d.jpg[/img]
rbaleksandar
rbaleksandar's picture
User offline. Last seen 9 years 29 weeks ago. Offline
Joined: 2009-01-09
Posts: 685
I've already made one. Needs soundtrack and some other stuff, but it's almost ready Smile
[b][color=#FF0000]HTML[/color][/b] = [color=#FF0000][b]H[/b][/color]ow [color=#FF0000][b]T[/b][/color]o [color=#FF0000][b]M[/b][/color]eet the [color=#FF0000][b]L[/b][/color]adies Here is my [url=http://www.hedgewars.org/node/1691]Unofficial Manual[/url] for HW. Hope you like it. Wink Smiley Still working on it. Don't worry. Will get it finished...Sometime in the future. Big Grin
DrDickens
DrDickens's picture
User offline. Last seen 12 years 2 weeks ago. Offline
Joined: 2008-08-28
Posts: 316
[quote=rbaleksandar]I've already made one. Needs soundtrack and some other stuff, but it's almost ready Smile[/quote] Man, when i hear this, i compare to myself. By some stuff i usualy mean... Well when i hear this i imagine a 6% completion product, lol. I hope you do better that this.
БЫСТРО БЛДЖАД! Полицейский, что это необходимо для Вас, блджа, падает отсюда блджад!
rbaleksandar
rbaleksandar's picture
User offline. Last seen 9 years 29 weeks ago. Offline
Joined: 2009-01-09
Posts: 685
Well, yes Smile But trust me, since in next months I won't have any time at all (except study, eat, sleep, sh*t, f*ck from time to time lol), don't expect it soon Big Grin PS: When I'm ready with the drawing, I'll looks for some music talents around here Wink Smiley
[b][color=#FF0000]HTML[/color][/b] = [color=#FF0000][b]H[/b][/color]ow [color=#FF0000][b]T[/b][/color]o [color=#FF0000][b]M[/b][/color]eet the [color=#FF0000][b]L[/b][/color]adies Here is my [url=http://www.hedgewars.org/node/1691]Unofficial Manual[/url] for HW. Hope you like it. Wink Smiley Still working on it. Don't worry. Will get it finished...Sometime in the future. Big Grin
DrDickens
DrDickens's picture
User offline. Last seen 12 years 2 weeks ago. Offline
Joined: 2008-08-28
Posts: 316
[quote](except study, [b]eat[/b], [b]sleep[/b], sh*t, [b]f*ck from time to time[/b] lol)[/quote] One can live without theese in bold believe me, cause i do, lol (can't live withoth [b]lol[/b] though).
БЫСТРО БЛДЖАД! Полицейский, что это необходимо для Вас, блджа, падает отсюда блджад!
Josh
Josh's picture
User offline. Last seen 14 years 35 weeks ago. Offline
Joined: 2008-11-09
Posts: 430
It's cause DrDickens is shamefully a virgin xD
[img]http://i38.tinypic.com/29wu49d.jpg[/img]
rbaleksandar
rbaleksandar's picture
User offline. Last seen 9 years 29 weeks ago. Offline
Joined: 2009-01-09
Posts: 685
[quote=Josh]It's cause DrDickens is shamefully a virgin xD[/quote] Josh, please...Not everyone likes the c*ck Big Grin So patience is needed here Wink Smiley
[b][color=#FF0000]HTML[/color][/b] = [color=#FF0000][b]H[/b][/color]ow [color=#FF0000][b]T[/b][/color]o [color=#FF0000][b]M[/b][/color]eet the [color=#FF0000][b]L[/b][/color]adies Here is my [url=http://www.hedgewars.org/node/1691]Unofficial Manual[/url] for HW. Hope you like it. Wink Smiley Still working on it. Don't worry. Will get it finished...Sometime in the future. Big Grin
DrDickens
DrDickens's picture
User offline. Last seen 12 years 2 weeks ago. Offline
Joined: 2008-08-28
Posts: 316
[quote=Josh]It's cause DrDickens is shamefully a virgin xD[/quote] You say a virgin as if it was something bad....
БЫСТРО БЛДЖАД! Полицейский, что это необходимо для Вас, блджа, падает отсюда блджад!
szczur
szczur's picture
User offline. Last seen 2 years 23 weeks ago. Offline
Joined: 2008-06-13
Posts: 182
[quote=DrDickens][quote=Josh]It's cause DrDickens is shamefully a virgin xD[/quote] You say a virgin as if it was something bad....[/quote] It depends on how old are you Big Grin If you were 40 then it's weird... doesn't it?
Press any key to continue, or any other key to cancel.
DrDickens
DrDickens's picture
User offline. Last seen 12 years 2 weeks ago. Offline
Joined: 2008-08-28
Posts: 316
[quote=Magik_18l] If you were 40 then it's weird... doesn't it?[/quote] No, it doesn't. Let's not start no holywar.
БЫСТРО БЛДЖАД! Полицейский, что это необходимо для Вас, блджа, падает отсюда блджад!
rbaleksandar
rbaleksandar's picture
User offline. Last seen 9 years 29 weeks ago. Offline
Joined: 2009-01-09
Posts: 685
Hey, guys, are we trolls or what? Big Grin Now, a question to ask: how many objects can a theme include and how many is appropriate to make for the res of current maps?
[b][color=#FF0000]HTML[/color][/b] = [color=#FF0000][b]H[/b][/color]ow [color=#FF0000][b]T[/b][/color]o [color=#FF0000][b]M[/b][/color]eet the [color=#FF0000][b]L[/b][/color]adies Here is my [url=http://www.hedgewars.org/node/1691]Unofficial Manual[/url] for HW. Hope you like it. Wink Smiley Still working on it. Don't worry. Will get it finished...Sometime in the future. Big Grin
unC0Rr
unC0Rr's picture
User offline. Last seen 1 year 1 week ago. Offline
Joined: 2006-11-27
Posts: 576
32 is maximum, but this can be easily changed in sources
rbaleksandar
rbaleksandar's picture
User offline. Last seen 9 years 29 weeks ago. Offline
Joined: 2009-01-09
Posts: 685
Thanks a lot!
[b][color=#FF0000]HTML[/color][/b] = [color=#FF0000][b]H[/b][/color]ow [color=#FF0000][b]T[/b][/color]o [color=#FF0000][b]M[/b][/color]eet the [color=#FF0000][b]L[/b][/color]adies Here is my [url=http://www.hedgewars.org/node/1691]Unofficial Manual[/url] for HW. Hope you like it. Wink Smiley Still working on it. Don't worry. Will get it finished...Sometime in the future. Big Grin
Block
Block's picture
User offline. Last seen 14 years 39 weeks ago. Offline
Joined: 2009-06-17
Posts: 2
[quote=omen] Here ya go i just made this map in about 5 mins and thought id share it i have also made a new theme to go with it the download link is at the bottom of the page. image: [img]http://img255.imageshack.us/img255/9950/mapub5.png[/img] [quote]map link: [url]http://www.mediafire.com/download.php?7dvztxdbco3[/url] to use this unzip this to your map folder you will also have to download my theme pack[/quote] [quote]theme pack: [url]http://www.mediafire.com/?djbipvd2g9m[/url] to use this unzip it into you theme folder then edit you theme.cfg with notepad and add volcano to the end of the list[/quote] then just run the game [b]HAVE FUN!![/b]:P PS if you make me a sub-forum/thread i will make lots more stuff PSS this project rulez!! [/quote] The download link for the theme doesn't work for me. Sad Smiley and now the map download also not! can u upload it again?
Hi!
szczur
szczur's picture
User offline. Last seen 2 years 23 weeks ago. Offline
Joined: 2008-06-13
Posts: 182
[quote=Block]The download link for the theme doesn't work for me.[/quote] That's because that map was created 2 years ago. That link just expired. There are plenty of maps in Hedgewars, so why do you want download this map?
Press any key to continue, or any other key to cancel.
Block
Block's picture
User offline. Last seen 14 years 39 weeks ago. Offline
Joined: 2009-06-17
Posts: 2
i mean the download-link for the theme. and there are not very much themes on this site.
Hi!
DrDickens
DrDickens's picture
User offline. Last seen 12 years 2 weeks ago. Offline
Joined: 2008-08-28
Posts: 316
[quote=Block] i mean the download-link for the theme. and there are not very much themes on this site. [/quote] Oh my! Did you download the game? Then go to (C:\Program Files )\Hedgewars 0.9.11\share\hedgewars\Data\Themes there are plenty of themes fre for you to modify. Just note you won't be able to play on off server if you tinker with themes.
БЫСТРО БЛДЖАД! Полицейский, что это необходимо для Вас, блджа, падает отсюда блджад!
Winhelp
Winhelp's picture
User offline. Last seen 12 years 14 weeks ago. Offline
Joined: 2010-03-11
Posts: 8
Is something changed in the syntax? I've read the first post, then i looked into theme EarthRise and i don't know what two lines from this file do. [quote] 0 0 0 106 106 106 $54 $5C $9D <- what is this? $34 $3C $7D $80 <- what is this? city.ogg (...) [/quote] Sorry for English Smile
Palewolf
Palewolf's picture
User offline. Last seen 7 years 41 weeks ago. Offline
Joined: 2008-09-01
Posts: 90
Those are the water colors, top and bottom in RGBA format, if iirc. The $ means it's in HEX notation (as in HTML #FFFFFF)
Smaxx
Smaxx's picture
User offline. Last seen 12 years 46 weeks ago. Offline
Joined: 2009-04-29
Posts: 391
Right. The optional fourth number is the alpha color/channel.
Winhelp
Winhelp's picture
User offline. Last seen 12 years 14 weeks ago. Offline
Joined: 2010-03-11
Posts: 8
But it's an inconsistency - or can I use RGB values(0 - 255) instead?
nemo
nemo's picture
User offline. Last seen 20 hours 28 min ago. Offline
Joined: 2009-01-28
Posts: 1861
TIAS? Smile
-- Oh, what the heck. 1PLXzL1CBUD1kdEWqMrwNUfGrGiirV1WpH <= tip a hedgewars dev
Smaxx
Smaxx's picture
User offline. Last seen 12 years 46 weeks ago. Offline
Joined: 2009-04-29
Posts: 391
You can use both, e.g. to get some simple white you can use both of the following lines: 255 255 255 or $FF $FF $FF If you'd like to have some 100% red with 50% alpha: 255 0 0 128 or $FF $0 $0 $80 You could mix number formats as well (which might be a bad idea): $FF 255 $FF
nemo
nemo's picture
User offline. Last seen 20 hours 28 min ago. Offline
Joined: 2009-01-28
Posts: 1861
You're no fun :-p
-- Oh, what the heck. 1PLXzL1CBUD1kdEWqMrwNUfGrGiirV1WpH <= tip a hedgewars dev
Winhelp
Winhelp's picture
User offline. Last seen 12 years 14 weeks ago. Offline
Joined: 2010-03-11
Posts: 8
[quote=nemo] TIAS? Smile [/quote] Actually, I don't know what does it mean and Google doesn't know it too Big Grin
szczur
szczur's picture
User offline. Last seen 2 years 23 weeks ago. Offline
Joined: 2008-06-13
Posts: 182
[quote=Winhelp]Actually, I don't know what does it mean and Google doesn't know it too[/quote] It's Try It And See acronym. Less harsh version of RTFM (Read This "Fascinating" Manual) :P http://www.acronymfinder.com/Slang/TIAS.html
Press any key to continue, or any other key to cancel.
Palewolf
Palewolf's picture
User offline. Last seen 7 years 41 weeks ago. Offline
Joined: 2008-09-01
Posts: 90
I created a wiki article with updated and more complete info about theme creation: http://www.hedgewars.org/node/2075
Uncharted
Uncharted's picture
User offline. Last seen 11 years 7 weeks ago. Offline
Joined: 2010-08-18
Posts: 69
I will try to create a theme:D
MeinCookie95
MeinCookie95's picture
User offline. Last seen 9 years 50 weeks ago. Offline
Joined: 2010-09-23
Posts: 95
Thanks for the tute, Palewolf - it was very helpful =) I've started work on my own theme called Egypt... [URL=http://img547.imageshack.us/i/theme11.png/][IMG]http://img547.imageshack.us/img547/8000/theme11.th.png[/IMG][/URL] [URL=http://img43.imageshack.us/i/theme12.png/][IMG]http://img43.imageshack.us/img43/4782/theme12.th.png[/IMG][/URL]
MeinCookie95
MeinCookie95's picture
User offline. Last seen 9 years 50 weeks ago. Offline
Joined: 2010-09-23
Posts: 95
Finally happy with it =) [url=http://www.box.net/shared/x9bck03oai]http://www.box.net/shared/x9bck03oai[/url]
Star and Moon
Star and Moon's picture
User offline. Last seen 1 year 1 week ago. Offline
Joined: 2010-04-03
Posts: 718
Hi, nice Theme How-to This doesn't have to do with creating a new theme but I lost the [b]Landtex.png, Landbacktex.png[/b] and the [b]icon.png[/b] for the 9.14.1 nature theme, can someone re upload them for me?
sheepluva
sheepluva's picture
User offline. Last seen 1 day 19 hours ago. Offline
Joined: 2009-07-18
Posts: 561
[quote=Star and Moon] Hi, nice Theme How-to This doesn't have to do with creating a new theme but I lost the [b]Landtex.png, Landbacktex.png[/b] and the [b]icon.png[/b] for the 9.14.1 nature theme, can someone re upload them for me? [/quote] You can always download separate files from the repo: http://hedgewars.googlecode.com/hg/share/hedgewars/Data/Themes/Nature/LandTex.png?r=c279aeb615dfc34b006471d9e7b1cce472260a25 http://hedgewars.googlecode.com/hg/share/hedgewars/Data/Themes/Nature/LandBackTex.png?r=c279aeb615dfc34b006471d9e7b1cce472260a25 http://hedgewars.googlecode.com/hg/share/hedgewars/Data/Themes/Nature/icon.png?r=c279aeb615dfc34b006471d9e7b1cce472260a25 or just reinstall the game :P
  [url=/user/3290][color=white][b]sheepluva[/b][/color][/url][color=#90BA5D] <- me[float=right]  [/float][float=right][url=https://www.openhub.net/accounts/80048][img]https://www.openhub.net/accounts/80048/widgets/account_tiny.gif[/img][/url][/float][float=right]my code stats -> [/float][/color] [i][color=#6080C0][size=8]a[size=4] [/size][/size][/color][color=yellow]Hedgewars Developer[/color][/i] [center][float=left]  [/float][float=left][url=https://twitter.com/sheepytweety][img]/images/twitter.png[/img][/url][/float] [url=/privatemsg/new/3290][color=#C0C0C0]click here to message me[/color][/url][/center] [color=#90BA5D][float=left]  [/float][float=left][url=https://en.wikipedia.org/wiki/Austria][img]/images/Flags/austria.png[/img][/url][/float][float=left] <- where I'm from[/float][float=right]  [/float][float=right][img]/images/Flags/united_kingdom.png[/img][/float][float=right][img]/images/Flags/germany.png[/img][/float][float=right]what I speak -> [/float][/color]
Copyright © 2004-2023 Hedgewars Project. All rights reserved. [ contact ]