Page 1 of 1
importing external content in-game

Posted:
Sun Sep 27, 2009 1:02 am
by j2graves
one thing I'd love to do is give a player the ability to create something in my game. for instance, if a player wanted to design a platform for a fighter game, I'd like it if they could draw something in paint or whatever graphics program and then import it into my game. the animation could then be applied to a pre-existing actor.
also, I'd like someone to be able to take some data from one game, and apply it to a completely different game (that has all the same variables, of course)
Re: importing external content in-game

Posted:
Sun Sep 27, 2009 2:12 am
by Kalladdolf
Good (first) idea.
The second wish although is already fulfilled, as GE can do that. (Well, either you do your thing with the LoadGame() function or you script very hard.)
Pyrometal has posted some pretty good platform demos with map editors (with a save and load function). I think he also was talking about saving maps as text files which would just be awesome.
Now I don't know his progress on it and I suck at that kind of data coding, but maybe someone else can help you on that.
Re: importing external content in-game

Posted:
Sun Sep 27, 2009 2:39 am
by DST
Don't forget about the "Merge" option in the file menu, that will allow you to combine two games (Though i don't know what effect same variable/actor names in both games would have).
Re: importing external content in-game

Posted:
Sun Sep 27, 2009 12:34 pm
by makslane
j2graves wrote:one thing I'd love to do is give a player the ability to create something in my game. for instance, if a player wanted to design a platform for a fighter game, I'd like it if they could draw something in paint or whatever graphics program and then import it into my game. the animation could then be applied to a pre-existing actor.
also, I'd like someone to be able to take some data from one game, and apply it to a completely different game (that has all the same variables, of course)
I think the Actor Templates can solve this:
http://code.game-editor.com/ticket/6