11-23-2007, 07:27 AM | #61 |
Baron
Join Date: Feb 2007
Location: Australia
Posts: 699
|
work kiirani work cmon put those pics in
__________________
Brad - after a year of not playing I have no idea how to play my character, no clue what's going on and have to ask questions every few minutes.... I am the born again noob. |
11-23-2007, 04:42 PM | #62 | |
Master
Join Date: Aug 2007
Posts: 321
|
Quote:
When you load the page, hang on let me paste the code.. Basically it goes through all the labels and looks for multiple pictures associated with them, and picks one of them at random. So all your pictures are there. So are any that I've taken, and any that other people have taken. Refresh and you might get another one PHP Code:
PHP Code:
Code:
kiirani@animosity ~/www/public_html/stuff/regnum/images/syrtis $ ls -1 overlay.png pb.png small-algaros.png small-cupula.png small-gcamp.png small-jabe.png small-msave-1.png small-msave.png small-pb.png small-pb2-1.png small-pb2.png small-raeraia.png small-stone.png syrtistp.png syrtisunmarked.jpg Last edited by Kiirani; 11-23-2007 at 04:57 PM. |
|
11-23-2007, 04:45 PM | #63 |
Master
Join Date: Aug 2007
Posts: 321
|
Anyway, I'm adding a couple of new labels plus pictures now
|
11-24-2007, 03:38 AM | #64 |
Initiate
Join Date: Jul 2007
Location: In That Hole Behind You
Posts: 174
|
WOW kii, these are really fantastic!
__________________
kaelee |
11-24-2007, 04:03 AM | #65 | |
Master
Join Date: Aug 2007
Posts: 321
|
Quote:
*ahem* Writing the backend for this has been really interesting to me, to go from a single image to a semi automated backend, automate it a little further, extend my php skills and refine my coding style. In fact, it's been so interesting that I'm now doing two things : 1) Moving it to a database backend. This opens up the possibility for using the same information for other things -- Info pages on forts and cities, possibly an npc database. 2) Rewriting it in python. I love python. No, I can't just upload pretty pictures and smile, I like to tinker with the insides Once I've got it semi-working, I'll put up a link to a beta of some sort (clever people can find it online already) I'd like to hear feedback on uh.. Well, there isn't really much information. But I'd like to hear feedback on the fact that I'm doing this In fact, as I write this I think I'll take the easiest road to giving more information on what I'm doing and uh.. Scan my notes You also get to see what my work process is like. (And my handwriting :/) If you have weird contrast settings and actually notice the little patch where I erased a phone number... I erased a phone number http://kiirani.com/stuff/regnumnotes.jpg Edit of perspective: I seem to like the phrase "in fact" a lot. |
|
11-24-2007, 06:23 AM | #66 |
Count
Join Date: Nov 2007
Location: Infinite Improbability Drive
Posts: 1,287
|
well, i could help you with the python part, i love python too i could also help you with the database, ive worked mostly with mysql, there's no reason to believe you'd use something else
but uh, exactly what are you planning to do in python? i mean, php+mysql is pretty much all you'd need (well, and apache ) |
11-24-2007, 07:43 AM | #67 | |
Master
Join Date: Aug 2007
Posts: 321
|
Quote:
As for python.. I have the syntax sorta down, it's just a case of looking things up if I get lost. I'll bug you on irc if google isn't being nice though :D Hmm. Why python? The current non-database system is written in php, as is kiirani.com. Since learning python, writing an irc bot etc, my coding style has changed a lot. I process data, build a content variable, then output the content at the end of the page. This is essentially how mod_python's publisher works. Writing both systems in php was annoying for me. I miss the little things, list comprehensions, "if x in y:" rather than "if(in_array(x,y)) { " Basically, I like python, and I was told once "if it's on your server, you can code it in whatever you like" And so, I am :P (oh yeah. All of this stuff is being hosted on my home pc, did I mention that?) |
|
11-24-2007, 09:26 AM | #68 |
Count
Join Date: Nov 2007
Location: Infinite Improbability Drive
Posts: 1,287
|
i kinda guessed that actually
i wasnt implying you dont "know" anything well enough, i was just offering some of my time to get things done in case you needed help, that's all. your own cms eh? nice... very nice |
11-24-2007, 07:00 PM | #69 |
Master
Join Date: Aug 2007
Posts: 321
|
It's been a "learn php" project for the last two years :P
I guess it worked, I know php. Um, let's see. You're not on irc, so.. I'm pretty comfortable using the python online docs, but thank you.. And as nice as it is for you to offer, I never was good at group projects XD I'll ask if I get stuck on something |
11-24-2007, 09:38 PM | #70 |
Master
Join Date: Aug 2007
Location: Germany, NRW
Posts: 270
|
How about adding Area names to WZ, ie Pines crossroads and stuff for alsius?
__________________
Running Gag,Amenotil F., Gundar F., Jaspis U., Lance Lost, Tinman of Oz. (H,C,W,M,B,K)
Internally processed, nutritioally-drained biological output happens - it's called update |
|
|