Azel wrote:I don't think you're asking too many questions, FeMaiden. I just think that you're selling yourself short by asking before engaging in the trial/error process. Getting answers to questions isn't as valuable as discovering something on your own.
But by all means, ask away!
if you guys noticed in some of my posts i asked a question and then 10 minutes later, found the answer out on my own.
If i could have deleted those posts, I would have, but I couldn't figure out how to get rid of them once they were created
I appreciate all the help that was given to me.
I admit I did sometimes get the impression you guys were annoyed with me.
I can see where minmay is coming from sometimes. he did frequently respond to me by giving me links to the scripting reference and lua manuals and stuff.
however,
I am a believer in the saying "give someone a fish and you feed them for a day, teach them how to fish and you feed them for a lifetime" . I am not religious (I know that's from the bible), I just think it's a good philosophy
I think the point was that
if you guys just wrote all my scripts for me, i would have ended up copy pasting them in my mod and then having no idea how to fix them if anything went wrong.
the lua manual confused me because many of the commands and syntax rules seemed to be different from what I see in the editor.
The lua manual seems to be more instructions on the basic generalized lua programming language, while lua that is in the editor is slighty more specific to this game.
I admit i was overwhelmend when minmay linked me to the asset pack and I looked at it and I didn't know what to do with it.
but I refer to the asset pack a lot now, that's where i get all my custom monster defintions and item defintions from.
when he told me to go to the scripting refernce page, I looked at it and it was just a wall of text (all greek to me). it looked like just a list of all the commands but with no explanation of the syntax, how was i supped to use it?
but now, I can answer many of my own questions just by looking in there.
I've opened up the dungeon editor file from the main campaign and lifted scripts from there to use in my own mod.
I was able to look in there and see how the devs did some of the stuff, like those 3 throwing knives stuck in the tree at the beginning of the game, they used setWorldPosition to move them up in the air.
I saw how they did the script for the alcove puzzle, their script was much more efficient than the one i'm currently using in mod and I'm gonna use that in the future.
I saw how they scripted the viper roots boss fight, the viper roots were an extremely frustrating mob for me to work with because I couldn't figure out how to make them sit still until the party gets close to them to activate the boss fight. even trapped inside a force field they just sink down and then pop up next to the party before i'm ready.
The links minmay gave me turned out to be very helpful after all.
I tried looking through the forum for a lot of the answers before asking them. I guess I'm just not that good at it. I type in keywords and it either brings up dozens of posts people made all containing the keywords i searched for...or it comes up with nothing at all.
alot of my questions, I don't think they have been asked before because they are so elementary, nobody else had the problems i had.
I've learned a lot over the past 3 weeks.
none of you were *obligated* to answer any of my questions and I probably would have just gotten bored and moved on.
the thing is, that it seems like the devs released this game with this dungeon editor, which is awesome! but then provided the bare minimum of instructions on how to use it, and I suspect that most people who open up the editor look at it and they're like "wtf is this" and don't even bother to come register on the forums to ask questions, they just move on, and then the few that figure out how to paint on the tiles then find out they have to learn lua and "eff this" and move on.
The idea of being able to create our own dungeons is so spectacular. if the community was large enough, this game would have infinite replayabiity.
looking back at all the earlier posts for the past couple of years it looks like all you guys started having to figure out everything as you went along. but I suspect you all mostly like isaac and minmay have computer programming background, probably been "hacking" since ya's were 12 years old. and therefore you were able to *puzzle* your way through.
in many parts of skuggasveinn's tutorials, he obviously knows what he is doing but he commented that at the time he had not "figured everything out yet".
maybe I was just looking for a "community". other likeminded gamers to talk to.
yeah, i could have stayed silent and just googled searched all my answers...probably would have given up and just played something else.