thedukeofcrawley 0 Posted May 4, 2016 Share Posted May 4, 2016 Hi guys, i have a town in a minecraft server and i wanted to use opencomputers screens to put some information on, but i cant get any program to write and i cant find one to use, this is what i need, the possibility to put a title in the middle of the screen. under the title on the left side of the screen, changing the colors of the text easily. and not terminiatible so nobody can shut it off, and the possiblity to make a list with rules and people, that list needs to be so i can make different list for the staff the members and member+ i hope somebody can help because i cant get it done sincerely yours The Duke of Crawley Quote Link to post Share on other sites
0 jhagrid77 4 Posted May 4, 2016 Share Posted May 4, 2016 There are way too many text editing programs in OC, just have to look around, experiment, and ask for help. Quote Link to post Share on other sites
0 thedukeofcrawley 0 Posted May 4, 2016 Author Share Posted May 4, 2016 i searched bu i couldent find them Sorry but my programming skills arent that good that i can make one myself, otherwise i wouldent ask it here Quote Link to post Share on other sites
0 jhagrid77 4 Posted May 13, 2016 Share Posted May 13, 2016 i searched bu i couldent find them Sorry but my programming skills arent that good that i can make one myself, otherwise i wouldent ask it here I didn't mean make one for yourself, I can't make my own program either lol. Quote Link to post Share on other sites
0 GreaseMonkey 7 Posted May 15, 2016 Share Posted May 15, 2016 If the objective were to make a text editor... well, those things are very hard to write. Fortunately that's not what's being reguested. Under the title on the left side of the screen: ...what? The possibility to put a title in the middle of the screen: Unless you're making this the same size as all other text that will be tricky (it will involve writing your own font + font renderer). Otherwise: gpu.set(math.floor((screen_width-#title)/2)+1, title_y, title) Changing the colors of the text easily: If you use a Tier 2 GPU + screen you can use gpu.setPaletteColor(pal_idx, 0xFFFF00) and gpu.setForeground(pal_idx, true) for example. Not terminatible so nobody can shut it off: I'm pretty sure this question has been answered all over the place. Skipping OpenOS entirely and running on the "bare metal" is one way of doing this, although accessing components is a little tricky and you have to bind your screen to your GPU first. Possiblity to make a list with rules and people: (making a different list for the staff the members and member+): Should be pretty easy. Make sure you know what arrays are, or learn what they are, and make sure you use them. ---- Honestly, the easiest solution is to just use the OC text editor on a user-locked computer. It won't do everything you want, but it is a nice and simple solution. Quote Link to post Share on other sites
0 thedukeofcrawley 0 Posted May 15, 2016 Author Share Posted May 15, 2016 thanks greas monkey and how do i use oc ext editor? Quote Link to post Share on other sites
0 dgelessus 26 Posted May 17, 2016 Share Posted May 17, 2016 edit <filename> in the OpenOS shell. Other than that, it's just a basic plain text editor. Quote Link to post Share on other sites
Hi guys,
i have a town in a minecraft server and i wanted to use opencomputers screens to put some information on,
but i cant get any program to write and i cant find one to use,
this is what i need,
i hope somebody can help because i cant get it done
sincerely yours The Duke of Crawley
Link to post
Share on other sites