I did check that one out earlier, but I have no clue what "Wall Siblings" are. I just don't really know a whole lot about what the surface extension does. I am also not really sure how the examples...
Type: Posts; User: MrXkill; Keyword(s):
I did check that one out earlier, but I have no clue what "Wall Siblings" are. I just don't really know a whole lot about what the surface extension does. I am also not really sure how the examples...
Hi,
I have read probably 20 different threads, downloaded 7 examples, and I still have no clue how to make a Fog of War/Line of Sight engine. I would like to make something similar to this:...
Never mind. It literally fixed itself. I still have no clue. :/
Hi all,
I am working on a game that needs to connect to two servers. For a listing of available games (channel listing), the application first connects to the main server (frames 2-4). After a...
Thanks LB! I just have a few more questions:
First, What should the name be? Should it be the file name I want to check for, or its name and location?
ie "savegame" or...
I was working on a game, and I was wonderinf if there was a way to check to see if a file is on the user's hard drive. I would like the game to know if the user has a save game, or if the game needs...
Is there a way to find out what the computer hardware requirements are to run my game? Is there a program I can use? Thanks!
Thank you for all of the help. If you want, you can beta test the game when I am done. Just send me a message.
Jack
Two more questions:
1. If one client requested the list, and then another one did in the middle of the loop, would the lacewing server process them separately or would the loop restart and one...
1. I am using Lacewing Ver. 18 (I believe it's the latest) I am having a server program host the server and the client program connect.
2. I store user data on my server in an .ini file. If the...
I have decided to try to make an MMORTS game in lacewing and i came to a small problem. I have a map that needs to be populated with the X and Y coordinates of all of the user's planets. I have it...
yes. The idea is that I could type a string into the edit box (let's say, '0,1,2,3,4,5') and have the counter display, in this case, 1 using the string parser.
Tried that too, no good. :(
Thanks, but it still doesn't work. :( Any other suggestions?
It is not Working for some reason. I have my events set up like this (this is a test application to get it to work before I implement it into my real application).
Start of Frame: *list tokenizer...
It isn't working for some reason. I'm just setting a counter to an element of the string parser. Also, how do you select an element without using 'Get First Element' or Get Last Element'?
Is there a way to tokenize a string but have it return the tokenized pieces as numbers not strings? I need to send the x and y coordinates of an object but I do not know how to get it to return a...
Thanks. It makes sense now.
I have an application where the user needs to type in a number, but I'm not sure how to do it. If I used the edit box, Multimedia Fusion assumes that it is a string. How can I make it so that the...
Well, I do not know PHP, nor how to use a mysql server. Every time I try the tutorial it never works for me (I always do something wrong). Ever since then, I have used my own way to store users in...
I am creating an application where a user can create an account using a client application. It will connect through lacewing to my server, that has an ini file with all of the user info in it. How...
Seele, I was thinking more about microphone stuff, but I might try that (just to test my abilities). SortaCore, I'll look into that and see what I can do. It sounds possible :)
Is it possible to stream audio through a MMF2 Developer application using lacewing? Just wondering.
This is kind of wierd... It now works fine from my laptop (windows xp professional), but still flashes constantly on my Mac.
Here ya go: http://www.megaupload.com/?d=VSNUF9MV
I appreciate the help. If there is anything else you may need just let me know :) (I also put it in the file manager if that is better for you)
Is there any way I can fix this Jeff? Or is this a bug of some sort... :)
It is a top-down shooter. I'll try the ball movement idea and tell you how it goes :)
I am working on a game where the enemies follow the player around and don't know how to do it. A friend requested that I should try to make a zombie game, and I need a way to get the zombies to...
http://mrxkillreview.webs.com/
Just active objects basically. I am trying to make somewhat of a java website (because it looks better than my html). Active objects and pictures should work shouldn't they?
Edit: I just visited...
When I export in 'java/internet applet' it always comes out blank and white? Am I doing something wrong? I export it, upload it to my webserver, embed it (and make sure it points at the right file)...
Just a question, How many sub channels are there in lacewing?
Thanks Jamie!
EDIT: But for some reason, it only says "Logging In" and never logs the client in. Any solution?
EDIT AGAIN:
Never Mind! I set it to enable the on message action after starting...
I am working on an application where the user logs in using a client, and the .ini with the info is on the server (I know this isn't secure, just easier since my friends won't hack it). Right now I...
How would you do that?
Is it possible to host my own Mooserver instead of using a public one?
Thnx
Hey thanks Jaffob and Jahkri!
BTW, where can you find the "Split String" Action. When I click it to add an action under a condition all I can do is add delimeters and set source strings.
Thanks Jahkri. How do you get the string parser to separate the string? I'm gonna make a quick trip the the mooclick tutorial. I recall it doing something like that :)
-EDIT-
I looked back and...
Hi. I am trying to send two values (username/password) in the same message over mooclick to a server that saves the info. How can I get the server (created in mmf)to separate the username and...
Thanks for the help LB. I understand now. :)
Yes LB but my audience isn't going to try to hack the server, since they are my friends at school. Is there a way to bypass the security? I am storing nothing of much value on that server.
I think when you view the website that my vitilize application is on it sets all of the files on the server to "Read - Only". Therefore when you use the web application, it can't write to the...
I have a vitalize program that stores all of the user information in .ini files (i know it isn't very secure). I uploaded the application and embedded it into my homepage on webs (my hosting service)...