SC4 Devotion Forum Archives

SimCity 4 Devotion Custom Content Showcase => Independent Development Projects => Independent LOT Editor Projects => Topic started by: WillG_75 on March 17, 2009, 04:42:10 PM

Title: Custom Textures in LE
Post by: WillG_75 on March 17, 2009, 04:42:10 PM
I have seen a good tutorial a while back about making textures, but I lost the link. I think it was moved to a different part of the board. I only need help on getting them in LE. Does anyone have a link? Heck, if someone have a custom prop tutorial, that would be good too :P
Title: Re: Custom Textures in LE
Post by: vershner on March 18, 2009, 04:34:33 AM
I'm not where one on this forum is, but there's one over on ST. [Link (http://www.simtropolis.com/forum/messageview.cfm?catid=149&threadid=103569&enterthread=y)]
Title: Re: Custom Textures in LE
Post by: WillG_75 on March 18, 2009, 11:32:26 AM
That's the one, thanks ;D
Title: Re: Custom Textures in LE
Post by: WillG_75 on March 18, 2009, 01:33:53 PM
I created my own blank .dat file and Whenever I try to save the texture, it says "Error! Data not saved!" It also won't let me change to a custom IID, it's still the original 0xFC...... string.
Title: Re: Custom Textures in LE
Post by: vershner on March 19, 2009, 08:46:53 AM
Did you tick the box at the bottom to disregard the range it suggests?
Title: Re: Custom Textures in LE
Post by: dedgren on March 19, 2009, 09:16:37 AM
Will- First, take a deep breath.

Are you using the SC4Tool?  I assume so, but I thought I'd check.  OK, now, are you

(https://www.sc4devotion.com/forums/proxy.php?request=http%3A%2F%2Fimg13.imageshack.us%2Fimg13%2F105%2Fsc4toolhelp01.png&hash=06773494051f0b26719570a8224f5ed05ee1bba4)

(1)  using a 128x128 pixel PNG file as your texture?  (2) remembering to propagate the textures to the lower view levels?

(https://www.sc4devotion.com/forums/proxy.php?request=http%3A%2F%2Fimg12.imageshack.us%2Fimg12%2F3008%2Fsc4toolhelp02.png&hash=039bba99b94e056b7b9a0f81b13ba27eff5e7528)

If all is well, you will see (1) the texture show up in all the squares.  Now, (2) are you entering the IID properly?  It is 10 alphanumeric characters long, always starts with "0x" (that's a zero followed by a small x) and any alpha characters in the eight alphanumerics that make up the address must be capitalized.  If you are doing all that and things still don't work, post a screenie of the error message- I'll be glad to help you puzzle things out.


David

Title: Re: Custom Textures in LE
Post by: WillG_75 on March 19, 2009, 12:17:12 PM
(https://www.sc4devotion.com/forums/proxy.php?request=http%3A%2F%2Fimg24.imageshack.us%2Fimg24%2F228%2F90417243.jpg&hash=5bfe60a68728a452a850d814d5c2221759dd6c2a)
Title: Re: Custom Textures in LE
Post by: dedgren on March 19, 2009, 12:23:00 PM
Will- IIDs are in hexadecimal.  That means digits from 0 through 9 and letters from A through F.  W and G are a bit out of that range, although G is pretty close.  Change "WG" to "AA" and it will work just fine.

But wait- before you do that, you need to go and get a range from the BSC Texture Index [linkie] (http://sc4devotion.com/forums/index.php?topic=2101.0).  That way your new texture will not conflict with existing textures out there.  Then you save your texture with an IID inside that range.  There's other helpful info there as well.

Good luck!


David
Title: Re: Custom Textures in LE
Post by: WillG_75 on March 19, 2009, 02:27:53 PM
Ahhh duh! Should have known about the hexadecimal deal, considering I am studying in the IT field lol. I will go and reserve a range. BTW, could you tell me how to create overlay textures? I'm sure it has something to do with the alpha channels, but I am not 100% sure.
Title: Re: Custom Textures in LE
Post by: BarbyW on March 19, 2009, 02:50:55 PM
Try reading this as well:
http://sc4devotion.com/forums/index.php?topic=9.0