Your "success" so far

Renendaru

(Evol)ution is nothing without love.
Reaction score
309
With help from Daskunk, Zuk'rah now levels up, so yay. I also found out how to a change a unit's collision size.

Step 1: Select your unit in the data editor
Step 2: Click on the search box to the upper right, type in pathing footprint.
Step 3: Right click on it and say Modify value.
Step 4: Pick your collision size, but these are presets. From 1x1 to 8x8, I believe.
 

Zwiebelchen

You can change this now in User CP.
Reaction score
60
Man, I dont care how hard to learn the data editor is, if it really provides the freedom I am hoping for.

Btw, has someone already tried making LOTS of custom stats for heroes? Str Int Agi is for pussies ... I want more!
 

Yoshii

New Member
Reaction score
74
Daskunk can you post an example with hero stats? I found how to add them and give them bonus but I have no idea how to increase the number or change the array so they look like this currently

stats 1: 0(starting value)
stats 2: 0(starting value)
Stats 3: 0(starting value)

im trying to make it so for example if i type or do something then it increase by 1(no item stuff) and the effect change but i cant find a trigger that let me do this
 

BlowingKush

I hit the blunt but the blunt hit me.
Reaction score
188

Code:
void libJ4FP_gf_Apply (int lp_player, unit lp_character) {
    // Implementation
    libJ4FP_gv_character[lp_player] = lp_character;
    libJ4FP_gv_playerSmoothTimer[lp_player] = libJ4ST_gf_NewSmoothTimer(libJ4FP_gt_Periodic, lp_player);
    CameraPan(lp_player, UnitGetPosition(lp_character), 0.0, -1, 10, false);
    CameraSetValue(lp_player, c_cameraValueDistance, 0.01, 0.0, -1, 10);
    CameraSetValue(lp_player, c_cameraValueNearClip, UnitGetPropertyFixed(lp_character, c_unitPropRadius, c_unitPropCurrent), 0.0, -1, 10);
    CameraSetValue(lp_player, c_cameraValueHeightOffset, UnitGetPropertyFixed(lp_character, c_unitPropHeight, c_unitPropCurrent), 0.0, -1, 10);
    CameraSetValue(lp_player, c_cameraValuePitch, 0.0, 0.0, -1, 10);
    CameraForceMouseRelative(lp_player, true);
    CameraSetMouseRotates(lp_player, true);
    libJ4FP_gf_ReleaseAllKeys(lp_player);
}

Jesus,

If you turn on Camera relative mode and lock it to a unit (just doing a quick GUI test map)
the screen rotates counterclockwise when you move your mouse to the right
and clockwise when you move it to the left.

your control is opposite, if you move your mouse to the right, you see more of the right area of the map

in your 1st person map, what line or lines of code is responsible for making the mouse operate opposite like a 1st person should?
 

Romek

Super Moderator
Reaction score
963
You can code directly in Galaxy in the editor.
It's a silly solution, but make a custom script action in a trigger:
JASS:
return true; }

/////////////////////////////////////////

< Your Code >

////////////////////////////////////////

bool aaa () {

You'll need to call any functions from another trigger below that one. I suggest making a 'Main' function or something.

Native List extracted from the MPQ.

Also, the trigger debugging window looks interesting. :p
 

Renendaru

(Evol)ution is nothing without love.
Reaction score
309
So... I found out that we'll be able to create custom pathing, within the editor, even fractal squares. But, I have no idea how to get it to work. It will be applied, but the unit loses the ability to move, and sometiems the collision effect won't even be applied.
 

Daskunk

SC2 Forum MVP - TheSkunk #386
Reaction score
186
Daskunk can you post an example with hero stats? I found how to add them and give them bonus but I have no idea how to increase the number or change the array so they look like this currently

stats 1: 0(starting value)
stats 2: 0(starting value)
Stats 3: 0(starting value)

im trying to make it so for example if i type or do something then it increase by 1(no item stuff) and the effect change but i cant find a trigger that let me do this
Under behaviors, edit the ability that makes the hero unit level up (Presuming you've already done that) and edit Veterancy Levels. Down near the bottom of the values of the levels, you can edit Attribute changes to make the hero gain a certain amount of your stat each level.

IDK how to add stats by trigger, as I haven't tried yet. But this sounds like it might work: Unit - Add Charge Used of 1.0 "" For Hero Unit [16.79, 116.33] Agility (My custom Stat)

To get it to look that way once you find the action (Try searching for Behavior in the search box), under Source click the Value Radio button. Attributes, as well as buffs, are selectable. But I have no idea if this really adds some to the stat or not.
 

Yoshii

New Member
Reaction score
74
thanks i got it to work das; dont need to do the radio button stuff
edit: cant get it to work with a trigger tho
 

Jesus4Lyf

Good Idea™
Reaction score
397
This is my success so far. It's looking pretty good. Control a drone from first person. WSAD/E. The jump doesn't yet take cliff height into account.

Edit: Updated. This is actually giving a nice feel to what it's like to be a lone drone on a far away planet... :D
 

Attachments

  • Mod.zip
    582.6 KB · Views: 338

Arkless

New Member
Reaction score
31
This is my success so far. It's looking pretty good. Control a drone from first person. WSAD/E. The jump doesn't yet take cliff height into account.

Edit: Updated. This is actually giving a nice feel to what it's like to be a lone drone on a far away planet... :D

orl y? you feel like being controlled by an overmind while playing that ? :thup:
 

Arkless

New Member
Reaction score
31
Hmm, so I managed something too...: ^^

edit: shoot with s and move with arrow keys
 

Attachments

  • blubb31.zip
    217.3 KB · Views: 312

Arkless

New Member
Reaction score
31
great! is there anyway to shoot?

btw: what deos Param mean and where all all the buttons for in your screen :p

hmm, it's not finished, but forgetting the shoot description kinda fails :3

you can shoot with s thought ^^ (but dont expect too much, there is only one type of enemies.. dumb zealots)

edit: btw. the buttons are for displaying stuff <.< left side shows weapon dialogs (kinda crappy, didnt take my time to fill em properly) right side shows new weapons and upgrades the moment you aquire em
later on you will be able to look through all the messages you already got (on the right side) with the < and > buttons and the last button will get you to the most recent one
 

sqrage

Mega Super Ultra Cool Member
Reaction score
514
And... How does it work?

You just place a chunk of water, and then use the lower/raise tool where you want your water to be, or the cliff down one. And then adjust the height of the water to match your terrain declination. After that you just adjust your terrain and it looks nice an crisp in-game.

Smaller water chunks would be nice... or the ability to delete the remainder of the chunk that we're not using.
 

Renendaru

(Evol)ution is nothing without love.
Reaction score
309
Found that out within 5 seconds of using it, haha. Lighting is very important in this game, as I posted in one thread. Changing the lighting and water type swaps the entire emotion of the terrain. o.o
 

Zwiebelchen

You can change this now in User CP.
Reaction score
60
Hmm, so I managed something too...: ^^

edit: shoot with s and move with arrow keys
Very nice work. Amazing how well the new UI interface buttons/menues work.
Can't wait to use em too.

PS: Don't know if you already tested your map in Bnet ... I did some minutes ago and it seemed that the Delay on Keypress events is rather very small compared to WC3. However, you can still "feel" the difference between solo and multiplayer in terms of reaction speed. But I feel like finally FPS styled games are possible, even in bnet.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    that sucks i bet they are expensive
  • Varine Varine:
    Not really
  • Varine Varine:
    The entire hot end is like 20 dollars, I just can't get anymore until next week
  • Varine Varine:
    I ordered like five blocks for 15 dollars. They're just little aluminum blocks with holes drilled into them
  • Varine Varine:
    They are pretty much disposable. I have shitty nozzles though, and I don't think these were designed for how hot I've run them
  • Varine Varine:
    I tried to extract it but the thing is pretty stuck. Idk what else I can use this for
  • Varine Varine:
    I'll throw it into my scrap stuff box, I'm sure can be used for something
  • Varine Varine:
    I have spare parts for like, everything BUT that block lol. Oh well, I'll print this shit next week I guess. Hopefully it fits
  • Varine Varine:
    I see that, despite your insistence to the contrary, we are becoming a recipe website
  • Varine Varine:
    Which is unique I guess.
  • The Helper The Helper:
    Actually I was just playing with having some kind of mention of the food forum and recipes on the main page to test and see if it would engage some of those people to post something. It is just weird to get so much traffic and no engagement
  • The Helper The Helper:
    So what it really is me trying to implement some kind of better site navigation not change the whole theme of the site
  • Varine Varine:
    How can you tell the difference between real traffic and indexing or AI generation bots?
  • The Helper The Helper:
    The bots will show up as users online in the forum software but they do not show up in my stats tracking. I am sure there are bots in the stats but the way alot of the bots treat the site do not show up on the stats
  • Varine Varine:
    I want to build a filtration system for my 3d printer, and that shit is so much more complicated than I thought it would be
  • Varine Varine:
    Apparently ABS emits styrene particulates which can be like .2 micrometers, which idk if the VOC detectors I have can even catch that
  • Varine Varine:
    Anyway I need to get some of those sensors and two air pressure sensors installed before an after the filters, which I need to figure out how to calculate the necessary pressure for and I have yet to find anything that tells me how to actually do that, just the cfm ratings
  • Varine Varine:
    And then I have to set up an arduino board to read those sensors, which I also don't know very much about but I have a whole bunch of crash course things for that
  • Varine Varine:
    These sensors are also a lot more than I thought they would be. Like 5 to 10 each, idk why but I assumed they would be like 2 dollars
  • Varine Varine:
    Another issue I'm learning is that a lot of the air quality sensors don't work at very high ambient temperatures. I'm planning on heating this enclosure to like 60C or so, and that's the upper limit of their functionality
  • Varine Varine:
    Although I don't know if I need to actually actively heat it or just let the plate and hotend bring the ambient temp to whatever it will, but even then I need to figure out an exfiltration for hot air. I think I kind of know what to do but it's still fucking confusing
  • The Helper The Helper:
    Maybe you could find some of that information from AC tech - like how they detect freon and such

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top