I think theres a bug on DM where the icon is coded correctly and everything but it wont show on any person.......i have seeked help on developer help and all the ideas i tried didnt work is it a bug or not?
| |
#2 Jul 28 2012, 8:42 pm
|
|
#3 Jul 28 2012, 8:44 pm
|
|
I dont wanna continue if i cant fix this -_- and Login.dm has nothing. I really wanna finish this project :| it will be something cool and......src.icon = 'Base Male.dmi' that was a test for another icon and yet it doesnt work D:
| |
#4 Jul 28 2012, 8:52 pm
|
|
What happens if you delete buggy.rsc and dawn age trinity crisis.rsc, followed by a clean compile? Does buggy.rsc return?
| |
#5 Jul 28 2012, 8:59 pm
|
|
No it doesnt return but the problem is still happening lol
| |
#6 Jul 28 2012, 11:06 pm (Edited by moderator on Jul 29 2012, 1:38 am)
|
|
WELP i tried to see wats [messing] it up and i tried to use it on another source it worked fine............but its something with DM i guess O_O
| |
#7 Jul 28 2012, 11:18 pm
|
|
OH WAIT i found my problem................the turfs are being set above my icon any idea how to fix it?
| |
#9 Jul 29 2012, 10:20 am
|
|
Im sorry about that guys i didnt focus on the turfs O_O......im sorry that i bothered you all
| |
#10 Jul 29 2012, 10:20 am
|
|
I appreciate all your help :D
| |
#11 Jul 29 2012, 5:18 pm
|
|
Kk, so you made two topics and spent all this time because you somehow made the turf's layer higher than the mobs without realising? Then after I ask you to present more of the code files you refused and made this topic here only to find out that if you were to show more of the code files, like asked, this would've been resolved long ago?
| |
If you suspect that this is a bug that you're encountering, Then providing and uploading a demo project that shows the minimum amount of code and resources needed to display the issue (While still being self-sustaining) would be the best thing you could do to verify it.
Looking at your issue in Developer Help, you may still be running into a code problem on your end, possibly due to having multiple instances of Login() in your code base without the accompanying .=..() notation.
Good luck!
Edit: Looking at the screen shot posted of your base.dmi file, you have a "Buggy.rsc" file located in the file tree.
Can you try doing a clean compile and see if that changes anything?