Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm back #32

Open
ghost opened this issue Apr 12, 2016 · 5 comments
Open

I'm back #32

ghost opened this issue Apr 12, 2016 · 5 comments

Comments

@ghost
Copy link

ghost commented Apr 12, 2016

Just letting you guys know that I am back on my pc. I will start working on the packaging and cleanup for the demo level, models, textures in the next few days.

@kortemik
Copy link
Member

Welcome back!

It's been bit quiet for a while but I say on summer holidays it's gonna be
fast.

-M

On Tue, Apr 12, 2016 at 11:49 PM, Yetta1 notifications@github.com wrote:

Just letting you guys know that I am back on my pc. I will start working
on the packaging and cleanup for the demo level, models, textures in the
next few days.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#32

@BielBdeLuna
Copy link
Member

great!

I've been transferring my export map to a larger "idTechX editor" with more blender operators and menus and things so we could add entities to the maps.

@ghost
Copy link
Author

ghost commented Apr 13, 2016

@BielBdeLuna Which idTechX editor? I think it would help greatly to have more Blender integrations for models, animations etc.

I'm somewhat confused about the scripting for IdTech, creating AI, weapons etc. Not sure how to code for that. The wiki can be tricky at times. I'm not too technical.

@ghost
Copy link
Author

ghost commented Apr 13, 2016

@kortemik I'm having issues building on VS2015 and Code::Blocks, it builds to .dll's but fails on the binary. Not sure what's going on. I can't use the new snapshots from sourceforge as I don't have the dlls for the debugger.

@BielBdeLuna
Copy link
Member

I'm enhancing my map exporter to something greater than just export what is selected, something more akin to a full fledged map editor, it will take time, but little by little I'll keep enhancing it.

about the AI,and general scripting, rather than checking the WIKI I would suggest take a look in maps for map scripting and keep growing from there

to test the essential scripting you should know the following in order to call a script from the map, you can setup any trigger entity with a spawnarg: "call" and with the value "namespace::function" where "namespace" it's the space the function resides in, and "function" is the actual function you're calling, and the "::" help the parser to know where one ends and where the other starts.

you can call any function within any namespace that reside inside any script included in doom_main.script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants