Jump to content




[WIP] [CC1.3,MC1.1] Fancy UI system 0.1 alpha


  • You cannot reply to this topic
3 replies to this topic

#1 notgodsarmy666

  • New Members
  • 22 posts

Posted 05 March 2012 - 01:25 PM

Posted Image

all of those graphical ASCII elements can be accessed by their original CP 437 ASCII 8 Bit (DOS Latin US) number. like Nr. 16 is ►
(this is currently acessed with acii[16])

to do:
  • correct displaced elements
  • remove (if possible) unnecessary space pixels
  • make an api out of it (with window creating)
known glitches and bugs:
  • has some strange behaviors, especially when in larger accumulations, with string functions
  • if not a texturepack is used, it will affect all texts in minecraft
  • col 50 can't be used, so only 49 are left

List of elements:
Spoiler

Edited by notgodsarmy666, 05 March 2012 - 01:40 PM.


#2 MewK

    RWTK Developer

  • Members
  • 44 posts
  • LocationGermany

Posted 05 March 2012 - 04:14 PM

Great idea. Is there a way for me to check inside my program whether the mod is installed? If so I think I would try to use it as an alternative theme in my application framework.

#3 notgodsarmy666

  • New Members
  • 22 posts

Posted 05 March 2012 - 07:36 PM

 MewK, on 05 March 2012 - 04:14 PM, said:

Great idea. Is there a way for me to check inside my program whether the mod is installed? If so I think I would try to use it as an alternative theme in my application framework.
easy pal,
I have just only implemented they way to output some graphical. Since I am not that good in programming, I had to hardcode the colors within the default.png (by getting rid of some other chars)
there are all kind of borders, but in in light blue (with greeting from the C64) some arrows (which I thought to be useful) and three full blocks in different colors )red, green, yellow.
To get it Work, you have to replace two files within the minecraft.jar (/font.txt and /textures/default,png)

I am working right now at window control system.
Planned features: layers, window sizes and control and such
As soon as I have something worth to be published I will do it

#4 MewK

    RWTK Developer

  • Members
  • 44 posts
  • LocationGermany

Posted 05 March 2012 - 08:14 PM

 notgodsarmy666, on 05 March 2012 - 07:36 PM, said:

I am working right now at window control system.
Planned features: layers, window sizes and control and such
As soon as I have something worth to be published I will do it

You should focus with the mod on one thing. If i use your window system my programs wont run on unmodded CCs. Thats why you shouldn't build in stuff that you can actually do with Lua. Just saying!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users